

@media (max-width: 1580px){
    html{
        font-size: 60px;
    }
  body{
	font-size: 20px;
}
}

@media (min-width: 1901px){
    html{
        font-size: 90px;
    }
}
.company_content {
    position: relative;
    margin: 0px;
}

.company-content-main{
	width: 80%;
	margin: 0 auto;
}

p{
	font-size: 0.30rem;
}
.conpany_banner > div:first-child {
    overflow: hidden;
    width: 100%;
    height: 7rem;
}
.conpany_banner .swiper-slide-img > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0px auto;
}
.company_content .title{
	font-size: 0.5rem;
	line-height: 2rem;
	text-align: center;
}
.conpany-content-t{
	margin: 0 auto;
	line-height: 0.65rem;
/*	border: 1px solid black;
*/}
.conpany-content-mia{
	width: 100%;
	position: relative;
}
.conpany-content-img{
	width: 33.33%;
	/*border: 1px solid black;*/
	float: left;
	text-align: center;
}
.conpany-content-img img {
	width: 100%;
	height: 100%
}
.conpany-content-img .conpany-content-text{
	line-height: 0.3rem;
	font-size: 0.3rem;
}
.conpany-content-img .conpany-content-text .special{
	font-size: 0.5rem;
	color: var(--primary-color);
}
.conpany-content-text-conten{
	font-size: 0.34rem;
}
 .conpany-content-t .conpany-content-mia-dmc img{
	width: 100%;
	height: 11rem;
}
/*资质轮播图*/
.certificate {
    width: 100%;
    margin: 10px 0;
}

.certificate-box {
    text-align: center;
    margin: 0 8%;
}

.certificate-content {
    margin: 10px 0;
}

.certificate-content-img {
    width: 5rem;
    height: 7.5rem;
}

.certificate-content-desc {
    width: 5rem;
    line-height: 0.7rem;
    text-align: center;
    background-color: #eee;
    margin: 0 auto;
    font-size: 0.3rem;
}

.certificate-content-desc:hover {
    color: #fff;
    background-color: var(--primary-color);
    transition: all 1s;
}