* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #f5f5f5;
}

.equipment-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.equipment-wrapper .menu-box {
        background-color: #cfe2fc;
        display: flex;
        flex-flow: wrap;
        padding-bottom: 30px;
        margin-top: 20px;
        padding-left: 20px;
        padding-top: 10px;
    }
.active p{
    color: #0c7ef1 !important;
}
.equipment-wrapper .menu-box .item-menu {
    width: 86px;
    text-align: center;
    margin: 20px 20px 0 0;
    cursor: pointer;
    display: block;
}

.equipment-wrapper .menu-box .item-menu:hover p {
        color: #0c7ef1;
    }

.equipment-wrapper.menu-box .item-menu img {
        width: 64px;
        height: 64px;
    }

.equipment-wrapper .menu-box .item-menu p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
    }
.icon {
    width: 65px;
    height: 65px;
    fill: currentColor;
    overflow: hidden;
}
.address {
    width: 22px;
    height: 24px;
    vertical-align: middle;
    color: #2e76da;
}
.iconxq {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    padding-right:10px;
}

#iconshipinyunongchanpin {
    width: 65px;
    height: 65px;
}
.equipment-wrapper .table-box {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 10px;
  margin-bottom:40px;
}

.equipment-wrapper .table-box .item-table-top {
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

.equipment-wrapper .table-box .item-table-top .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #333333;
}

.equipment-wrapper .table-box .item-table-top .search-box {
  flex: 1;
  text-align: right;
}

.equipment-wrapper .table-box .item-table-top .search-box .search_input {
  width: 359px;
  height: 36px;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  text-indent: 20px;
}

.equipment-wrapper .table-box .item-table-top .search-box .search_btn {
  width: 60px;
  height: 36px;
  background-color: #2e76da;
  border: solid 1px #2e76da;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.equipment-wrapper .table-box .table-content {
  margin-top: 20px;
}

 .productList {
    position:relative;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px dashed #ddd;
}
.mt-20 {
   margin-top:20px; 
}
.productList:hover {
    background-color: #f2f7ff;
}
.productList .productMsg {
    position: relative;
    max-width: 800px;
}
.productList .productMsg .product-img {
    width:186px;
    height:140px;
    border:1px solid #eee;
    display:flex;
    justify-content:center;
    align-content:center;
    overflow:hidden;
    position:absolute;
    left:20px;
    top:0;
}
.productList .productMsg .product-img  img{
    max-height: 186px;   
    width:auto; 
}

