@charset "utf-8";
/* CSS Document */


/* 内页二级栏目 */
.page_tit{
	height: 60px;
	line-height: 60px;
	
	margin-right1:50px;
	background: #f2f2f2;
}
.page_tit a{
	font-size: 1.7rem;
	color: #333;
	padding: 0 3rem;
	display: block;
	float: left;
	transition: background 0.5s;
}
.page_tit a:hover:not(.on){
	background: #069e06;
	color: #fff
}
.page_tit a.on{
	background1: url('../images/title.png') center bottom no-repeat;
}
.main{
	margin-top: 4rem;
	overflow: hidden;
}

