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-size: 0.24rem;
        color: #333333;
        padding-left: 0.25rem;
        line-height: 0.74rem;
        cursor: pointer;
        position: relative;
		display: flex;
        align-items: center;
        justify-content: space-between;
    }

	.company .enterpriseList a{
		font-weight: bold;
        font-size: 0.24rem;
        color: #333333;
	}
	.company .enterpriseList .company_Url{
		display: flex;
        align-items: center;
	}

	.company .enterpriseList a span{
        font-size: 0.16rem;
        color: #CD151D;
		margin-left: 0.1rem;
		font-weight: 400;
	}

    .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%;
        border-bottom: 1px solid #F2F2F2;
        font-weight: bold;
        font-size: 14px;
        color: #333333;
        cursor: pointer;
        position: relative;
		padding: 15px 20px;
    }
	.company .enterpriseList a{
		font-weight: bold;
        font-size: 14px;
        color: #333333;
	}
	.company .enterpriseList .company_Url{
		display: flex;
		align-items: center;
		margin-top: 10px;
		
	}
	.company .enterpriseList .company_Url img{
		width: 14px;
	}
	.company .enterpriseList .company_Url span{
		font-size: 13px;
		margin-left: 5px;
		font-weight: 400;
		color: #CD151D;
	}

    .company .enterpriseList::before {
        content: '';
        position: absolute;
        left: 0;
        top: 18px;
        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;
    }
}