th,
td,
button,
input,
select,
textarea,
div,
span,
ul,
li {
    font-size: 0.18rem;
    font-family: "SiYuan";
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    display: block;
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

@media screen and (min-width: 991px) {
    .box {
        width: 100vw;
        padding-top: 0.8rem;
    }

    .company {
        padding: 0.2rem 2.4rem 0.5rem;
        box-sizing: border-box;
    }

    .company::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both
    }

    .company .companyPic {
        width: 4rem;
        height: auto;
        margin-right: 1.2rem;
        float: left;
    }

    .company .companybox {
        width: calc(100% -  5.2rem);
        float: left;
    }

    .company .enterpriseList {
        height: 0.74rem;
        border-bottom: 1px solid #C1C1C1;
        font-weight: bold;
        font-size: 0.24rem;
        color: #333333;
        padding-left: 0.25rem;
        line-height: 0.74rem;
        cursor: pointer;
        position: relative;
    }

    .company .enterpriseList::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.25rem;
        width: 0.05rem;
        height: 0.24rem;
        background: #CD151D;
    }


    .companyDetials {
        width: 100%;
        padding: 0 3.6rem;
    }

    .companyDetials h2 {
        font-size: 0.3rem;
        color: #333333;
        text-align: center;
        width: 100%;
        line-height: 0.48rem;
        margin-top: 0.6rem;
        margin-bottom: 0.1rem;
    }

    .companyDetials>p {
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.32rem;
        text-indent: 2em;
        margin-bottom: 0.3rem;
    }
}


@media (max-width:991px) {
    .box {
        width: 100vw;
        padding-top: 0.8rem;
    }

    .company {
        padding: 0 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .company .companyPic {
        display: none;
    }

    .company .companybox{
        width: 100%;
    }

    .company .enterpriseList {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #F2F2F2;
        font-weight: bold;
        font-size: 14px;
        color: #333333;
        padding-left: 20px;
        line-height: 60px;
        cursor: pointer;
        position: relative;
    }

    .company .enterpriseList::before {
        content: '';
        position: absolute;
        left: 0;
        top: 22px;
        width: 3px;
        height: 15px;
        background: #CD151D;
    }

    .companyDetials {
        width: 100%;
        padding: 0 15px;
    }

    .companyDetials h2 {
        font-size: 18px;
        color: #333333;
        text-align: center;
        width: 100%;
        line-height: 27px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .companyDetials>p {
        font-size: 13px;
        color: #333333;
        line-height: 23px;
        text-indent: 2em;
        margin-bottom: 20px;
    }
}<!--ºÄÊ±1774179616.2794Ãë-->