.subPageWrap {
	width: 100%;
	height: auto;
	margin-top: 55px;
	background-color: transparent;
}

.partnerList {
	margin-top: 70px;
}

.partnerList ul {
	width: 1240px;
}

.partnerList ul li {
	width: 270px;
	height: 175px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}

.partnerList ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.partnerPic {
	width: 100%;
	height: 100%;
	position: relative;
}

.partnerPic img {
	position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin: auto;
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}

.partnerList ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.partnerText {
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #888888;
	position: absolute;
	bottom: 10px;
}

.partnerList ul li:hover {
	-webkit-box-shadow: 5px 8px 20px #efcdce;
	-moz-box-shadow: 5px 8px 20px #efcdce; 
	-ms-box-shadow: 5px 8px 20px #efcdce;
	box-shadow: 5px 8px 20px #efcdce;
}

@media screen and (min-width:1100px) {
	
}


@media (min-width: 960px) and (max-width: 1099px) {
	.partnerList ul {
	    width: 940px;
	}
	
	.partnerList ul li {
		margin-right: 35px;
	}
}

@media (min-width: 767px) and (max-width: 959px) {
	.partnerList ul {
	    width: 940px;
	}
	
	.partnerList ul li {
		margin-right: 35px;
	}
}

@media screen and (min-width:450px)and (max-width:766px) {
	.partnerList ul {
	    width: 940px;
	}
	
	.partnerList ul li {
		margin-right: 35px;
	}
}

@media screen and (min-width:220px)and (max-width:449px) {
	.partnerList ul {
	    width: 940px;
	}
	
	.partnerList ul li {
		margin-right: 35px;
	}
}