@charset "utf-8";
/*其他样式*/
.tags-title{
	width: 1272px;
	height: auto;
	margin: 20px auto 0px;
	font-size: 20px;
	color: #003352;
	font-weight: bold;
}
.hot-tags{
	width: 1272px;
	height: auto;
	margin: 20px auto 0px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
}
.hot-tags a{
	display: inline-block;
	padding: 5px 20px;
	border: #ebebeb 1px solid;
	background: #fafafa;
	border-radius: 50px;
	font-size: 16px;
	color: #646464;
	margin-bottom: 15px;
	margin-right: 10px;
}
.hot-tags a:hover{
	color: #003352;
}
.tags-fixed-father{
	width: 100%; 
	height: auto; 
	background: #fafafa;
	overflow: hidden;
}
.tags-fixed-center{
	width: 1272px; 
	margin: 0 auto; 
	background: #fafafa;
}
.tags-fixed-father1{
	position: fixed;
	top: 70px;
}
.tags-hot-title{
	overflow: hidden;
}
.tags-hot-title .all-tags{
	float: left;
}
.tags-hot-title .tags-search{
	float: right;
	width: 140px;
	height: 50px;
	border: 1px solid #ebebeb;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #808080;
	font-weight: normal;
	cursor: pointer; 
} 
.tags-search-box{
	width: 1272px;
	height: auto;
	margin: 0px auto;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 25px 20px;
	overflow: hidden;
	margin-top: -1px;
}
.tags-search-box a{
	display: block;
	float: left;
	margin: 5px;
	width: 112px;
	height: 40px;
	border: #ebebeb 1px solid;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #646464;
	background: #fafafa;
}
.tags-search-box .stop{
	border: none;
	background: #fff;
	color: #808080;
}
.letter-tags{
	width: 1272px;
	height: auto;
	margin: 20px auto 0px;
}
.letter-tags h1{
	font-size: 36px;
	color: #323232;
}
.letter-tags .hot-tags{
	margin-top: 10px;
}
@media screen and (max-width:1300px){
	.tags-title,.hot-tags,.tags-search-box,.letter-tags,.tags-fixed-center{
		width: 96%;
	}
}
@media screen and (max-width:992px){
	.tags-fixed-father1{
		top: 60px;
	}
}

@media screen and (max-width:767px){
	.hot-tags a{
		font-size: 14px;
		margin-bottom: 3%;
		margin-right: 2%;
	}
	.tags-hot-title .tags-search{
		width: auto;
		height: auto;
		line-height: 100%;
		padding: 2% 2%;
		font-size: 14px;
		background: #f5f5f5;
	}
	.tags-fixed-father{
		background: #fff;
	}
	.tags-fixed-center{
		background: #fff;
	}
	.tags-search-box{
		padding: 2%;
	}
	.tags-search-box a{
		width: auto;
		height: auto;
		line-height:100%;
		padding: 2% 6%;
		font-size: 14px;
	}
	.letter-tags h1{
		font-size: 24px;
	}
	.tags-fixed-father1{
		top: 60px;
	}
}

