
.bossgoo_company_1{
    width: 100%;
    background-color: #fff;
}


/* company-factory 开始 */
.bossgoo_company_1 .company-factory{
    padding: 30px 0;
    /* padding-top: 30px; */
}
.bossgoo_company_1 .com-fa-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #222;

    position: relative;
    padding-right: 60px;
    box-sizing: border-box;
}
.bossgoo_company_1 .com-fa-title-link{
    font-size: 20px;
    font-weight: normal;
    float: right;
    color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.bossgoo_company_1 .com-fa-title-link:hover{
    color: var(--themeColor);
    font-weight: bold;
}
.bossgoo_company_1 .com-fa-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.bossgoo_company_1 .com-fa-item{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.bossgoo_company_1 .com-fa-item:nth-child(4n){
    margin-right: 0;
}
.bossgoo_company_1 .com-fa-img-box{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.bossgoo_company_1 .com-fa-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bossgoo_company_1 .com-fa-img img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}
.bossgoo_company_1 .com-fa-text{
    font-size: 18px;
    /* line-height: 24px; */
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
}
/* company-factory 结束 */


/* company-email 开始 */
.bossgoo_company_1 .company-email{
    /* padding-top: 100px; */
    padding: 30px 0 100px;
}
.supplier .inputxt::-webkit-input-placeholder,
.supplier .inputxt::-moz-placeholder,
.supplier .inputxt::-ms-input-placeholder{
    font-size: 16px;
    color: #666;
}
@media only screen and (max-width:1440px){
    .bossgoo_company_1 .company-factory,
    .bossgoo_company_1 .company-email{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* company-email 结束 */
@media only screen and (max-width:1040px){
    .bossgoo_company_1 .company-factory{
        padding-top: .6rem;
        padding-bottom: .6rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .bossgoo_company_1 .com-fa-title {
        font-size: .6rem;
    }
    .bossgoo_company_1 .company-email {
        padding: .6rem 0.2rem .6rem 0.2rem;
    }
    .bossgoo_company_1 .com-fa-text{
        font-size: .4rem;
    }
    .bossgoo_company_1 .com-fa-item{
        margin-bottom: .4rem;
    }
}
@media only screen and (max-width:767px){
    .bossgoo_company_1 .company-factory {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .bossgoo_company_1 .com-fa-box{
        padding-top: .3rem;
    }
    .bossgoo_company_1 .com-fa-title{
        font-size: .4rem;
        line-height: 1.5;
    }
    .bossgoo_company_1 .com-fa-title-link{
        font-size: .32rem;
    }
    .bossgoo_company_1 .com-fa-item{
        width: 49%;
        margin-right: 2%;
    }
    .bossgoo_company_1 .com-fa-item:nth-child(2n){
        margin-right: 0;
    }
    .bossgoo_company_1 .com-fa-text{
        font-size: .32rem;
    }

    .bossgoo_company_1 .company-email{
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
}
@media only screen and (max-width:480px){

}