/*登陆*/
.head-login{
    float: left;
    height: 100%;
}
.head-login ul li{
     float: left;
     padding: 0 5px;
}
.head-login ul li a{
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 38px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #0168bf;
}
.header-login-mobile{
    float: left;
    display: none;
    padding: 15px 0;
    font-size: 16px;
    line-height: 38px;
}
.login-res-box{
     float: right;
}
@media screen and (max-width: 768px){
  .head-login{
    float: left;
  }
  .head-login ul li{
    display: none;
  }
   .header-login-mobile{
    float: left;
    font-size: 16px;
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 38px;
}
}        
.find-content{
    padding-bottom: 30px;
}
.findWarp{
    padding-top: 20px;
    background: #fff;
    border-top: 1px solid #ccc;
}
.find-zhengshu-main{
     padding:10px 10px 20px 10px;
     border-bottom: 1px dotted #ccc;
}
.find-address{
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}
.zhengshu-title{
    padding-top: 20px;
}
.zhengshu-title h3{
    font-family: "黑体";
    font-size: 16pt;
    color: #333;
    text-align: center;
    line-height: 40px;
    padding:5px 0 20px 0;
    word-spacing: 2px;
}
.zhengshu-title strong{
    color: #e4393c;
    font-weight: none;
    text-align: center;
    display: block;
}
.formGroup{
    padding:10px 0;
}
.formGroup label{
    font-size: 14px;
    color: #35AAF2;
    text-align: center;
}
.formGroup input{
    font-size: 14px;
    font-family: "yahei";
    outline: none;
    text-align: left;
    display: inline-block;
    width: 65%;
    padding: 5px 0;
    text-indent: 5px;
}
@media screen and (max-width: 768px){
  .formGroup input{
    font-size: 14px;
    font-family: "yahei";
    outline: none;
    text-align: left;
    display: inline-block;
    width:100%;
    padding: 5px 0;
    text-indent: 5px;
  }

}
/*加载*/
  #loading{
      background-color:#fff; 
      height: 500px;
      width: 1000px;
      position: relative;
  }
  #loading img{
      position: absolute;
      display:block;
      width: 128px;
      height: 128px;
      top: 50%;
      left: 50%;
      margin-left: -69px;
      margin-top: -69px;
  }
  /*分页*/
#fenye_ajax{
   text-align: center;
   height:50px;
   padding-top: 10px;
}
#fenye_ajax span{
    margin-right: 5px;
    height: 40px;
    color: #000;
    font-size: 12px;
    display: inline-block; 
    line-height: 40px;
}
#fenye_ajax a{
    width:60px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #0168B7;
    line-height: 30px;
    background: #ddd;
}
#fenye_ajax a:hover{
    color: #f00;
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .fenye_ajax a{
      width:40px;
      height: 30px;
      display: inline-block;
      text-decoration: none;
      font-size: 12px;
      color: #0168B7;
      line-height: 30px;
      background: #ddd;
  }
}
/*校准能力列表样式*/
.calibrationWarp .item-list{
    padding: 20px 0;
   
 }
 .calibrationWarp .item-list ul{
     border-bottom: 1px dotted #ccc;
     padding:10px 0;
 }
 .item-list strong{
    font-size: 12px;
    color: #e4393c;
    display: inline-block;
    font-weight: normal;
 }
 .item-list li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
 }
  .item-list li .colorRed{
    font-size: 12px;
    color: #0168bf;
    text-decoration: none;
    cursor: pointer;
  }
  .item-list li .warpText{
    font-size: 12px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
  }
  .item-list span{
    font-size: 12px;
    color: #333;
  }
   .item-list i{
    color: #0168bf;
   }
