.topbar.top {
  height: 32px;
  background: #f5f5f5; }

.top-left {
  width: 155px;
  display: inline-block;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
  float: left; }

.top-wrap {
  width: 1214px;
  margin: 0 auto;
  line-height: 32px;
  font-size: 12px;
  color: #6e6e6e; }

.login {
  border-right: 1px solid #e2e2e2;
  float: left; }
  .login a {
    text-align: center;
    padding: 0 10px; }
    .login a :hover {
      color: #ff6434; }
  .login a.sign-up {
    color: #027cdf; }

.welcome {
  border-right: 1px solid #e2e2e2;
  float: left; }
  .welcome span {
    padding: 0 10px; }
  .welcome i {
    padding: 0 10px; }
  .welcome .message {
    padding-right: 20px;
    color: #027cdf; }
    .welcome .message i {
      padding: 0 5px; }
  .welcome .user-zoom {
    position: relative;
    display: inline-block;
    padding-right: 10px; }
    .welcome .user-zoom:hover .dropdown {
      display: block; }
  .welcome .dropdown {
    position: absolute;
    top: 32px;
    left: -10px;
    display: none;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    width: 50px; }
    .welcome .dropdown a {
      text-align: center; }
  .welcome .login-out {
    padding-right: 10px; }

.top-right {
  float: right; }

.header-top {
  width: 1214px;
  margin: 0 auto; }
  .header-top .header-left {
    float: left;
    padding: 20px 0;
    min-width: 450px;
    max-width: 540px; }
    .header-top .header-left .company-name {
      font-size: 26px;
      line-height: 38px;
      color: #333333;
      overflow: hidden; }
    .header-top .header-left .inquire-credit {
      font-size: 12px;
      background: #027cdf;
      color: #fff;
      padding: 1px 4px 2px 4px;
      border-radius: 2px;
      position: relative;
      top: -4px; }
    .header-top .header-left .company-info {
      display: block;
      width: 494px;
      padding-top: 5px; }
      .header-top .header-left .company-info .metal {
        float: left; }
        .header-top .header-left .company-info .metal li {
          float: left;
          margin-right: 5px; }
        .header-top .header-left .company-info .metal i {
          width: 18px;
          height: 18px;
          display: inline-block;
          vertical-align: middle; }
        .header-top .header-left .company-info .metal .special i {
          background: url("../images/company/special.png") no-repeat center; }
        .header-top .header-left .company-info .metal .professional i {
          background: url("../images/company/professional.png") no-repeat center; }
        .header-top .header-left .company-info .metal .area i {
          background: url("../images/company/square-meter.png") no-repeat center; }
        .header-top .header-left .company-info .metal .year i {
          background: url("../images/company/year.png") no-repeat center; }
        .header-top .header-left .company-info .metal .trend i {
          background: url("../images/company/trend.png") no-repeat center; }
        .header-top .header-left .company-info .metal .cart i {
          background: url("../images/company/cart.png") no-repeat center; }
        .header-top .header-left .company-info .metal li span {
          padding: 0 5px;
          vertical-align: middle; }
        .header-top .header-left .company-info .metal .area span {
          border: 1px solid #fb6679;
          color: #fb6679; }
        .header-top .header-left .company-info .metal .year span {
          border: 1px solid #ffa101;
          color: #ffa101; }
      .header-top .header-left .company-info .website {
        width: 250px;
        display: inline-block;
        vertical-align: middle; }
        .header-top .header-left .company-info .website a {
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          max-width: 190px;
          display: inline-block; }
        .header-top .header-left .company-info .website i {
          width: 18px;
          height: 18px;
          display: inline-block;
          vertical-align: top;
          padding-top: 2px;
          background: url("../images/company/url.png") no-repeat center; }
        .header-top .header-left .company-info .website .copy-url {
          padding-left: 5px;
          color: #027cdf;
          background: #fff;
          top: -5px;
          position: relative; }
      .header-top .header-left .company-info .hits {
        display: inline-block;
        margin-right: 10px;
        max-width: 230px;
        min-width: 190px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: middle; }
        .header-top .header-left .company-info .hits i {
          color: #ff4242;
          font-weight: bold;
          font-size: 14px;
          margin: 0 10px 0 3px; }

.header-search {
  float: left;
  padding-top: 33px;
  padding-left: 47px;
  width: 415px;
  display: inline-block; }
  .header-search input {
    font-size: 14px;
    width: 338px;
    height: 32px;
    color: #999999;
    padding-left: 5px;
    border: 1px solid #027cdf; }
    .header-search input :focus {
      border: 1px solid #027cdf; }
  .header-search button {
    font-size: 16px;
    background: #027cdf;
    height: 34px;
    width: 70px;
    color: #fff;
    margin-left: -5px;
    vertical-align: top; }

.header-right {
  float: right;
  display: inline-block;
  margin-top: 3px; }
  .header-right .collect {
    float: left;
    width: 90px;
    text-align: center;
    height: 32px;
    color: #606060;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #e2e2e2;
    margin: 32px 10px;
    background-color: #f5f5f5;
    cursor: pointer; }
    .header-right .collect i {
      padding-right: 5px; }
  .header-right .collect.collected {
    color: #ff6434; }
  .header-right .qrcode {
    float: right;
    width: 98px;
    heigth: 100px;
    border: 1px solid #e2e2e2; }
    .header-right .qrcode img {
      padding: 4px; }

.nav-wrap {
  width: 100%;
  height: 40px;
  background-color: #333333;
  position: relative; }
  .nav-wrap .main-nav {
    width: 1214px;
    margin: 0 auto;
    position: relative;
    display: block;
    float: none;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: flex; }
    .nav-wrap .main-nav li {
      height: 40px;
      padding: 0 10px; }
    .nav-wrap .main-nav li a {
      color: #fff;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .nav-wrap .main-nav li.active, .nav-wrap .main-nav li:hover {
      background-color: #027cdf; }
    .nav-wrap .main-nav li.company-news {
      border-width: 0 1px;
      border-style: solid;
      border-color: dimgray; }

.right-aside {
  position: absolute;
  right: -168px;
  top: 60px;
  font-size: 12px; 
  z-index: 10; }
  .right-aside .right-content {
    position: relative;
    width: 150px;
    border: 1px dashed #e2e2e2;
    background-color: #fff; }
  .right-aside .right-title {
    height: 30px;
    margin: 10px 0;
    position: relative;
    left: -5px; }
    .right-aside .right-title span {
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      float: left;
      display: inline-block;
      width: 88px;
      padding-left: 15px;
      background: #027cdf;
      position: relative; }
    .right-aside .right-title .icon-title {
      display: inline-block;
      padding-right: 5px;
      width: 19px;
      height: 19px;
      vertical-align: middle;
      background: url("../images/company/icons-subsidiary.png") no-repeat;
      margin-top: -2px; }
  .right-aside p {
    line-height: 20px;
    padding-left: 10px;
    white-space: nowrap; }
  .right-aside .caret {
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #027cdf;
    display: inline-block;
    float: left; }
  .right-aside .caret-bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-top: 5px solid #0076d5;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    display: block; }
  .right-aside .contact .icon-title {
    background-position: 0 -175px; }
  .right-aside .address .icon-title {
    background-position: 0 -203px; }
  .right-aside .map .icon-title {
    background-position: 0 -233px; }
  .right-aside .address-content {
    padding: 0 10px; }
  .right-aside .map-panel-wrap {
    position: relative; }
  .right-aside .map-panel {
    width: 130px;
    height: 130px;
    margin: 10px; }
  .right-aside .map-zoom-wrap {
    border: 1px solid #e2edfd;
    padding: 10px;
    position: absolute;
    background: #fff;
    top: -200px;
    left: -640px;
    z-index: 3; }
  .right-aside .map-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer; }
  .right-aside .map-zoom-panel {
    width: 600px;
    height: 400px; }
  .right-aside .to-top {
    margin-top: 15px;
    width: 150px;
    height: 48px;
    border: 1px dashed #e2e2e2;
    background-color: #fff;
    position: relative; }
    .right-aside .to-top a {
      display: block;
      height: 30px;
      width: 133px;
      margin: 9px auto;
      position: relative;
      background: #027cdf;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .right-aside .to-top a i {
        display: inline-block;
        width: 19px;
        height: 19px;
        vertical-align: middle;
        background: url("../images/company/icons-subsidiary.png") no-repeat 0 -261px; }
.right-aside2 {
  display: none;
  position: fixed;
  right: 0;
  top: 50%; }
.right-aside2 .open {
  width: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  background: -ms-linear-gradient(top, #3db7ff, #42e1ff);
  background: -moz-linear-gradient(top, #3db7ff, #42e1ff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3db7ff), to(#42e1ff));
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3db7ff), to(#42e1ff));
  background: -webkit-linear-gradient(top, #3db7ff, #42e1ff);
  background: -o-linear-gradient(top, #3db7ff, #42e1ff);
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3db7ff, endColorStr=#42e1ff);
  color: white;
  padding: 10px 4px;
  border-radius: 3px;
  cursor: pointer; }
.right-aside2 .licon-i:before {
  content: "\e902";
  display: block;
  margin-bottom: 2px; }
.right-aside2 .licon-close:before {
  content: "\c05f";
  position: absolute;
  top: 106%;
  color: #22aeff;
  left: 0;
  padding: 2px 8px;
  cursor: pointer; }

.right-content .qq {
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid #96c3ff;
  height: 24px;
  width: 86px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .right-content .qq span {
    display: inline-block;
    width: 57px;
    line-height: 24px;
    background: #e7f6ff;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding-left: 5px;
    cursor: pointer;
    color: #4796ff;
    letter-spacing: 1px;
    font-size: 12px; }
  .right-content .qq i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px;
    background: url("../images/QQ.png") no-repeat center; }

@media screen and (max-width: 1420px) {
  .left-aside {
    display: none; } }
@media screen and (max-width: 1600px) {
  .right-aside {
    display: none; }
  .right-aside2 {
    display: block; } }
.left-aside {
  position: absolute;
  left: -60px;
  z-index: 9999999;
  top: 150px;
  font-size: 14px; }
  .left-aside .caret-wrap {
    position: absolute;
    top: -10px;
    left: -15px;
    height: 45px;
    width: 15px; }
  .left-aside .left-menu > li {
    width: 50px;
    line-height: 20px;
    vertical-align: middle;
    height: 45px;
    background: #027cdf;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .left-aside .left-menu > li:nth-child(n+6) {
      display: none; }
  /* .left-aside .left-menu li.thick-plates {
    height: 36px;
    padding: 5px; } */
  .left-aside .lower-level-menu {
    position: absolute;
    top: 5px;
    left: 60px;
    background: #fff;
    width: 90px;
    border: 1px solid #96c3ff;
    z-index: 10;
    border-radius: 0 4px 4px 4px;
    display: none; }
    .left-aside .lower-level-menu li {
      border-bottom: 1px solid #e6e6e6;
      margin: 0 10px;
      line-height: 33px; }
      .left-aside .lower-level-menu li:hover {
        color: #027cdf; }
  .left-aside .lower-level-menu::before {
    border-top: 0 solid transparent;
    border-right: 12px solid #96c3ff;
    border-bottom: 20px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -1px;
    left: -24px;
    display: block;
    content: ''; }
  .left-aside .lower-level-menu::after {
    border-top: 0 solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 17px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    content: ''; }
  .left-aside .left-menu > li.active .lower-level-menu {
    display: block; }
  .left-aside .promotion {
    border: 1px solid #027cdf;
    border-radius: 5px;
    background: #027cdf;
    text-align: center;
    color: #fff;
    width: 44px; }
    .left-aside .promotion .promotion-title {
      line-height: 26px; }
    .left-aside .promotion ul {
      background-color: #fff;
      border-radius: 5px;
      padding: 4px 3px 4px 3px;
      font-size: 12px; }
      .left-aside .promotion ul li {
        margin-bottom: 4px;
        cursor: pointer; }
    .left-aside .promotion .get-free {
      background-color: #53c243; }
    .left-aside .promotion .get-cash {
      background-color: #a981f9; }
    .left-aside .promotion .one-percent {
      background-color: #fca102; }
    .left-aside .promotion .coupon {
      background-color: #ff6673;
      margin-bottom: 0; }
  .left-aside .share {
    width: 20px;
    line-height: 24px;
    height: 21px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #027cdf;
    margin-top: 5px; }
    .left-aside .share a.bds_more {
      width: 21px !important;
      height: 21px !important;
      margin: 0 !important;
      display: inline-block;
      float: left;
      background: url("../images/company/icons-subsidiary.png") no-repeat 0 0; }

.footer-wrap {
  background-color: #333;
  color: #fff;
  position: relative; }
  .footer-wrap a {
    color: #fff; }
  .footer-wrap .menu-product {
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    line-height: 40px;
    text-align: center; }
    .footer-wrap .menu-product a {
      padding: 0 20px;
      border-right: 1px solid dimgray;
      line-height: 40px;
      height: 40px;
      display: inline-block;
      margin-left: -4px; }
    .footer-wrap .menu-product a:first-child {
      border-left: 1px solid dimgray; }
    .footer-wrap .menu-product a:hover {
      background-color: #027cdf; }
  .footer-wrap .foot-content {
    border-top: 1px solid dimgray;
    text-align: center;
    padding-top: 20px; }
    .footer-wrap .foot-content .menu-link {
      padding-bottom: 10px; }

table.product-list {
  width: 100%;
  border: 1px solid #e2edfd;
  font-size: 14px;
  text-align: center;
  /* border-top: 1px solid #027cdf; */
}
  table.product-list th {
    color: #333;
    font-weight: normal;
    height: 70px; }
    table.product-list th span {
      white-space: nowrap;
      overflow: hidden;
      word-break: normal;
      text-overflow: ellipsis;
      position: relative; }
  table.product-list td {
    color: #6e6e6e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px; }
    table.product-list td img {
      display: inline-block;
      padding: 3px 0 3px 10px;
      cursor: pointer;
      width: 56px;
      height: 56px; }
    table.product-list td span {
      white-space: nowrap;
      overflow: hidden;
      word-break: normal;
      text-overflow: ellipsis;
      position: relative;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 40px;
      }
table.product-list td.name span, table.product-list td.name img {
  float: left; }
  table.product-list tbody tr:nth-of-type(odd) {
    background-color: #f3fafe; }
  table.product-list tbody tr img {
    transition: all 1.2s;
    -webkit-transition: all 1.2s; }
  table.product-list tbody tr:hover {
    background-color: #f2f2f2; }
    table.product-list tbody tr:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      transition: transform 1.2s;
      -webkit-transition: transform 1.2s; }
  table.product-list .remark div {
    height: 60px;
    padding-top: 20px;
    float: left; }
  table.product-list .remark div i {
    width: 16px;
    height: 40px;
    display: inline-block;
    top: 20px;
    left: 10px;
    background: url("../images/company/message.png") no-repeat center; }
  table.product-list .price i {
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    padding-left: 5px;
    background: url("../images/company/icons-subsidiary.png") no-repeat 0 -148px; }
  table.product-list .price .inquiring {
    color: #6e6e6e;
    font-size: 16px; }

.inquiry-price {
  width: 100px;
  height: 30px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 4px #eeeeee; }
  .inquiry-price input {
    width: 42px;
    height: 28px;
    vertical-align: middle;
    float: left;
    border: none;
    margin-top: 1px;
    padding-left: 5px;
    background: none;
    outline: none; }
  .inquiry-price button {
    width: 52px;
    height: 28px;
    vertical-align: middle;
    float: right;
    background-color: #027cdf;
    color: #fff;
    margin-top: 1px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .inquiry-price1{
      margin-right: 20px;
    }
.inquiry-price1 .jinqian{
  width: 17px;
  height: 17px;
  vertical-align: top;
}
.inquiry-price1 .jinqian-jine{
  margin: 0;
  padding: 0;
  line-height: 18px;
  width: auto !important;
  font-weight: bold;
  font-size: 18px;
  color: #EB524B;
  vertical-align: text-top;
 }
 .inquiry-price1 a{
  width: 79px;
  height: 26px;
  background-color: #EB524B;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  margin-left: 20px;
  display: inline-block;
  line-height: 26px;
}
table.product-list .inquiry-send {
  padding: 0 10px; }
  table.product-list .inquiry-send button {
    margin-left: 10px;
    background-color: #ff4242;
    color: #fff;
    width: 80px;
    height: 28px;
    font-size: 14px;
    border-radius: 4px; }
  table.product-list .inquiry-send p {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    color: #ff4242;
    font-size: 18px; }
    table.product-list .inquiry-send p i {
      margin-top: 3px; }
    table.product-list .inquiry-send p b {
      display: inline-block;
      font-size: 12px;
      border: 1px solid #ffa820;
      color: #ffa820;
      margin-left: 5px;
      line-height: 16px;
      width: 16px;
      height: 16px;
      text-align: center;
      vertical-align: middle;
      margin-top: -4px;
      border-radius: 2px; }
  table.product-list .inquiry-send p.send-info {
    color: #6e6e6e;
    font-size: 16px; }

.img-zoom {
  display: none;
  border-radius: 4px;
  width: 320px;
  height: 320px;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: #BABABA 0px 0px 5px;
  -moz-box-shadow: #BABABA 0px 0px 5px;
  box-shadow: #BABABA 0px 0px 5px;
  z-index: 3; }
  .img-zoom .zoom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5; }
  .img-zoom .zoom-img {
    overflow: hidden;
    margin: 10px;
    position: relative;
    height: 300px; }

.jumbotron {
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 380px; }

.main-wrap {
  background-color: #f5f5f5;
  width: 100%;
  position: relative; }
  .main-wrap .main {
    width: 1174px;
    margin: 0 auto 20px;
    position: relative;
    background-color: #fff;
    padding: 20px; }
  .main-wrap .title {
    height: 64px;
    width: 100%;
    color: #333; }
    .main-wrap .title .title-name {
      float: left;
      color: #333;
      width: 112px;
      font-size: 18px;
      line-height: 24px; }
      .main-wrap .title .title-name i {
        font-size: 40px;
        float: left;
        line-height: 40px; }
      .main-wrap .title .title-name .title-words {
        float: left; }
      .main-wrap .title .title-name .title-eng {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px; }
    .main-wrap .title .title-line {
      margin-top: 5px;
      position: relative;
      float: left; }
      .main-wrap .title .title-line div {
        height: 1px;
        border-color: #e6e6e6;
        border-style: solid; }
      .main-wrap .title .title-line .line-72-0 {
        border-width: 0 0 0 40px;
        width: 960px; }
      .main-wrap .title .title-line .line-52-20 {
        border-width: 0 20px 0 30px;
        margin: 6px 0;
        width: 950px; }
      .main-wrap .title .title-line .line {
        border-width: 1px 0 0 0;
        width: 1000px; }
    .main-wrap .title .product-more {
      float: right;
      font-size: 14px;
      line-height: 40px; }

.product {
  padding-top: 20px; }

.null-product {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #f63;
  text-align: center; }
  .null-product span {
    padding: 2px 0 3px 37px;
    background: url(../images/common/null-icon.png) no-repeat; }

.product-pic-list {
  margin-right: -18px; }
  .product-pic-list .product-pic-info {
    position: relative;
    width: 218px;
    height: 218px;
    overflow: hidden; }
    .product-pic-list .product-pic-info .description {
      position: absolute;
      top: 82%;
      left: 0;
      width: 198px;
      line-height: 20px;
      background: rgba(51, 51, 51, 0.6);
      color: #fff;
      padding: 0 10px;
      font-size: 14px;
      height: 100%;
      transition: all 0.8s;
      -webkit-transition: all 0.8s; }
      .product-pic-list .product-pic-info .description div {
        padding: 5px 0; }
      .product-pic-list .product-pic-info .description p {
        word-break: break-all;
        padding: 5px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .product-pic-list .product-pic-info .description p a {
          color: #ffffff;
          text-decoration: underline; }
    .product-pic-list .product-pic-info:hover .description {
      top: 0;
      transition: all 0.8s;
      -webkit-transition: all 0.8s; }
      .product-pic-list .product-pic-info:hover .description div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.8s;
        -webkit-transition: all 0.8s; }
    .product-pic-list .product-pic-info:hover p {
      white-space: normal;
      display: -webkit-box;
      padding: 2px 0 2px 42px;
      text-indent: -42px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .product-pic-list li {
    float: left;
    width: 218px;
    padding-right: 18px;
    margin-bottom: 40px; }
    .product-pic-list li img {
      transition: all 0.8s;
      -webkit-transition: all 0.8s;
      width: 100%; }
  .product-pic-list .inquiry {
    position: relative;
    background: #f5f5f5;
    padding-bottom: 10px;
    border-radius: 0 0 40px 40px;
     }
    .product-pic-list .inquiry .price {
      width: 192px;
      color: #ff4242;
      position: relative;
      top: 10px;
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      margin: 0 auto;
      background: #fff; }
      .product-pic-list .inquiry .price i {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: top;
        margin-top: 6px;
        padding-left: 5px;
        background: url("../images/company/icons-subsidiary.png") no-repeat 0 -148px; }
      .product-pic-list .inquiry .price b {
        display: inline-block;
        font-size: 12px;
        border: solid 1px #ffa820;
        color: #ffa820;
        margin-left: 5px;
        line-height: 16px;
        width: 16px;
        height: 16px;
        text-align: center;
        vertical-align: middle;
        margin-top: -4px;
        border-radius: 2px; }
  .product-pic-list input {
    margin: 10px;
    width: 192px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    color: #999999; }
  .product-pic-list .send-info {
    margin-top: 10px;
    margin-left: 70px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #6e6e6e; }
  .product-pic-list .jinqian-jine{
    font-weight: bold;
    font-size: 18px;
    color: #EB524B;
    display: inline-block;
    margin: 20px 0 16px 9px;
  }
  .product-pic-list button {
    position: relative;
    width: 110px;
    height: 32px;
    line-height: 32px;
    margin: 0 54px;
    background: #027cdf;
    border-radius: 3px;
    color: #fff;
    font-size: 14px; }
    .product-pic-list .i-want-purchase{
      background-color: #EB524B;
      width: 118px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      color: #fff;
      margin-top: 19px;
      display: block;
      margin: auto;

    }
    .product-pic-list button.check-inquiry {
      background: #ff4242;
      margin-top: 20px; }
    .product-pic-list button.contact-yes {
      background: url("../images/product/icons_new.png") 0 -22px no-repeat;
      background-position: -20px -22px;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 25px;
      right: 12px;
      margin: 0;
     }
    .product-pic-list button.contact-no {
      background: url("../images/product/icons_new.png") 0 -22px no-repeat;
      background-position: -20px -47px;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 25px;
      right: 12px;
      margin: 0;
      cursor: not-allowed; }

table.product-list .specification {
  width: 150px; }
table.product-list .material {
  width: 105px; }
table.product-list .manufacturer {
  width: 105px; }
table.product-list .warehouse {
  width: 145px; }
table.product-list .inventory {
  width: 185px; }
table.product-list .remark {
  width: 104px; }
table.product-list .price {
  width: 136px; }
  table.product-list .price .inquiry-send {
    width: 116px; }
table.product-list .name span {
  width: 90px;
  margin-top: 12px;
  text-align: left; }
table.product-list .specification span {
  width: 130px; }
table.product-list .material span {
  width: 80px; }
table.product-list .manufacturer span {
  width: 80px; }
table.product-list .warehouse span {
  width: 125px; }
table.product-list .inventory span {
  width: 165px;
  text-decoration: underline; }
table.product-list .remark span {
  width: 84px;
  white-space: normal;
  line-height: 20px;
  text-align: left;
  padding-left: 10px;
  /* padding-top: 20px; */
  vertical-align: middle;
  max-height: 40px; }
table.product-list .price span {
  width: 100px;
  font-size: 18px;
  color: #ff4242; }
table.product-list .price span.inquiring {
  font-size: 16px;
  color: #ff4242; }

 table.product-list .inventory p,  table.product-list .inventory span {
  line-height: 20px;
  text-align: left; }
 table.product-list .inventory p {
  padding-left: 5px;
  position: relative; }
 table.product-list .inventory p span {
  display: inline-block;
  width: 150px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
 table.product-list .inventory p i {
  position: absolute;
  top: 12px;
  right: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/product/icons_new.png") 0 -22px no-repeat; }
 table.product-list .inventory .address span {
  color: #027cdf; }
 table.product-list .inventory .tel span {
  margin: 0;
  text-decoration: underline; }
table.product-list .inventory .tel i {
  background-position: -20px -47px;
  top: 1px;
  cursor: not-allowed;
}
table.product-list .inventory .tel.active i {
  background-position: -20px -22px;
  cursor: pointer; }
.table-more {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: #f3fafe;
  color: #027cdf;
  border: 1px solid #e2edfd;
  margin: 20px 0; }

.table-more:hover {
  background: #027cdf;
  color: #fff; }

.company-detail {
  margin-top: 60px;
  height: 480px; }
  .company-detail .title .title-line .line-72-0, .company-detail .title .title-line .line-52-20 {
    width: 1010px; }
  .company-detail .title .title-line .line {
    width: 1060px; }
  .company-detail .detail-wrap {
    position: relative;
    top: 50px;
    height: 340px;
    width: 1154px;
    border: 10px solid #cce2ff; }
  .company-detail .detail-info {
    height: 361px;
    width: 536px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 577px;
    border-left: 20px solid #fff; }
    .company-detail .detail-info .notice {
      background: #f5f5f5;
      padding: 20px;
      height: 82px; }
    .company-detail .detail-info .notice-left {
      font-size: 16px;
      width: 16px;
      color: #333;
      line-height: 18px;
      float: left;
      padding: 5px 0; }
    .company-detail .detail-info .notice-list {
      float: left;
      font-size: 14px;
      margin: 0 20px;
      border-left: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      width: 384px;
      padding: 5px 20px;
      height: 72px;
      overflow: hidden; }
      .company-detail .detail-info .notice-list span {
        line-height: 24px; }
      .company-detail .detail-info .notice-list span.notice-title {
        width: 276px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        word-break: normal;
        text-overflow: ellipsis; }
      .company-detail .detail-info .notice-list span.date {
        float: right; }
    .company-detail .detail-info .notice-right {
      float: left;
      font-size: 14px;
      width: 14px;
      padding-top: 18px;
      line-height: 16px; }
      .company-detail .detail-info .notice-right i:last-child {
        position: relative;
        top: -9px; }
    .company-detail .detail-info .company-info {
      padding: 15px;
      position: absolute;
      bottom: -18px;
      z-index: 2;
      background: #ffffff; }
      .company-detail .detail-info .company-info .company-name {
        font-size: 20px;
        line-height: 48px; }
        .company-detail .detail-info .company-info .company-name i {
          width: 30px;
          height: 30px;
          vertical-align: middle;
          margin-right: 5px;
          margin-top: -5px;
          display: inline-block;
          background: url("../images/company/icons-subsidiary.png") no-repeat 0 -293px; }
      .company-detail .detail-info .company-info .info-text {
        font-size: 14px;
        overflow: hidden;
        max-height: 62px;
        transition: all 1s 0s ease-out; }
        .company-detail .detail-info .company-info .info-text:hover {
          max-height: 242px;
          transition: all 2s 0s ease-out; }
      .company-detail .detail-info .company-info .info-footer {
        font-size: 16px;
        color: #333;
        padding-top: 10px; }
        .company-detail .detail-info .company-info .info-footer p {
          width: 406px;
          height: 24px;
          white-space: nowrap;
          overflow: hidden;
          word-break: normal;
          text-overflow: ellipsis; }
        .company-detail .detail-info .company-info .info-footer .more-detail {
          color: #027cdf;
          float: right; }

.slide-wrap {
  width: 557px;
  height: 361px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 20px; }
  .slide-wrap .panel {
    width: 557px;
    height: 361px;
    overflow: hidden;
    position: relative; }
  .slide-wrap .trigger {
    position: absolute;
    height: 15px;
    width: 90px;
    right: 10px;
    overflow: hidden;
    bottom: 10px;
    text-align: center; }
    .slide-wrap .trigger span {
      width: 15px;
      height: 15px;
      font-size: 0;
      overflow: hidden;
      display: inline-block;
      margin: 0 5px;
      position: relative;
      cursor: pointer;
      background: rgba(150, 150, 150, 0.8); }
    .slide-wrap .trigger span.active {
      background: rgba(110, 165, 245, 0.8); }

.panel ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px; }

.panel li {
  float: left;
  width: 557px;
  height: 361px; }
  .panel li a {
    display: block;
    width: 557px;
    height: 361px;
    position: relative; }
    .panel li a img {
      width: 100%; }

.salesmen-popup .wechat_img {
  width: 90%;
  margin: 0 auto 15px auto;
  display: block;
  max-width: 236px; }
.salesmen-popup .salesmanface {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }
  .salesmen-popup .salesmanface .wrap {
    display: inline-block; }
  .salesmen-popup .salesmanface .face {
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
    padding: 0; }
    .salesmen-popup .salesmanface .face img {
      width: 100%; }
  .salesmen-popup .salesmanface .text {
    float: left;
    font-size: 12px;
    color: #aaa;
    text-align: left;
    margin-top: 2px;
    margin-left: 6px; }
    .salesmen-popup .salesmanface .text .real_name {
      font-size: 16px;
      color: #333; }

/*panorama*/
.panorama .title .title-name .title-eng {
  letter-spacing: 0px; }
.panorama .scene-wrap {
  width: 100%;
  height: 587px;
  position: relative;
  margin-bottom: 25px; }
  .panorama .scene-wrap iframe {
    width: 100%;
    height: 100%; }
  .panorama .scene-wrap .operate-layer {
    position: absolute;
    z-index: 99;
    width: 100%; }
    .panorama .scene-wrap .operate-layer .operate-wrap {
      position: absolute;
      right: 20px;
      top: 20px; }
      .panorama .scene-wrap .operate-layer .operate-wrap .operate-btn {
        position: relative; }
        .panorama .scene-wrap .operate-layer .operate-wrap .operate-btn a {
          display: block;
          width: 34px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          color: white;
          background: black;
          border-radius: 50px;
          font-size: 18px;
          z-index: 99;
          position: relative;
          padding: 0;
          margin: 0 0 5px auto; }
        .panorama .scene-wrap .operate-layer .operate-wrap .operate-btn .licon-full:before {
          content: "\e91e"; }
        .panorama .scene-wrap .operate-layer .operate-wrap .operate-btn .licon-share:before {
          content: "\c076"; }
.company-detail-footer{
  margin-top: 60px;
  height: auto;
}
.filter-product-com {
  width: 100%;
  margin: 0px auto;
  font-size: 14px;
}
.filter-product-com dl.product-category {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 5px;
  padding-top: 5px;
}

.filter-product-com dl {
  background: #ffffff;
}
.filter-product-com dl dt {
  float: left;
  width: 58px;
  text-align: center;
  color: #999;
  height: 40px;
  line-height: 40px;
}
.filter-product-com dl dd {
  float: left;
  width: 1106px;
  color: #333;
}
.filter-product-com dl dd ul {
  height: 30px;
  padding-bottom: 10px;
}
.filter-product-com .w-100 {
  width: 100px !important;
}
.filter-product-com dl dd li {
  float: left;
  width: 76px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 12px 12px 0 12px;
}
.filter-product-com dl.product-category:last-child{
  border: none;
}
#title li {
	float:left;
	border:1px solid #CCCCCC;
  background:#FFF;
  cursor: pointer;
	width:110px;
	text-align:center;
  height: 36px;
  line-height: 36px;
	position:relative;
	z-index:1000;
}
#title li a{
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
#title,#wrap {
	clear:both;
  background-color:#FFF;
  margin: 0;
  width:468px;
  height: auto !important;
}
#wrap {
	border:1px solid #CCCCCC;
	height:300px;
	position:relative;
	top:-1px;
  /* padding:40px 27px 38px 27px; */
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 30px;
}
#wrap>div {
	display:none;
}
#wrap .active {
	display:block;
}
#title .ho {
  border-bottom:1px solid #FFF;
  background: #0086ef;
}
#title .ho a {
	color:#fff;
}
.image-list .cover-img-box {
  width: 146px;
  height: 146px;
  margin: 20px 20px 50px 20px;
  position: relative;
  display: inline-block;
}
.image-list .cover {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
  height: 146px !important;
  width: 146px !important;
  margin-left: 0 !important;
  border: 1px solid #CCCCCC;
}
.image-list .cover img {
  /* position: inherit !important; */
  /* margin-bottom: 10px !important; */
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.factory-pic{
  padding: 0 !important;
}
.magnifier-pic {
  padding: 0 !important;
  position: absolute;
  bottom: 4px;
  right: 5px;
  width: 15px !important;
  height: 15px !important;
}
.product-list2 {
  border: none !important;
}
table.product-list2 tbody tr:nth-of-type(odd) {
  background-color:#ffffff;
}
table.product-list2 tbody tr:nth-of-type(even) {
  background-color: #f3fafe;
}
table.product-list2 thead tr {
  background: #f3fafe;
}
table.product-list2 th {
  height: 44px;
  line-height: 44px;
}
table.product-list2 .name {
  width: 100px;
  position: relative;
}
table.product-list2 tbody tr img {
  float: inherit !important;
  margin: 10px 0;
}
.rongyu {
  padding: 10px 30px;
}
.rongyu ul li {
  float: left;
  width: 250px;
  height: 290px;
  box-sizing: border-box;
  border: 1px solid #fc9e00;
  margin-right: 30px;
  margin-bottom: 30px;
}
.rongyu ul li:nth-of-type(4n){
  margin-right: 0;
}
.rongyu ul li .rongyu-img {
  height: 220px;
  width: 180px;
  margin: 10px auto;
  position: relative;
}
.rongyu ul li img {
  /* width: 100%; */
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.rongyu ul li p {
  text-align: center;
  width: 173px;
  margin: auto;
}
.rongyu-p {
  font-size: 16px;
  height: 33px !important;
  -webkit-line-clamp: inherit;
}
.pic_title {
  height: 49px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.real-pic li {
  float: left;
  width: 536px;
  height: 280px;
  background: red;
  margin-right: 26px;
  position: relative;
  margin-bottom: 24px;
}
.real-pic li:nth-of-type(even) {
  margin-right: 0;
}
.real-pic li img{
  width: 100%;
  height: 100%;
}
.pic-title {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: red;
  background: rgba(195, 195, 195, 0.8);
}
.processing-box{
  border: 1px solid #CCCCCC;
  margin-top: -1px;
  /* padding-top: 30px; */
  background: #fff;
  padding-left: 26px;
  padding-right: 26px;
  /* padding-bottom: 30px; */
}
.processing-box-footer{
  border: none;
}
.processing-box figure{
  float: left;
  /* margin: 0 14px; */
  margin-bottom: 30px;

}
.processing-box figure p{
  width: 146px;
  font-size: 16px;
}
.processing-box figure img{
  /* width: 156px;
  height: 170px;     */
  margin-bottom: 10px;
}
#imgPre{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 10000;
}
#imgPre .content{
  background-color: #fff;
  position: absolute;
  width: 590px;
  height: 600px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imgPre .menu-bar {
  width: 100%;
}
#imgPre .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#imgPre .menu-bar .handel.close-view {
  background-image: url("../images/imgpre/close_black.png");
  background-size: 15px;
}
#imgPre .menu-bar .handel.maximization {
  background-image: url("../images/imgpre/maximization_black.png");
  background-size: 14px;
}
#imgPre .clear-flex {
  clear: both;
}
#imgPre .handel-prev, #imgPre .handel-next {
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#imgPre .handel-prev {
  background-image: url("../images/imgpre/prev_blank.png");
}
#imgPre .handel-next {
  background-image: url("../images/imgpre/next_blank.png");
}
#imgPre .menu-bar .handel.close-view:hover, #imgPre .menu-bar .handel.maximization:hover, #imgPre .handel-prev:hover, #imgPre .handel-next:hover {
  background-color: rgba(2,124,223, 0.8);
}
#imgPre .left {
  float: left;
}
#imgPre .right {
  float: right;
}
#imgPre .picture-content {
  display: inline-block;
  width: 80%;
  height: calc(100% - 100px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#imgPre img {
  max-width: 100%;
  max-height: 100%;
}
#imgPre .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imgPre .picture-content .cover {
  min-width: 262px;
}
#imgPre .picture-content .coverp {
  position: absolute;
  bottom: -25px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
#imgPre .counter {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: gray;
  font-size: 13px;
}
/*# sourceMappingURL=subsidiary_index.css.map */

.main-box{
  margin: 0 auto;
  width: 1160px;
}
.main-wrap{
  padding-top: 70px;
  background: #fff;
}
.factory-title{
  position: relative;
}
.factory-title .title-top{
  position: absolute;
  top: -25px;
  font-size: 32px;
  left: 79px;
  letter-spacing: 4px;
  font-weight: bold;
}
.factory-title .title-bottom{
  position: absolute;
  top: 26px;
  left: 78px;
  letter-spacing: 3px;
}
.factory-classification{
  margin-top: 40px;
  font-size: 16px;
}
.factory-classification dl{
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.factory-classification dt{
  float: left;
}
.factory-classification dd{
  float: left;
  padding-left: 17px;
  width: 1096px;
}
.factory-classification dd li{
  float: left;
  padding: 0 22px;
  /* margin-bottom: 7px; */
  margin: 3px 0;
}
.factory-processing{
  margin-top: 40px;
}
.factory-processing h3{
  display: inline-block;
    width: 108px;
    height: 40px;
    font-size: 14px;
    background: #0086ef;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.factory-processing .owl-img-box{
  height: 220px;
  width: 180px;
  margin: 10px auto;
  position: relative;
}
.owl-carousel .owl-wrapper-outer{
  margin: 30px 0;
}
.owl-carousel div img{
  /* width: 180px;
  height: 220px; */
  /* margin: 10px 0; */
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.owl-box{
  height: 270px;
  width: 237px;
    background: #fff;
    margin: 0 10px;
    border: 1px solid #fc9e00;
    text-align: center;

}
.owl-box p{
  font-size: 16px;
  overflow: hidden;
  width: 175px;
  margin: auto;
  /* height: 16px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.owl-pagination{
  display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  position: absolute;
    left: -20px;
    background: #0086ef;
    opacity: 1;
    width: 4px;
    height: 56px;
    border-radius: 0;
    top: 50%;
    margin: 0;
    margin-top: -39px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  position: absolute;
    right: -20px;
    background: #0086ef;
    opacity: 1;
    width: 4px;
    height: 56px;
    border-radius: 0;
    top: 50%;
    margin: 0;
    margin-top: -39px;
}
.owl-theme .owl-controls .owl-buttons .owl-next::before{
  position: absolute;
    right: 9px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    content: '';
}
.owl-theme .owl-controls .owl-buttons .owl-prev::before{
  position: absolute;
    left: 9px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    content: '';
}
.owl-theme .owl-controls{
  display: block !important;
}
.real-pic {
  margin-top: 16px;
}