.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; }
  .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-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; } }
.left-aside {
  position: absolute;
  left: -60px;
  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: 36px;
    line-height: 18px;
    height: 18px;
    background: #027cdf;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 14px 5px;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .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: 30px;
    line-height: 24px;
    height: 18px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 11px 3px 11px 11px;
    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;
      margin-top: 10px; }
    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 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; }

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; }

.main-wrap {
  background-color: #f5f5f5;
  width: 100%;
  position: relative; }
  .main-wrap .main {
    min-height: 500px;
    width: 1174px;
    margin: 0 auto 20px;
    position: relative;
    background-color: #fff;
    padding: 0 10px 20px 20px;
    font-size: 14px;
    border: 1px solid #e6e6e6; }
    .main-wrap .main .position {
      line-height: 40px; }


.job-share {
  padding-top: 5px;
  height: 34px;
  line-height: 28px;
  border: 1px dashed #e6e6e6;
  margin: 12px 12px 12px 0;
  text-align: right;
  cursor: pointer; }
.content-panel {
  border: 1px solid #e6e6e6;
  width: 29.7%;
  margin-right: 10px;
  float: left;
  margin-bottom: 20px;
  color: #333333;
  position: relative;
  padding: 15px;

}
  .content-panel p {
    line-height: 25px;
  }

.content-panel .information{
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
  width: 66%;
  padding-right: 5px;
  border-right: 1px dashed #e6e6e6;
}

.content-panel .information .infor-header{
  float: left;
  width: 36%;
}
.content-panel .information .infor-header img{
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.content-panel .information .infor-details{
  float: left;
  margin-bottom: 16px;
}

.content-panel .information .infor-details .phone{
  background: url("../images/company/icon-salesman.png") no-repeat 0 -22px;
  padding-left: 25px;
}
.content-panel .information .infor-details .tel{
  background: url("../images/company/icon-salesman.png") no-repeat 0 -46px;
  padding-left: 25px;
}
.content-panel .code{
  float: right;
}
.content-panel .code img{
  width: 87px;
  height: 87px;
  padding: 2px;
  border: 1px solid #e6e6e6;
  float: right;
  margin-right: 4px;
}
.content-panel .code p{
  background: url("../images/company/icon-salesman.png") no-repeat 0 2px;
  line-height: 25px;
  padding-left: 20px;
  color: #6e6e6e;
}
.content-panel .my-product{

}
.content-panel .my-product p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-panel .check-product{
  width:85%
}
/*# sourceMappingURL=subsidiary_recruit.css.map */
