.indexContainer{
	margin:0 auto;
}
/* 首页header */
	.header-logo {
		margin-top: 15px;
	}

	.headerQrBtn a {
		display: block;
		cursor: pointer;

		background-position: 0px 0px;
	}

	.headerShareBtn {
		margin-left: 20px;
	}

	.headerShareBtn a {
		display: block;
		cursor: pointer;
		background-position: -134px 0px;

	}

	.header-btn {
		margin: 5px;
		padding: 10px;
		background-color: #007bff;
		color: white;
		border: none;
		cursor: pointer;
	}

	.header-btn:hover {
		background-color: #0056b3;
	}

	.image-hover {
		display: none;
		position: absolute;
		top: 30px;
		/* Adjust as necessary */
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
	}

	.btn-container {
		margin-top: 27px;
		position: relative;
	}

	.btn-container:hover .image-hover,
	.image-hover:hover {
		display: block;
	}

	/* 首页header结束 */
	/* 首页导航栏左侧开始 */
.age06IndexTab{
}
	.age06IndexTabLeft {

	}

	/* 容器样式调整，确保第一级横向排列 */
	.age06IndexTabLeft .category-container {
		/* 使得各类别横向排列 */
		vertical-align: top;
		/* 对齐方式 */
		width: 100%;
		/* 设置宽度 */
		padding-right:20px;
	}

	/* 第一级标题样式 */
	.age06IndexTabLeft .category-title {
		cursor: pointer;
		width: 99px;
		height: 40px;
		text-align: center;
	}

	.age06IndexTabLeftTitle {
		text-decoration: none;
		display: block;
		height: 24px;
		margin-top: 10px;
		border-left: 1px solid #eb4b00;
	}

	.age06IndexTabLeft .category-title span {
		font-size: 16px;
		/*font-family: "Microsoft YaHei";*/
		color: white;
		text-decoration: none;
		width: 101px;
		padding-left: 9px;
		z-index: 9999;
		display: block;
		background-position: -373px 5px;
	}

	.category-title:hover {
		background: #904f00;
	}

	/* 第二级和第三级默认不显示，通过JS控制显示 */
	.age06IndexTabLeft {
		background: url('./../img/header-left-bg.png') no-repeat;
		    background-size: 100% 100%;
	}

	/* 容器样式调整，确保第一级横向排列 */
	.age06IndexTabLeft .category-container {
		/* 使得各类别横向排列 */
		vertical-align: top;
		/* 对齐方式 */
		width: 100%;
		/* 设置宽度 */
	}

	/* 第一级标题样式 */
	.age06IndexTabLeft .category-title {
		cursor: pointer;
		width: 99px;
		height: 40px;
		text-align: center;
	}

	.age06IndexTabLeft .category-title span {
		font-size: 16px;
		/*font-family: "Microsoft YaHei";*/
		color: white;
		text-decoration: none;
		width: 101px;
		padding-left: 9px;
		z-index: 9999;
		display: block;
		background-position: -373px 5px;
	}

	/* 第二级和第三级默认不显示，通过JS控制显示 */
	.age06IndexTabLeft .subcategory-container {
		display: none;
		background-color: #f5f5f5;
		/* 背景色 */
		z-index: 999;
		/* 使得子菜单在顶层显示 */
		position: absolute;
		top: 38px;
		/* 绝对定位 */
		width: 100%;
		height: 380px;
		/* 宽度 */
		left: 0;
	}

	.subcategory-container-child {
		width: 1000px;
		padding-left: 280px;
		margin: 0 auto;
		box-sizing: initial;
	}

	.subcategory-container-child>div {
		padding: 0 20px 0 30px;
	}

	.subcategory-title {
		font-size: 18px;
		color: #e27c0d;
		height: 30px;
		line-height: 30px;
		width: 100%;
		margin-top: 20px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.subcategory-container-child li {
		width: 100%;
		text-align: left;
		height: 35px;
		line-height: 35px;
		background-position: -255px 15px;
		padding-left: 15px;
	}

	.subcategory-container-child li a {
		font-size: 14px;
		color: #313131;
	}

	.subcategory-container-child li a:hover {
		color: #f10000;
		text-decoration: underline;
	}

	/* 首页导航栏左侧结束 */
	/* 首页 导航栏右侧开始 */
	.age06IndexRight {
		height:100%;
		position: relative;
		background: url('./../img/header-right-bg.png');
		    background-size: 100% 100%; /* 横向纵向都拉伸 */
    background-repeat: no-repeat; /* 禁止背景图重复 */
		padding-top:8px;
		height:40px;
		width: 101.5%;
   		 margin-left: -1.5%;
	}

	.age06IndexRight li:hover {
		background: url('./../img/age06Index/right-libg.png') center no-repeat;
	}

	.age06IndexRight01,
	.age06IndexRight013 {
		width: 18px;
		height: 32px;
		z-index: 100;
	}

	.age06IndexRight01 {
		margin-left: 20px;
	}

	.age06IndexRight03 {
	}

	.age06IndexRight02 {
		height: 32px;
		z-index: 50;
		overflow: hidden;
	}

	/* 容器样式调整，确保第一级横向排列 */
	.age06IndexRight .category-container {
		/* 使得各类别横向排列 */
		vertical-align: top;
		/* 对齐方式 */
		width: 100%;
		/* 设置宽度 */
	}

	/* 第一级标题样式 */
	.age06IndexRight li {
		width: 96px;
		text-align: center;
		height: 32px;
		line-height: 28px;
		display: block;
		position: relative;
		display: inline-block;
	}

	.age06IndexRight ul>li>a>span {
		vertical-align: middle;
		font-size: 14px;
		/*font-family: "Microsoft YaHei";*/
		color: white;
		padding-left: 5px;
	}

	.age06IndexRight02 li:nth-child(odd) a {
		text-decoration: none;
		display: block;
		height: 32px;
		background-position: 0px -353px;
		width: 2px;
	}

	.age06IndexRight01 a {
		background-position: -395px -44px;
		width: 12px;
		height: 32px;
		display: inline-block;
	}

	.age06IndexRight03 a {
		background-position: -395px -76px;
		width: 12px;
		height: 32px;
		display: inline-block;
	}

	/* 首页导航栏右侧结束 */
	/* 首页导航 */
	.age06IndexTab {
		    position: relative;
	}


	/* 首页导航结束 */
	/* 首页banner */
	#index-swiper {
		width: 100%;
		height: 333px
	}

	#index-swiper .swiper-slide {
		position: relative;
	}

	#index-swiper .swiper-container {
		height: 100%;
		position: relative;
	}

	#index-swiper .swiper-content {
		position: absolute;
		width: 100%;
		height: 76px;
		background: rgba(0, 0, 0, 0.5);
		bottom: 0px;
	}

	#index-swiper .banner-title {
		font-size: 24px;
		/*font-family: "Microsoft YaHei";*/
		color: white;
		text-align: center;
		margin-top: 5px;
	}

	#index-swiper .banner-detail {
		font-size: 14px;
		/*font-family: "SimSun";*/
		color: white;
		text-align: center;
		margin-top: 1px;
		letter-spacing: 1px;
	}

	.index-swiper-pagination {
		position: initial !important;
		margin: 0 auto;
	}

	.index-swiper-button-prev {
		background-image: url('./../img/age06Index/left-01.png') !important;
		left: 0 !important;
	}

	.index-swiper-button-next {
		background-image: url('./../img/age06Index/right-01.png') !important;
		right: 0 !important
	}

	.index-swiper-pagination .swiper-pagination-bullet {
		width: 19px;
		height: 3px;
		background-color: #dcdcdc;
		display: inline-block;
		cursor: pointer;
		border-radius: initial;
		opacity: 1;
		margin: 0 2px 0;
	}

	.index-swiper-pagination .swiper-pagination-bullet-active {
		background-color: #83be07;
	}

	/* 首页banner结束 */
	/* 重点服务开始 */
	.age06Index-keyServices {
		width: 100%;
		min-height: 333px;
		opacity: 0.9;
		filter: Alpha(opacity=90);
		background-color: rgba(250, 250, 250, 0.9);
		z-index: 0;
	}

	.age06Index-keyServicesHeader {
		width: 100%;
		height: 30px;
		background-image: url(./../img/key_services_bg.png) !important;
		background-repeat:no-repeat;
		background-size: 100%;
	}

	.age06Index-keyServicesHeader-left {
		width: 230px;
		padding-left: 16px;
		height: 30px;
		line-height: 26px;
		margin-left: 13px;
		background-position: -392px -112px;

	}

	.age06Index-keyServicesHeader-left span {
		vertical-align: middle;
		font-size: 16px;
		/*font-family: "Microsoft YaHei";*/
		color: #FFFFFF;
		padding-left: 5px;
	}

	.age06Index-keyServicesHeader-right {
		width: 80px;
		padding-left: 16px;
		height: 30px;
		line-height: 26px;
		text-align: center;
		background-position: -374px -142px;

	}

	.age06Index-keyServicesHeader-right span {
		vertical-align: middle;
		font-size: 12px;
		/*font-family: "SimSun";*/
		color: white;
		padding-left: 3px;
	}

	.age06Index-keyServicesHeader-right a {
		color: white;
	}

	/* 重点服务结束 */
	/* 重点服务-园园通开始 */
	.ageo6Index-yuanyuanBox {
		border-bottom: 1px dashed #969894;
	}

	.age06Index-yuanyuanHeader {
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-position: 68px -90px;
		font-size: 16px;
		/*font-family: "Microsoft YaHei";*/
		color: #000000;
		float: left;
		padding-left: 16px;
		font-weight: 400;
	}

	.age06Index-yuanyuan a {
		padding-left: 15px;
		font-size: 12px;
		height: 22px;
		line-height: 23px;
		color: #313131;
		display: block;
	}

	.age06Index-yuanyuan a:hover {
		color: #f10000;
		text-decoration: none;
		font-weight: bold;
	}

	/* 重点服务-园园通结束 */
	/* 重点服务-课程实施支持系统开始 */
	.age06Index-lesson-zhichi {
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-position: 147px -114px;
		font-size: 16px;
		/*font-family: "Microsoft YaHei";*/
		color: #000000;
		float: left;
		padding-left: 16px;
		font-weight: 400;
	}

	.age06Index-lesson-detail {
		width: 100%;
	}

	.age06Index-lesson-detail .beike a {
		font-size: 12px;
		font-weight: bold;
		color: #349306;
		height: 22px;
		display: inline-block;
		background-position: -376px -174px;
		padding-left: 30px !important;
		height: 22px;
		line-height: 25px;
		margin-left: 7px;
	}

	.age06Index-lesson-detail .newup a {
		color: #313131;
		padding-left: 5px !important;
		font-size: 12px;
		height: 22px;
		line-height: 25px;
		margin-left: 7px;
	}

	.age06Index-lesson-detail .newup a:hover,
	.age06Index-lesson-detail .beike a:hover {
		color: #f10000;
		text-decoration: none;
		font-weight: bold;
	}

	/* 重点服务-课程实施支持系统结束 */
	/* 重点服务-本周热搜开始 */
	.age06Index-hotsearchBox {
		color: #aaaaaa;
		min-height: 30px;
		display: block;
		border-bottom: 1px dashed #969894;
	}

	.age06Index-hotsearch {
		color: #aaaaaa;
		padding-left: 10px;
		font-size: 12px;
	}

	.age06Index-hotsearchBox a:hover {
		color: #f10000;
		font-weight: bold;
	}

	/* 重点服务-本周热搜结束 */
	/* 重点服务-全面建设高质量幼儿园开始 */
	.age06Index-baby-figting {
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-position: 200px -139px;
		font-size: 16px;
		/*font-family: "Microsoft YaHei";*/
		color: #000000;
		padding-left: 16px;
		font-weight: 400;
	}

	.ageo6Index-baby-figting-detail a {
		color: #313131;
		padding-left: 5px !important;
		font-size: 12px;
		height: 22px;
		line-height: 25px;
		margin-left: 7px;
		display: block;

	}

	.ageo6Index-baby-figting-detail a:hover {
		color: #f10000;
		text-decoration: none;
		font-weight: bold;
	}

	/* 重点服务-全面建设高质量幼儿园结束 */
	/* 重点服务-年份开始 */
	.moveContainer {
		display: flex;
		align-items: center;
		margin-left: 5px;
	}

	.moveContainer button {
		width: 10px;
		height: 60px;
		z-index: 1;
	}

	.unique-movable-box {
		height: 40px;
		width: 96px;
		position: relative;
		overflow: hidden;
		margin: 0 4px;
	}

	.unique-movable-box-year {
		transition: left 0.5s ease;
		position: absolute;
		left: 0;
		top: 1px;
		display: flex;
		font-size: 12px;
		z-index: 1;
	}

	.unique-movable-box-year a {
		width: 32px;
		height: 32px;
		display: block;
	}

	.unique-movable-box-year a span {
		display: block;
	}

	.unique-movable-box-year a span:nth-child(1) {
		text-align: center;
		color: #313131;
		font-size: 10px;
	}

	.unique-movable-box-year a:hover span:nth-child(1) {
		color: #f10000;
		font-weight: bold;
	}

	.unique-movable-box-year a span:nth-child(2) {
		width: 8px;
		height: 8px;
		background: #fff;
		border: 2px solid #90C320;
		border-radius: 50%;
		display: block;
		margin: 0 auto;
	}

	.unique-movable-box-year a:hover span:nth-child(2) {
		border-color: #f10000;
	}

	.unique-movable-box-year-line {
		position: absolute;
		width: 104px;
		height: 4px;
		border-bottom: 2px solid #D2E7A6;
		bottom: 19px;
	}

	.age06Index-moveLeft,
	.age06Index-moveRight {
		background-image: url('./../img/age06Index/sanjiao.png');
		background-repeat: no-repeat;
		width: 5px;
		height: 10px;
		cursor: pointer;
	}

	.age06Index-moveLeft {
		background-position: -2px 0px;
	}


	.age06Index-moveRight {
		background-position: -2px -43px;
	}

	/* 重点服务-年份结束 */
