.new_page .main1 li{
	width: 307px;
	float: left;
	margin-right: 17px;
	text-align: center;
	margin-bottom: 25px;
	font-size: 14px;
}
.new_page .main1 li:nth-of-type(3n){
	margin-right: 0;
}
.new_page .main1 li img{
	width: 307px;
	height: 200px;
	transition:all 0.2s;
}
.new_page .main1 li .img{
	overflow: hidden;
}
.new_page .main1 li:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.new_page .main1 li p{
	margin-top: 10px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new_img_show{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	transform:translate(-50%,-50%);
}
.new_img_show_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,0.5);
}
.friend_ship{
	line-height: 28px;
}
.friend_ship span{
	float: left;
	margin-right: 3px;
	width: 65px;
}
.friend_ship .friend_ship_main{
	float: left;
	width: 1112px;
	text-align: left;
}
.friend_ship .friend_ship_main a{
	display: inline-block;
	margin-right: 10px;
}
.inside_footer .main li{
	width: 50%;
}



@media (max-width: 750px){
	.new_page .main1 li{
		width: 48.5%;
		margin-right: 3%;
		font-size: 12px;
		margin-bottom: 15px;
	}
	.new_page .main1 li:nth-of-type(3n){
		margin-right: 3%;
	}
	.new_page .main1 li:nth-of-type(2n){
		margin-right: 0;
	}
	.new_page .main1 li img{
		width: 100%;
		height: 114px;
	}
	.new_img_show img{
		max-height: 100%;
		max-width: 100%;
	}
	.friend_ship .friend_ship_main{
		width: calc( 100% - 68px );
		white-space: nowrap;
		overflow-x: auto;
	}
	.inside_footer .main li:nth-of-type(2){
		width: 50%;
		position: initial;
	}
	.inside_footer .main{
	padding-bottom: 10px;
	}
}

@media (min-width: 751px) and (max-width: 1180px){
	.new_page .main1 li{
		width: 32%;
		margin-right: 2%;
	}
	.new_img_show img{
		max-height: 100%;
		max-width: 100%;
	}
	.new_page .main1 li img{
		width: 100%;
		height: 166px;
	}
	.friend_ship .friend_ship_main{
		width: calc( 100% - 68px );
	}
}