.swiper-pagination-bullet-active{
    background-color: #666 !important;
}
.industry{  
    width: 100%;
    /* min-height: 1100px; */
    /* background-color: aqua; */
    /* padding:0 100px; */
    /* margin-bottom: 100px; */


}
.industry-top-img-title-mobile{
    /* left: 20px; */
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #fff;
    /* background-color: #666; */
    top: 40%;
}
.industry-top-img-title{
    left: 10%;
    color: #fff;
    /* background-color: #666; */
    top: 40%;
}

.industry-top-img-title :nth-child(1){
    font-size: 50px;
}
.industry-line{
    background-color: #F5AF1D;
    height: 6px;
    width: 90px;
    margin-top: 60px;
}
.industry-top-img-title-3{
    margin-top: 15%;
  font-size: 2.4rem;
  line-height: 3rem;
}


@media (min-width:0px) and(max-width: 1199px){
    /* body {
        font-size: 10px;
    } */
    html {
        font-size: 10px;
		overflow-y: scroll;
	  }
	:root {
		overflow-y: auto;
		overflow-x: hidden;
	  }
	  :root body {
		position: absolute;
	  }
    
}
@media (min-width: 1199px) and (max-width:1920px) {
    /* body {
        font-size: 10px;
    } */
   
}
.industry-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.industry-content-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.industry-item1-mobile:nth-child(1){
    margin-top: 35px;
}
.industry-item1-mobile{
    width:90%;
    border-radius: 10px;   
    color: #1A1A1A;
     font-size: 14px;
     border-radius: 10px;   
     margin-top: 35px;
  
}
.industry-item1{
    width: 27%;
    padding-left: 10px;
     padding: 30px;
     color:#666;
     border-radius: 10px;   
     font-size: 20px;
     font-weight: 400px;
     margin-top: 100px;
     margin-right:1%;
     margin-left: 5%;
}

.industry-item1:hover{
    background-color: #F7F7F7;

}
/* 产品二级 */
.icon-list>ul{
    flex-wrap: wrap;
    justify-content:flex-start ;
}
.icon-list>p{
    margin-left: 2%;
}
.icon-list>ul>li{

   width:10%;
   display: flex;
   flex-direction: column;
   align-items: center;
   

}
.icon-list>ul>li:last-child{
    margin-right: 0%;
   
    
}
.center-table{
   
    min-height: 500px;
    padding: 35px 0;
}
.select-border{
    border: 1px solid #B3B3B3;
    color: #4D4D4D;
   
    /* display: flex; */
    padding: 5px 1%;
    /* justify-content: space-between;
    align-items: center; */

}
.select-ul>li:hover{
      color: #F5AF1D;
}
.search-input>input{
    background-color: #F7F7F7;
    border: none;
    outline: none;
}


.product-head-tr{
    width: 10%;
    background-color: #0261A1;
    text-align: center;
    height: 60px;

   
    

}
.product-head-tr>th{
    text-align: center;
    min-width: 60px;
}
.product-body-tr{
    text-align: center;
    height: 60px;
    min-height: 60px;
}
.product-body-tr-th{
    max-width: 100px;
    padding:10px 1%;
    word-break: break-word;
}
.tr-backgroundcolor{
 /* background-color: #0E9EC7; */
 background-color:rgba(231, 238,242,1);
}
.product-body-tr>td{
    /* background-color:red; */
    /* padding-left: 1%; */
    height: 60px;
    /* border:1px solid #0261A1; */
    vertical-align: middle!important;
    
}
td, tr,th{
    text-align: center;
}

/* 询价 */
.price>form>div{
    margin-bottom: 20px;
}

.price>form>div>span:nth-child(1){
    margin-right: 20px;
    /* color: #23508B; */
   
}
.price>form>div>span:nth-child(2)>input{
  width: 70%;
  font-size: 1.3rem;
  
 
}
input{
    outline: none;
    border: 1px solid #DBDBDB;
}
::-webkit-input-placeholder{
    color: #DBDBDB;
/* color: red; */
}
:-moz-placeholder{
color: #DBDBDB;
/* color: red; */
}
::-moz-placeholder{
color: #DBDBDB;
/* color: red; */
 
}
:-ms-input-placeholder{
color: #DBDBDB;
/* color: red; */
}
/* 设置 el-btn的按钮颜色*/
.set-other-btn {
    /* width: 100%; */
    line-height: 40px;
    cursor: pointer;
    color: #23508B;
    background-color: rgba(231, 238, 242, 1);
}
/* table表 */
.el-table{
    color: #1A1A1A !important;
}
.el-table thead{
    color: #fff !important;
}
.el-table tr {
    background-color: #F7F7F7 !important;
}

/* /表格内容颜色 */
 
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
    background-color:rgba(231, 238,242,1) !important;
    
}

.el-table--enable-row-hover .el-table__body tr:hover>td>div>img{
    cursor:pointer !important;
}
.el-table td.el-table__cell div{
    white-space:pre-line;
}