.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: 450px;
      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-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; }
  .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: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;
  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: 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 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; }

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 {
    width: 1174px;
    margin: 0 auto 20px;
    position: relative;
    background-color: #fff;
    padding: 0 20px 20px;
    font-size: 14px;
    border: 1px solid #e6e6e6; }
    .main-wrap .main .position {
      line-height: 40px; }
  .main-wrap .content {
    display: inline-block;
    float: left;
    width: 940px;
    min-height: 600px; }
    .main-wrap .content .title {
      line-height: 30px;
      background: #027cdf;
      color: #fff;
      font-size: 18px;
      width: 102px;
      text-align: center;
      float: left; }
    .main-wrap .content .title::before {
      top: 30px;
      left: 0;
      position: absolute;
      display: block;
      content: '';
      border-top: 10px solid #027cdf;
      border-right: 50px solid transparent;
      border-left: 50px solid transparent; }
    .main-wrap .content .title::after {
      position: absolute;
      top: 15px;
      left: 102px;
      content: '';
      display: block;
      width: 230px;
      border-top: 1px solid #e6e6e6; }
  .main-wrap .selected-product {
    display: inline-block;
    float: right;
    width: 160px; }
  .main-wrap .list-header {
    position: relative; }
    .main-wrap .list-header ul {
      float: right; }
    .main-wrap .list-header li {
      float: left;
      height: 30px;
      line-height: 30px;
      width: 92px;
      background: #f5f5fa;
      text-align: center;
      margin-left: 10px;
      position: relative;
      border-radius: 3px; }
      .main-wrap .list-header li a {
        width: 90px;
        display: inline-block; }
      .main-wrap .list-header li i {
        display: inline-block;
        width: 28px;
        height: 20px;
        background: url("../images/company/subsidiary_news.png") no-repeat;
        vertical-align: middle; }
    .main-wrap .list-header li:hover, .main-wrap .list-header li.active {
      background-color: #027cdf; }
      .main-wrap .list-header li:hover a, .main-wrap .list-header li.active a {
        color: #fff; }
    .main-wrap .list-header li > a::before {
      position: absolute;
      top: 15px;
      left: -10px;
      content: '';
      display: block;
      width: 10px;
      border-top: 1px solid #e6e6e6; }
    .main-wrap .list-header .item-news i {
      background-position: 0 1px; }
    .main-wrap .list-header .item-recruit i {
      background-position: 0 -19px; }
    .main-wrap .list-header .item-notice i {
      background-position: 0 -42px; }
    .main-wrap .list-header .item-service i {
      background-position: 0 -64px; }
    .main-wrap .list-header .item-news:hover i, .main-wrap .list-header .item-news.active i {
      background-position: -34px 1px; }
    .main-wrap .list-header .item-recruit:hover i, .main-wrap .list-header .item-recruit.active i {
      background-position: -32px -19px; }
    .main-wrap .list-header .item-notice:hover i, .main-wrap .list-header .item-notice.active i {
      background-position: -32px -42px; }
    .main-wrap .list-header .item-service:hover i, .main-wrap .list-header .item-service.active i {
      background-position: -31px -64px; }

.news-list {
  padding: 20px 0; }
  .news-list dt {
    padding-top: 20px;
    font-size: 18px;
    color: #494949;
    line-height: 20px; }
    .news-list dt .news-title {
      font-weight: bold; }
    .news-list dt > a {
      font-size: 14px;
      color: #027cdf;
      float: right;
      line-height: 20px; }
  .news-list dd {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px; }
    .news-list dd p {
      padding-top: 10px;
      height: 45px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .news-list dd p a {
        color: #6e6e6e; }
    .news-list dd .datetime {
      color: #aaaaaa;
      float: right;
      line-height: 20px;
      padding: 5px 0; }

.selected-product {
  border: 1px solid #e6e6e6;
  padding: 20px; }
  .selected-product h2 {
    font-size: 16px;
    color: #333333;
    line-height: 1.25;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold; }

.product-selected-item {
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  /*.icon-pentangle:hover, .icon-pentangle.active{
    background-position: -26px -84px;
  }*/ }
  .product-selected-item .product-name {
    color: #494949;
    line-height: 16px;
    padding: 10px 0; }
  .product-selected-item .icon-pentangle {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 10px;
    left: -6px;
    background: url(../images/company/rank-icons.png) no-repeat -26px -84px; }

.news-article {
  padding: 30px 102px;
  position: relative; }

.article-title {
  text-align: center;
  padding: 10px 0; }
  .article-title h2 {
    font-size: 20px;
    color: #333333;
    line-height: 32px; }
  .article-title span {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 20px; }
    .article-title span i {
      width: 25px;
      height: 16px;
      display: inline-block;
      background: url("../images/company/subsidiary_news.png") no-repeat 0 -158px;
      vertical-align: middle; }

.article-content {
  border-top: 1px dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
  padding: 30px 15px 60px 15px;
  color: #333333; }
  .article-content .section {
    padding-top: 20px; }
  .article-content .indent {
    padding-left: 20px; }
  .article-content img {
    max-width: 100%; }

.news-article .article-share {
  position: relative;
  border: 1px dashed #e6e6e6;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  width: 80px;
  bottom: 20px;
  left: 310px;
  background: #fff;
  color: #aaaaaa;
  cursor: pointer; }
  .news-article .article-share a.bds_more {
    font-size: 14px;
    background-image: none;
    margin: 0;
    padding-left: 0;
    line-height: 36px;
    height: 36px;
    width: 95px; }
  .news-article .article-share i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../images/company/subsidiary_news.png") no-repeat 0 -88px;
    vertical-align: middle; }

/*# sourceMappingURL=subsidiary_news.css.map */
