.pos_rel{
	position: relative;
}
img.zwimg{
	display: block;
	width: 100%;
	visibility: hidden;
}
.img-is{
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.img-is img{
	max-height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.pro-tab {
	padding: 1.7rem 0;
}
.pro-tab li{
	margin-right: 17px;
}
.pro-tab li a{
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 36px;
	color: #575757;
	border: 1px solid #979797;
	line-height: 34px;
	text-align: center;
}
.pro-tab li.active a,.pro-tab li:hover a{
	background-color: #e5e4e1;
	border: 1px solid #e5e4e1;
	color: #000000;
}

.pro-list ul li{
	width: 30.833%;
	margin-right: 3.7505%;
	margin-bottom: 3.7505%;
}
.pro-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.pro-list ul li a{
	display: block;
}
.pro_img{
	width: 100%;
	background-color: #f9f9f9;
}
.pro-list ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pro-txt{
    padding: 0.5rem 0;
	text-align: center;
}


.new-icon{
	width: 25px;
	height: 34px;
	position: absolute;
	left: 17px;
	top: 0;
	background-image: url(../images/new-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	z-index: 10;
}

.place-list li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 1.2rem;
}
.place-list li:nth-of-type(2n){
	margin-right: 0;
}
.place-list li img{
	width: 100%;
}

.place-name{
	width: 100%;
	height: 95px;
	border: 2px solid #e5e4e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.place-list li:hover .place-name{
	background-color: #f7f6f8;
	border: 2px solid #e5e4e1;
}


@media only screen and (max-width:640px){
	.ui_font18{
		font-size: 14px;
	}
	.pro-tab li{
		margin-right: 10px;
	}
	.pro-tab li a{
		width: 130px;
		height: 32px;
		line-height: 30px;
	}
	
	.pro-list ul li{
		width: 48%;
		margin-right: 4%;
	}
	.pro-list ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.pro-list ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	
	
	
	.place-name{
		height: 4em;
	}
}