.headerTopBody {
    width: 100%;
    height: 40px;
    background-color: rgb(41, 41, 41);
    position: relative;
    z-index: 2;
}
.headerTopCon {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}
.welComTip {
    float: left;
    padding: 10px 0;
    font-size: 14px;
    height: 20px;
    color: #ecf0f1;
}
.linkIcon {
    float: right;
    padding: 7.5px 0;
    height: 25px;
}
.linkIcon ul li {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 14px;
}
.linkIcon ul li:last-child {
    margin-right: 0;
}
.linkIcon ul li img {
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.linkIcon ul li img:hover {
     opacity: 0.8;
}
.headeMidrBody {
    width: 100%;
    height: 190px;
    position: relative;
    top: -15px;
    background-repeat: no-repeat;
    background-attachment: initial; 
    background-position: center bottom;
    background-image:url('/r/cms/sdslcjyzx/sdccl/img/20190121093153833.jpg');                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
}
.headerMidCon {
    width: 100%;
    padding-top:15px;
    height: 175px;
    margin: 0 auto ;
    position: relative;
}
.labSimpleInfo {
    width: 1200px;
    height: 122px;
    margin: 0 auto;
    position: relative;
}
.syFastTrack {
    position: absolute;
    width:320px;
    height: 50px;
    left: 0;
    top: 575px;
    z-index: 2;
    cursor:pionter;
}
.syFastTrack img{
    width: 100%;
    height: 100%;
}
.labIcon {
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 11px;
    margin-right: 25px;
}
.verLine {
    float: left;
    height: 71px;
    margin-top: 25.5px;
    margin-right: 32px;
    width: 1px;
    background-color: rgb(221, 221, 221);
}
.labNameBox {
   width:352px;
    float:left;
    height:122px;
    position: relative;
}
.labNameBox > div:first-child{
    font-size: 20px;
    font-family: 'Microsoft Yahei', Aril;
    word-break: normal;
    white-space: normal;
    color: #777777;
    height:26.5px;
    position: absolute;
    top:27px;
    left: 0;
}

.labNameBox > div:last-child{
    font-family: 'Microsoft Yahei', Aril;
    word-break: normal;
    white-space: normal;
    font-size: 24px;
    color: #0c62a8;
    font-weight: bold;
    position: absolute;
    top:62px;
    left: 0;
}

.linkWays {
    height: 100%;
    float: right;
}
.linkWays > div:first-child span{
    font-size: 20px;
    color: #666666;
    font-family:微软雅黑;
    width: 178px;
    display:inline-block;
    text-align: left;
    font-weight: bold;
    height: 30px;
    padding-top:37px;
}
.linkWays > div:last-child{
    font-size: 24px;
    color:#0c62a8;
    text-align: right;
}







.columnList {
      height:53px;
      width: 100%;
      background: rgb(12, 98, 168);
}
.columnCon {
    width: 1200px;
    height:53px;
    margin: 0 auto;
    position: relative;
}
.columnCon > div {
     position: absolute;
     height: 53px;
     top: 0;
     left: 0;
     right: -50px;
}
.columnCon > div  > ul > li {
    float: left;
    height:48px;
    line-height:48px;
    position: relative;
}
.columnCon > div  > ul > li .channelChildren {
      position: absolute;
      top:50px;
      left:0;
      right:0;
      display:none;
      z-index:3;
}
.channelChildren>ul>li {
      width: 100%;
      height:43.8px;
}
.channelChildren>ul>li > a {
     display: inline-block;
     width: 100%;
     height:42.8px;
     line-height:42.8px;
     text-align: center;
     color:#ffffff;
     background-color: rgb(12, 98, 168);
     border-bottom: 1px solid rgb(238, 238, 238);
}
.channelChildren>ul>li:hover a {
      background-color: rgb(22, 146, 247);
}
.channelChildrenActive > a{
    background-color: rgb(22, 146, 247) !important;
}
.columnCon > div  > ul > li:hover {
   background: rgb(61, 155, 233);
   border-bottom:5px solid rgb(57, 146, 219);
}
.columnCon > div  > ul > li:hover .channelChildren {
      display:block;
}
.columnActive {
   background: rgb(61, 155, 233);
   border-bottom:5px solid rgb(57, 146, 219);
}

.columnCon > div  > ul>li > p {
 
}
.columnCon > div  > ul>li > p > a {
    padding: 0 55px;
    font-size: 15px;
    color: #ffffff;
    height: 100%;
    display: inline-block;
}
.banner{
  display:flex;
  justify-content:center;
  overflow:hidden;
}