/* 新闻资讯开始 */
	.age06Index-news-bigtitle {
		background-position: 0px -175px;
		width: 260px;
		height: 18px;
		line-height: 18px;
		font-size: 16px;
		color: #535353;
		padding-left: 20px;
		cursor: pointer;
	}

	.age06Index-news-detail {
		width: 100%;
		min-height: 136px;
		border-bottom: 1px dashed #999999;
	}

	.age06Index-news-detail-title a {
		font-size: 24px;
		/*font-family: "Microsoft YaHei";*/
		color: #040404;
		line-height: 69px;
	}

	.age06Index-news-detail-title a:hover {
		color: #d90909 !important;
		text-decoration: none;
	}

	.age06Index-news-detail-content {
		font-size: 12px;
		/*font-family: "SimSun";*/
		color: #535353;
		line-height: 23px;
		cursor: pointer;
	}

	.age06Index-news-detail-content:hover {
		color: #d90909 !important;
		text-decoration: none;
	}

	.age06Index-news-detail-content>a {
		color: #f08300;
		text-decoration: none;
	}
	.age06Index-news-detail-box .age06Index-news-detail:last-child {
  border:none;
}
	/* 新闻资讯结束 */
	/* 办事指南开始 */
	.age06Index-serviceGuide {
		width: 100%;
		height: 175px;
		border-top: 1px solid #8ec31f;
		border-bottom: 1px dashed #999999;
		margin-top: 18px;
	}

	.age06Index-serviceGuideTitle {
		height: 32px;
		line-height: 30px;
		padding-right: 35px;
		background-position: 70px -228px;
		vertical-align: middle;
		font-size: 16px;
		color: #535353;
		font-weight: bold;
	}

	.age06Index-serviceGuideTab {
		height: 28px;
		color: rgb(114, 156, 25);
	}

	.age06Index-serviceGuideTab li {
		line-height: 32px;
		height: 32px;
		text-align: center;
		padding-left: 23px;
		cursor: pointer;
		font-weight: bold;
		display: inline-block;
		font-size: 14px;
	}

	.age06Index-serviceGuideTab li:nth-child(1) {
		background-position: -383px -292px;
	}

	/* 第一个 li 的 selected 样式 */
	.titleContainer[data-index="0"].selected {
		background-position: -383px -322px;
	}

	.age06Index-serviceGuideTab>li:nth-child(3) {
		background-position: -382px -351px;
	}

	/* 第二个 li 的 selected 样式 */
	.titleContainer[data-index="1"].selected {
		background-position: -382px -381px;
	}

	.age06Index-serviceGuideTab>li:nth-child(5) {
		background-position: -382px -231px;
	}

	/* 第三个 li 的 selected 样式 */
	.titleContainer[data-index="2"].selected {
		background-position: -382px -261px;
	}

	.age06Index-serviceGuideTab li a {
		color: rgb(114, 156, 25);
		font-size: 14px;
		text-decoration: none;
		padding-left: 5px;
		text-align: center;
		font-weight: bold;

	}

	.age06Index-serviceGuideTab .titleContainer :hover,
	.age06Index-serviceGuideTab .selected {
		color: #f10000 !important;
	}

	.age06Index-serviceGuide .contentContainer {
		display: none;
	}

	.age06Index-serviceGuide .contentContainer li {
		height: 27px;
		line-height: 27px;
		text-indent: 0.3em;
		width: 100%;

	}

	.age06Index-serviceGuide .contentContainer li a {
		font-size: 14px;
		color: #313131;
		text-decoration: none;
	}

	.age06Index-serviceGuide .contentContainer li a:hover {
		font-size: 14px;
		color: #d90909;
		text-decoration: underline;
	}

	.age06Index-serviceGuide-garden {
		width: 100%;
		flex-wrap: wrap;
	}

	.age06Index-serviceGuide-garden div {
		padding-left: 25px;
		height: 30px;
		line-height: 30px;
		width: 50%;
		background-repeat: no-repeat !important;
		color: #313131;
	}

	.age06Index-serviceGuide-garden div a {
		font-size: 14px;
		font-family: "SimSun";

		display: inline-block;
	}

	.age06Index-serviceGuide-garden div:nth-child(4n+1),
	.age06Index-serviceGuide-garden div:nth-child(4n+2) {
		background: #F6F6F6;
	}

	.age06Index-serviceGuide-garden div:nth-child(4n+3),
	.age06Index-serviceGuide-garden div:nth-child(4n+4) {
		background: #ffffff;
	}

	.age06Index-serviceGuide-garden div:hover {
		background-color: #82b811;

		a {
			color: #ffffff;
		}

	}

	.age06Index-serviceGuide-garden>div:nth-child(1) {
		background-position: 5px -392px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(1):hover {
		background-position: 5px -416px;
	}


	.age06Index-serviceGuide-garden>div:nth-child(2) {
		background-position: 5px -446px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(2):hover {
		background-position: 4px -480px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(3) {
		background-position: 5px -512px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(3):hover {
		background-position: 5px -547px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(4) {
		background-position: 5px -580px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(4):hover {
		background-position: 5px -612px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(5) {
		background-position: 4px -648px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(5):hover {
		background-position: 3px -683px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(6) {
		background-position: 4px -724px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(6):hover {
		background-position: 3px -758px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(7) {
		background-position: 4px -790px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(7):hover {
		background-position: 2px -823px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(8) {
		background-position: 6px -862px;
	}

	.age06Index-serviceGuide-garden>div:nth-child(8):hover {
		background-position: 6px -891px;
	}

	/* 办事指南结束 */
	/* 推荐阅读开始 */
	.age06Index-policyInformation {
		min-height: 372px;
	}

	.age06Index-policyInformationCard {
		width: 100%;
		height: 165px;
		position: relative;
		margin: 14px 0;
	}

	.age06Index-policyInformationCard .cardItemTitle {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 36px;
		line-height: 36px;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		font-size: 14px;
		color: white;
		font-weight: bold;
		text-decoration: none;
	}

	.age06Index-policyInformationCard .cardItemTitle a {
		color: white;
	}

	.age06Index-policyInformationTitle a {
		font-size: 14px;
		font-family: "SimSun";
		color: #535353;
		text-decoration: none;
		width: 100%;
		height: 27px;
		line-height: 27px;
	}

	.age06Index-policyInformationTitle a:hover {
		color: #f10000;
		text-decoration: underline;
	}

	.age06Index-policyInformationCardTitle:nth-of-type(1) div:nth-child(1) {
		height: 21px;
		background: #8ec31f;
		float: left;
		z-index: 9999;
		font-size: 12px;
		font-family: "SimSun";
		color: white;
		padding: 0px 12px 0px 12px;
		position: relative;
		line-height: 21px;
		cursor: pointer;
	}

	.age06Index-policyInformationCardTitle:nth-of-type(1) div:nth-child(1) span {
		background-position: 0px -269px;
		position: absolute;
		right: -7px;
		width: 7px;
		height: 21px;

	}

	.age06Index-policyInformationCardTitle:nth-of-type(1) div:nth-child(2) {
		height: 21px;
		background: #e8f3d2;
		font-size: 12px;
		font-family: "SimSun";
		color: #535353;
		padding: 0px 12px 0px 12px;
		position: relative;
		line-height: 21px;
		cursor: pointer;
	}

	.age06Index-policyInformationCardTitle:nth-of-type(1) div:nth-child(2) span {
		position: absolute;
		right: -7px;
		width: 7px;
		height: 21px;
		background-position: -22px -269px;
	}

	.age06Index-policyInformationCardTitle a:hover {
		color: #f10000;
		font-weight: bold
	}

	.age06Index-policyInformationCardTitle_1 div:nth-child(1) {
		background: #78bdf0 !important;
	}

	.age06Index-policyInformationCardTitle_1 div:nth-child(1) span {
		background-position: -66px -269px !important;
	}

	.age06Index-policyInformationCardTitle_1 div:nth-child(2) {
		background: #ddf1ff !important;
	}

	.age06Index-policyInformationCardTitle_1 div:nth-child(2) span {
		background-position: -44px -269px !important;
	}

	.age06Index-policyInformationCardTitle_2 div:nth-child(1) {
		background: #f08300 !important;
	}

	.age06Index-policyInformationCardTitle_2 div:nth-child(1) span {
		background-position: -88px -269px !important;
	}

	.age06Index-policyInformationCardTitle_2 div:nth-child(2) {
		background: #fce6cc !important;
	}

	.age06Index-policyInformationCardTitle_2 div:nth-child(2) span {
		background-position: -110px -269px !important;
	}

	/* 推荐阅读结束 */

	/* 查询向导开始 */
	.age06Index-queryWizardHeader {
		width: 100%;
		height: 31px;
		background: #f7f7f7;
		border-top: 3px solid #cdddaa;
		position: relative;
	}

	.age06Index-queryWizardHeader-small-line {
		width: 120px;
		height: 4px;
		position: absolute;
		background: #61ab13;
		top: -3px;
		left: 0px;
	}

	.age06Index-queryWizardHeader-select-guide {
		width: 120px;
		height: 27px;
		background: #8ec31f;
		line-height: 27px;
		text-align: center;
		margin-top: 2px;
	}

	.age06Index-queryWizardHeader-select-guide a {
		color: #ffffff !important;
	}

	.age06Index-queryWizard {
		width: 100%;
		min-height: 251px;
		margin-top: 4px;
		border: 1px solid #d6d6d6;
		padding: 18px 40px 0;
		background: url('./../img/age06Index/footer-bg.png') no-repeat;
	}

	.age06Index-queryWizardTitle {
		width: 145px;
		height: 27px;
		background-position: -205px -209px;
		line-height: 27px;
		font-size: 14px;
		color: #2c7907;
		text-align: center;
	}

	.age06Index-queryWizardItemUl {
	}

	.age06Index-queryWizardItemUl li {
		width: 100%;
		height: 26px;
		line-height: 26px;
		text-indent: 2em;
	}

	.age06Index-queryWizardItemUl li:hover {
		background: #e2f0c4;

		a {
			color: #488507 !important;
			font-weight: bold;
			text-decoration: underline !important;
		}
	}

	.age06Index-queryWizardItemUl li a {
		text-decoration: none;
		font-size: 12px;
		font-family: "SimSun";
		color: #535353;
		display: block;
		background-position: -393px -482px;
	}

	/* 查询向导结束 */
	/* 推荐网站开始 */
.age06Index-recommendWeb{
	padding:0 4px;
}
	.age06Index-recommendWebDiv{
		border: 1px solid #c9c9c9;
	}
	.age06Index-recommendWebDiv:hover {
		border: 1px solid #f08300;
	}

	/* 推荐网站结束 */
	/* 相关网站开始网站开始 */
.age06Index-relatedWebsitesBox{
	margin-top: 22px;
    background: #8ec31f;
}
 .age06Index-relatedWebsites {
        height: 29px;
        background: white;
        border-radius: 3px;
        position: relative;
    }

    .age06Index-relatedWebsites ul {
        margin: 0 auto;
        padding: 0px;
        position: absolute;
        top: -258px;
        left: 0px;
        margin-top: 1px;
        width: 100%;
        height: 285px;
        overflow-x: auto;
        overflow-y: scroll;
        background-color: #fff;
        border: 1px solid #8ec31f;
        display: none;
    }

    .age06Index-relatedWebsites:hover ul {
        display: block;
    }

    .age06Index-relatedWebsites ul li {
        margin: 0 auto;
        padding: 0px;
        background: none;
        color: #000;
        font-size: 12px;
        padding: 5px 10px;
        width: 194px;
    }

    .age06Index-relatedWebsites ul li:hover {
        background-color: rgb(202,216,242);
    }

    .age06Index-relatedWebsites input {
        width: 200px;
        height: 29px;
        border: 0px;
        float: left;
        text-align: center;
        font-size: 12px;
        font-family: "SimSun";
        color: #535353;
        letter-spacing: 1px;
        position: absolute;
        left: 0;
    }

    .age06Index-relatedWebsites > a {
        width: 29px;
        height: 19px;
        display: block;
        border-left: 1px solid #cfcfcf;
        background-position: 9px -203px;
        float: left;
        margin-top: 5px;
        position: absolute;
        right: 0;
    }
	.age06Index-relatedWebsites ul li a:hover{
		color: #f10000;
	}
	/* 相关网站开始网站结束 */