@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
img {
	border: none;
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #f00;
}
a:focus {
	outline: 0;
}
html {
	font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
	background: #fff;
}
body {
	background: #fff;
}
input, input:focus, select, select:focus {
	outline: none;
	text-indent: 5px
}
h1 {
	font-size: 20px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
h4 {
	font-size: 14px
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
/*tag*/
.main_content {
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}
.tag_box {
	height: auto;
	overflow: hidden;
}
.tag_box h3 {
	font-weight: normal;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 28px;
	color: #333;
}
.tag_one {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.tag_one a {
	display: block;
	float: left;
	padding: 0 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ededed;
	font-size: 14px;
	color: #666;
	transition: all .3s;
}
.tag_one a:hover {
	background: #0f51bb;
	border: 1px solid #0f51bb;
	color: #fff;
}
