
.box_logo {
	width: auto;
}

.box_logo img {
	max-width: 100%;
	height: auto;	
	width: auto;
}


.box_list {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.box_list_title {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	height: 72px;
	line-height: 72px;
}



.box_list_img_title {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}

.box_list_img_title_small {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}


.box_list ul {
	display: inline-block;
	overflow: hidden;
}

.box_list ul li {
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 20px;
	overflow: hidden;
}

.box_list ul li img {
	width: 99.5%;
	height: 100%;
	margin-bottom: 5px;
	transition: all 0.6s;
}

.box_list ul li img:hover {
	transform:scale(1.02);
}
