.top_banner {
	height: 220px;
	margin: 0;
	padding: 0;
}
@media (max-width: 640px){
	.top_banner { height: 130px; }
}
/* 
.info { padding: 0; background: url('/images/layout/info_bg.jpg') repeat; }	

	ul > li {	float: left;	color: #fff;	font-size: 1.6em;	font-weight: 500;	padding: 2%; }

ul > li:nth-child(1) {
	background: url('/images/layout/info_tit.jpg') repeat center;
	width: 10%;
	text-align: center;
}

ul > li:nth-child(2), ul > li:nth-child(3) , ul > li:nth-child(4), ul > li:nth-child(5) {
	background: url('/images/layout/info_icon_bg.png') no-repeat right;
	width: 22.5%;
	text-align: right;
}

ul > li img {
	width: 23%;
}

.type_line > ul span {
	display: block;
	float: left;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 600;
	color: #004986;
}

ul b {
	color: #0e76bc;
}

ul li {
	overflow: hidden;
	font-size: 1.3em;
	line-height: 120%;
	background: #d5edfd;
	padding: 2% 5%;
	margin-bottom: 10px;
	border-radius: 100px;
	color: #333;
	font-weight: 500;
	behavior: url(/share/css/PIE.htc);
}

ul li:nth-child(2n) {
	background: #bedff5;
}

@media all and (max-width: 640px) {
	.top_banner {
		height: 130px;
	}
	.info > ul > li img {
		width: 50%;
	}
	ul > li:nth-child(1) {
		padding: 6.5% 0;
	}
}
.type_line > ul span {
	margin: 0 0 5px;
}

@media all and (max-width: 425px) {
	.info > ul > li {
		font-size: 1em;
		padding: 0 2%;
	}
	ul > li img {
		width: 60%;
	}
}

.type_line > ul li {
	font-size: 1em;
}
 */

