.about-zhongyan {
    text-align: center;
    height: auto;
    min-height: 545px;

}

.abt-title1 {
    height: 37px;
    font-size: 38px;
    color: #FF6A30;
    opacity: 0.2;
    padding-top: 25px;
}
.abt-title2 {
    height: 11px;
    font-size: 25px;
    font-weight: bold;
    color: #232323;
    margin-top: 26px;
}
.abt-info {
    width: 68%;
    margin: 0 auto;
}
.abt-info .info-img {
    float: left;
    margin-right: 20px;
}
.abt-info .info-tit {
    margin-top: 1px;
    padding-top: 76px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}
.abt-info p {
    font-size: 12px;
    color: #b3b3b3;
    text-align: left;
    line-height: 22px;
    text-indent: 2em;
}
.equipment-test {
    background: #f9f1eb;
    text-align: center;
    height: 700px;
}
.equt-info {
    margin-top: 32px;
    margin-bottom: 20px;
    color: #b3b3b3;
    width: 820px;
    display: inline-block;
}
.equt-img {
    display: flex;
    /* padding: 0 17%; */
	margin: 20px 0px;
}
.equt-img div {
    width: 25%;
    margin-bottom: 18px;
}
.equt-img img {
    height: 220px;
    width: 90%;
}
.we-different {
    text-align: center;
}
.we-different img {
    width: 900px;
    margin-top: 45px;
}
.honor {
    text-align: center;
    margin-top: 30px;
}
.honor-img {
    margin-top: 25px;
    display: flex;
    padding: 0 1%;
}
.honor-img img {
    margin-right: 50px;
    margin-bottom: 40px;
}
.honor-img img:hover {
    border: 1px solid #FF782C;
}



.about-info {
  display: block;
  overflow-wrap: break-word;
  color: rgba(50, 50, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 36px 0 0 20px;
}
.about-img {
  width: 90%;
  /* height: auto; */
  margin: 33px 0px;
}
.infoBox2 {
  /* width: 920px; */
  height: auto;
  display: block;
  overflow-wrap: break-word;
  color: rgba(50, 50, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 34px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 30px;
  
}

/* 媒体查询 */
@media screen and (max-width: 768px) {
    .about-zhongyan {
        height: auto;
    }
    .abt-info {
        width: 100%;
        height: auto;
    }
    .abt-info .info-img {
        width: 90%;
        float: none;
        margin-right: 0;
    }
    .abt-info .info-tit {
        padding-top: 8px;
    }
    .abt-info p {
        width: 100%;
    }
    .equipment-test {
        height: auto;
    }
    .equt-info {
        width: 100%;
    }
    .equt-img img {
        height: auto;
    }
    .we-different img {
        width: 100%;
    }
    .honor-img {
        flex-wrap: wrap;
    }
	.about-img {
	  height: auto;
	  width: 100%;
	}
}
