@charset "utf-8";
.main {
    width: 1200px;
    margin: 100px auto 70px;
    overflow: hidden;
    font-size: 14px
}

.article_content {
    width: 980px
}

.path_area {
    margin-bottom: 20px
}

.path_area a {
    color: #5e6267;
    text-decoration: none
}

.path_area .current {
    cursor: text;
    color: #000
}

.content_title {
    position: relative
}

.content_title .title {
    color: #000;
    font-size: 20px;
    font-weight: 400
}
.sub_title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999
}
.content_title .show_all {
    position: absolute;
    right: 0;
    top: 5px;
    color: #0457b7;
    font-size: 14px;
    text-decoration: none
}
.content_title .card  {
    position: relative;
    display: block;
    width: 49%;
    float: left;
    height: 200px;

}
.content_title .card .text {
    width: 50%;
 float: left;
}
.content_title .card .image {
     width: 50%;
     float: right;
 }
.content_title .card .image .title1 {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.service_item .title {
    padding: 30px 0 10px;
    color: #5e6267;
    font-size: 16px;
    font-weight: 400
}
.service_item  p {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    color: #5e6267;
}
.service_item .txt {
    color: #000000
}

.service_item .content {
    display:  block;
    position: relative;
    width: 60%;
    margin-left: 30%;
}
.service_item .content .card{
      display:  block;
      position: relative;
      float: left;
      width: 30%;
      height: 120px;
  }
.service_item .content .card .img{
    position: relative;
    text-align: center;
    display:  block;
}
.service_item .content .card .imgTitle{
    position: relative;
    color: #5e6267;
    text-align: center;
}
.service_item .content .title {
    display: inline-block;
    color: #111111;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}
.service_board {
    margin-top: 20px
}
.br_line{
    position: relative;
    height: 28px;
    display: block;
    width: 100%;
}
.laboratory_img{
    position: relative;
    display: block;
    text-align: center;
}
.shareholder_box {
    margin-top: 20px;
    color: #5e6267
}

.shareholder_box .txt {
    line-height: 30px
}

.shareholder_list .shareholder_item {
    line-height: 28px;
    padding-left: 18px;
    margin-bottom: 5px;
    background: #f2f8fc;
    border-left: 5px solid #0457b7
}

.shareholder_list .shareholder_item .qrcode-pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 8px
}

.shareholder_list .shareholder_item a {
    color: #0457b7;
    text-decoration: none
}

.shareholder_list .shareholder_item table {
    line-height: 2;
    cellpadding: 0;
    cellspacing: 0;
    color: #5e6267
}