@charset "utf-8";

/* CSS Document */
.top {
	width: 6.4rem;
	height: 2.42rem;
	background: url(../images/top_01.jpg)center no-repeat;
	background-size: 100% 100%;
}

.main1 {
	width: 6.4rem;
	height: auto;
	background: #fff;
	margin-top: .2rem;
}

.main1 table {
	width: 6.4rem;
	height: auto;
	border-collapse: collapse;
}

.main1 table td {
	text-align: center;
	border: 1px solid #f2f2f2;
	height: auto;
	width: 25%;
}

.main1 table td img {
	width: 80%;
	height: 50px;
	margin: 0.1rem auto;
}

.main1 table td p {
	width: 100%;
	height: 0.3rem;
	overflow: hidden;
}

.main1 table td p a {
	display: block;
	color: #333;
	font-size: .14rem;
	padding-bottom: 0.2rem;
}


.tit {
	width: 6.1rem;
	margin: 0 auto;
	height: .6rem;
	line-height: .6rem;
	font-size: .24rem;
	font-weight: bold;
}

.main1 table td:hover {
	background: #f2f2f2;
}

.footer {
	width: 100%;
	height: 1rem;
	text-align: center;
	font-size: .12rem;
	padding-top: .3rem;
	color: #7e7e7e;
}