.about-content{
	/* width: 90%; */
	margin: 40px auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.about-content:hover img{
	transform: scale(1.2);
}
.about-content-img{
	overflow: hidden;
	transition: .5s;
}
.about-content-img img{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.about-content-info{
	padding: 0 10px;
	line-height: 1.6;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

/* 公司荣誉 */
.honor-list{
	margin: 50px auto;
}
.honor-list-item{
	/* height: 200px; */
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	transition: all .5s linear;
}
.honor-list-item img{
	width: 100%;
    height: auto;
}

/* 合作伙伴 */
.partner-list{
	margin: 40px auto;
	transition: all .5s ease;
}
.partner-list-item{
	height: auto;
	margin-bottom: 20px;
    border: 1px solid #ccc;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.partner-list-item img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width:1200px){
	.partner-list{
		width: 90%;
	}
	.about-content{
	margin: 10px auto 40px;

}
}

@media only screen and (min-width:993px) {
	.honor-list-item{
		width: 24%;
	}
	.honor-list-item:not(:nth-child(4n)){
		margin-right: 10px
	}
	.honor-list-item:nth-child(4n){
		margin-right: 0
	}
	
	.partner-list-item{
		width: 18%;
	}
	.partner-list-item:not(:nth-child(5n)){
		margin-right: 2%
	}
}

@media only screen and (min-width:769px) and (max-width:992px) {
	.honor-list-item{
		width: 32%;
	}
	.honor-list-item:not(:nth-child(3n)){
		margin-right: 10px
	}
	.honor-list-item:nth-child(3n){
		margin-right: 0
	}
	
	.partner-list-item{
		width: 23%;
	}
	.partner-list-item:not(:nth-child(4n)){
		margin-right: 2%
	}
}


@media only screen and (max-width:768px) {
	.about-content{
		flex-direction: column;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	.about-content:hover img{
		transform: scale(1);
	}
	.about-content-info{
		margin-top: 20px;
		padding: 0 15px;
	}
	.honor-list {
      margin: 40px auto;
	}
	.honor-list{
	    width: 90%;
	}
.honor-list-item {
    margin: 0 10px 20px 0;
}
	.honor-list-item{
		width: 48%;
	}
	.honor-list-item:not(:nth-child(2n)){
		margin-right: 10px
	}
	.honor-list-item:nth-child(2n){
		margin-right: 0
	}
	
	.partner-list-item{
		min-width: 160px;
		width: 30%;
	}
	.partner-list-item:not(:nth-child(3n)){
		margin-right: 2%;
	}
}
@media only screen and (max-width:520px) {
	.partner-list-item{
		width: 48%;
	}
	.partner-list-item:not(:nth-child(2n)){
		margin-right: 2%;
	}
}
@media only screen and (max-width:370px) {
	.partner-list{
		justify-content: center;
	}
	.partner-list-item{
		width: 90%;
		margin-right: 0;
	}
}