*{
    margin: 0px;
    padding: 0px;
}
.company_type{
    background-color: white;
    margin-top: 150px;
    padding-bottom: 20px;
}
.company_type ul {
    list-style: none;
}
.company_type_box1 ul li{
    float: left;
    display: inline-block;
    margin: 10px;
    margin-top: 12px;
    /* line-height: 1px; */
    height: 30px;
    text-align: center;
    
    /* padding: 0 .75rem; */
}
.company_type_box1 ul li a:hover{
    background-color:red;
    border-radius: 10px;
    color: white;
}
.company_type_box .title{
    /* width: 76px; */
    /* padding: 0px; */
    float: left;
    padding-top: 18px;
}
.company_type_box1 ul li a{
    display: block;
    border: 0;
    /* padding: 20px; */
    text-align: center;
   
    text-decoration:none;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding: 8px;
    height: 35px;
}
.company_type_box1 ul li .active{
   
   
   
    background-color:red;
    border-radius: 10px;
    color: white;
    text-decoration:none;
    
}
.company_type_box2  {
   margin-top: 10px;
}

.company_list1{
    
    width: auto;
   
    height: 340px; 
    margin-top: 50px;
    
    background: white;
    
    box-shadow: darkgrey 6px 6px 16px 0px ;
}
.company_list2_box1{
    height: 220px;
}
.company_list2_box1 ul li span{
    /* font-family: 宋体; */
     /* color: #000000; */
    /* font-size: 16px; */
}
.company_list2{
    position: relative; 
    width: 100%;
    /* height: 80%; */
    /* background-color: gray; */
    /* margin-left: 30px; */
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    
}
.company_list2 a{
    display: block;
    line-height: 20px;
    text-align: center;
    width: 88px;
    height: 35px;
    background-color:red;
    border-radius: 20px;
    color: white;
    text-decoration:none;
    padding-top: 8px;
    
}
.company_list2 a:hover {
    background: #d2d2d2;  
 }
 
.company_list2 ul li {
    line-height: 36px;
 }
 .company_page_list .page{
    /* position: absolute;
    width: 32rem;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%); */
    font-size: 12px;
    padding-top: 80px;
    display: inline-block;
 }
 .company_page_list .page ul{
    min-width: 0px;
 }
 @media screen and (max-width: 768px){
    .company_type{
        margin-top: -320px;
    }
    .company_type_box1 ul li{
        margin-top: 8px;
        height: 22px;
       
    }
    .company_list1{
        margin-top: 12px;
        height: 260px;
        
    }
    .company_list2 ul li{
        line-height: 26px;

    }
    .company_list2_box1{
        height: 168px;
    }
    .company_list2{
        padding-top: 14px;
    }
    .company_list2_box1 .hr_1{
       
    }
    .company_type_box1 ul li{
        margin: 10px 2px 4px 2px;
    }
}
 @media screen and (max-width: 480px){
    
    .search-box2 .dropdown-menu{
        margin-left: -114px;
     }
}