.productList .productMsg dt, .productList .productMsg dd.product-txt, .productList .productMsg dd.product-price {
    padding-left: 220px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productList .productMsg dt{
    font-size:18px;
}
.productList .productMsg dt span.title{
    color:#333;
    font-weight:bold;
}
.productList .productMsg span {
    color: #666;
}
.productList .productMsg dd.product-price span.price {
    font-size: 28px;
    color: #f23b3b;
    font-weight:bold;
}
.productList .action {
    position:absolute;
    top: 46px;
    right:10px;
    padding:0 80px;
    width:200px;
}
.productList .action a {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    line-height: 36px;
    color: #2e76da;
}
.productList .action a:hover {
    font-weight:bold;
}
.btn-default {
    width: 200px;
    height: 36px;
    line-height:36px;
    background: #fff;
    border: 1px solid #2e76da;
    color: #2e76da;
    border-radius: 3px;
    display:inline-block;
    text-align:center;
}
.btn-info {
    width: 200px;
    height: 36px;
    background: #2e76da;
    color: #fff;
    border: 1px solid #2e76da;
    border-radius: 3px;
}
.product-info .product-img {
    width: 320px;
    height: 240px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-right:20px;
}
.product-info .product-img img{
    max-height:240px;
    max-width:320px;
}
.product-info-txt h1{
    font-size:18px;
    line-height:36px;
    padding-bottom:8px;
}
.product-info-txt .info-parameter {
    width:777px;
    background-color: #f2f7ff;
    padding:10px;
    margin-bottom:13px;
}
.product-info-txt .info-parameter p{
    line-height:24px;
}
.product-info-txt .info-parameter span {
    color: #666;
}
.product-price{
    margin-bottom:10px;
}
.product-price span {
    color: #666;
}
.product-price span.price {
    font-size: 28px;
    color: #f23b3b;
    font-weight: bold;
}
.service-info{
    margin-top:24px;
}
.part-title{
    font-size:16px;
    color:#2e76da;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
}
.service-info-cont{
    padding:20px;
}
.service-info-cont p{
    line-height:28px;
}

/*��ɫ����б�*/
.item-top{
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
}
.item-top .title{
    font-size:24px;
    color:#333;
    font-weight:normal;
    padding-bottom:30px;
}
.search ul li {
    position: relative;
    padding-left: 75px;
    line-height: 36px;
}
.search ul li label.labelname{
    position:absolute;
    top:0;
    left:0;
}
.iconcal {
    height: 24px;
    width: 30px;
    position:absolute;
    top:3px;
}
.iconcatl {
    height: 30px;
    width: 35px;
    position: absolute;
    top: 0px;
}
.iconCNAS {
    height: 24px;
    width: 30px;
    position: absolute;
    top: 3px;
}
.iconcma {
    height: 24px;
    width: 35px;
    position: absolute;
    top: 3px;
}
.el-checkbox{
    padding-right:30px;
    position:relative;
}

.city a {
    color: #333;
    display: inline-block;
    padding: 0 16px;
    height: 24px;
    line-height: 24px;
}
.city a.current {
    background-color: #2e76da;
    color: #fff;
}
.city-list{
    width:980px;
    line-height:24px;
}
.test-list {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    min-height:140px;
}

.test-list:hover {
    background-color: #f2f7ff;
}
.test-list .test-img {
    width: 186px;
    height: 140px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
}

.test-list .test-img img {
    max-height: 186px;
    width: auto;
}
.test-list .test-info{
    padding-left:220px;
    width:560px;
    padding-top:10px;
}
.test-list .test-info li{
    line-height:30px;
    position:relative;
}
.test-list .test-info li .icon {
    float:left;
    position:relative;
    width:35px;
    height:24px;
}
.test-list .test-info li:nth-child(2),
.test-list .test-info li:nth-child(3),
.test-list .test-info li:nth-child(4),
.test-list .test-info li:nth-child(5) {
    width: 50%;
}

.test-list .test-info li span {
    color: #666;
}
.test-list .test-info li:first-child span {
    color: #333;
    float: left;
}
.test-list .company{
    position:absolute;
    right:10px;
    top:20px;
}
.test-list .company h1{
    font-size:18px;
    line-height:36px;
}
.test-list .company .tel {
    font-size: 18px;
    font-weight: bold;
    color: #2e76da;
    margin-top:6px;
    margin-bottom:6px;
}
.test-list .company .tel .icontel{
    width:20px;
    height:20px;
}
.test-list .company a:hover {
    color: #2e76da;
    font-weight:bold;
}
.test-list .company a:visited {
    color: #2e76da;
}

/*--��ɫ�������*/
.info-parameter .test-info {
    padding-left: 10px;
    width: 560px;
    padding-top: 10px;
}

.info-parameter .test-info li {
    line-height: 30px;
    position: relative;
}

.info-parameter .test-info li .icon {
    float: left;
    position: relative;
    width: 35px;
    height: 24px;
}

.info-parameter .test-info li:nth-child(2),
.info-parameter .test-info li:nth-child(3),
.info-parameter .test-info li:nth-child(4),
.info-parameter .test-info li:nth-child(5) {
    width: 50%;
}

.info-parameter .test-info li span {
    color: #666;
}

.info-parameter .test-info li:first-child span {
    color: #333;
    float: left;
}
.nonedata{
    text-align: center;
    margin-top: 15px;
}