

/*返回首页*/

#tip {

	padding: 5% 0;

	min-height: 300px;

}

#tip b {

	color: #009946;

	font-weight: bold;

}

/*幻灯*/

.ax-tac {

	text-align: center;

}

.zutu {

	width: 94%;

	margin: auto;

	position: relative;

	overflow: hidden;

}

.zutu img {

	width: 100%

}

.zutu .hd {

	position: absolute;

	bottom: 5%;

	width: 100%;

height: .22rem;

}

.zutu .hd li {

	display: inline-block;

width: .2rem;

height: .2rem;

	border-radius: 50%;

	text-indent: -9999px;

	margin: 0 1%;

border: .04rem solid #009946;

}

.zutu .hd li.on {

	background: #009946;

}


/*网站标签*/

.tags_list {

	overflow: hidden;

	line-height: 0.4rem;

	padding: 2% 0;

	border-bottom: 1px solid #ddd;

}

.tags_list dt {

	float: left;

	margin-right: 2%;

	margin-bottom: 2%;

	min-width: 32%;

}

.tags_list dt:nth-child(3n) {

	margin-right: 0;

}

.tags_list dt a {

	display: block;

	text-align: center;

	background: #ececec;

	font-size: 0.2rem;

	line-height: 0.7rem;

	font-weight: normal;

}

.tags_list dt a:hover {

	background: #ccc;

	color: #fff;

}

.tags {

	overflow: hidden;

	font-size: 0.2rem;

margin: 0 3% .1rem;

}

.tags span {

	float: left;

	display: block;

	line-height: 0.6rem;

}

.tags a {

	border-radius: 4px;

	-webkit-border-radius: 4px;

	display: inline-block;

	line-height: 0.4rem;

	padding: 0 0.1rem;

	margin: 0.08rem;

	background: #fff;

	border: 1px solid #dadada;

}

.tags a:hover {

	background: #009946;

	border-color: #009946;

	color: #fff;

}

