﻿
.footerb {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	background-image: -moz-linear-gradient(top, #31a7ff, #0075cf); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AE2824), color-stop(1, #871B20)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31a7ff', endColorstr='#0075cf', GradientType='0'); /* IE*/
}
.footerb li {
	float: left;
	width: 25%;
	background: url("/m/skin/img/ftbg.png") repeat-y right center;
}
.footerb li.bot {
	height: 4em;
	background: url("/m/skin/img/bot.png") no-repeat center;
	background-size: 1.5em;
	width: 12%;
	cursor: pointer;
}
.footerb li a {
	display: block;
	padding: 0.5em 0;
}
.footerb li a img {
	display: block;
	width: 2.5em;
	margin: 0 auto;
}
.footerb li a span {
	display: block;
	text-align: center;
	font-size: 2em;
	color: #fff;
}

.intoMain {
	padding-top: 2.3em;
	padding-bottom: 2.5em;
}
.intoMain .nt {
	text-align: center;
}
.intoMain .nt a {
	font-size: 1.25em;
	color: #2e2e2e;
}
.intoMain .nt span {
	font-size: 1em;
	color: #dbdbdb;
	font-family: "Arial";
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
.intoMain dl {
	padding: 0 1.5em;
	margin-top: 1em;
}
.intoMain dt {
	border: 0.3em solid #e6e6e6;
}
.intoMain dt img {
	display: block;
	width: 100%;
}
.intoMain dd {
	margin-top: 0.8em;
}
.intoMain dd h5 {
	text-align: center;
	margin-bottom: 0.5em;
}
.intoMain dd h5 a {
	font-size: 1.25em;
	color: #1e1e1e;
	font-weight: normal;
}
.intoMain dd p {
	font-size: 1em;
	color: #575757;
	line-height: 1.5em;
}
