@charset "utf-8";
.tm-search-box {
	background: #fff;
}
/*优选分类*/
.kind_list{
	display:block;
	width:100%;
	padding: 0 10px;
	background: #fff;
	overflow:hidden;
}
.kind_list li{
	display:block;
	width:25%;
	height:80px;
	float:left;
	margin-top:20px;
}
.kind_list li a{
	display:block;
	width:100%;
	height:auto;
	text-align:center;
}
.kind_list li a img{
	height:30px;
	margin-top: 0.5rem;
}
.kind_list li a p{
	color: #222;
	width:75px;
	height:22px;
	line-height: 22px;
	margin-top:10px;
	overflow:hidden;
	font-size:11px;
}


.tm-search-box .title {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}

.tm-search-box .input {
	display: block;
	width: 90%;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	margin-left: auto;
	margin-right: auto;
	background: #F7F7F7;
}

.tm-search-box .tm-search-btn {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*background: #187de3;*/
	background: #5da4f2;
	height: 42px;
	line-height: 42px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.index-tm-nav{display:block;width:100%;height:50px;}
.index-tm-nav a,.index-tm-nav a:link,.index-tm-nav a:visited,.index-tm-nav a:hover{
	display: inline-block;
	font-size: 0;
	width: 50%;
	height:50px;
	line-height:50px;
	text-align:center;
	float: left;
	font-size: 14px;
}