#tabs1{
   width:100%;
   margin:2rem auto;
   height:auto;overflow:hidden;
}
.menu1box{
	width:94%;
    overflow:hidden;
    height:5rem;
    background:#0b539c;
	border:8px solid #fff;
	margin:auto;
}
#menu1{
	 width:100%;
}
#menu1 li{
	 float:left;
	 display:block;
	 cursor:pointer;
	 width:20%;
	 text-align:center;
	 line-height:5rem;
	 height:5rem;
	 color:#fff;
	 font-size:1.6rem;
	 position:relative;
}
#menu1 li div{display:none;}
#menu1 li.hover{color:#ff0;}
#menu1 li.hover div{
	display:block;
	position:absolute;
	bottom:-7px;
	left:45%;
	width:10px;height:10px;
	background:#ff0;
	border-radius:50%;
	border:3px solid #fff;
}
@media(max-wdith:900px){
	#menu1 li.hover div{
		display:block;
		position:absolute;
		bottom:-7px;
		left:30%;
		width:10px;height:10px;
		background:#ff0;
		border-radius:50%;
		border:3px solid #fff;
	}
}
.main1box{
	width:96%;
	clear:both;
	height:auto;overflow:hidden;
	margin:2rem 2%;
}
#main1 ul{display: none;}
#main1 ul.block{display: block;}

.zzIndex_News{
	width:96%;
	height:auto;overflow:hidden;
	margin:2rem auto 2rem auto;
}
.zzIndex_News_Pic{
	width:30%;float:left;
	margin-right:2%;
	text-align:center;
}
.zzIndex_News_List{
	width:68%;float:left;
}
.zzIndex_News_List dt{
	width:100%;
	height:3rem;overflow:hidden;
	line-height:3rem;
	font-size:1.4rem;
}
@media(max-width:900px){
	.zzIndex_News_Pic{
		width:100%;
	}
	.zzIndex_News_Pic img{width:100%;}
	.zzIndex_News_List{
		width:100%;
		height:auto;overflow:hidden;
		margin-top:2rem;
		font-size:1.2rem;
	}
}
.zzIndex_More{
	width:96%;
	height:auto;overflow:hidden;
	margin:2rem auto 0 auto;
}
.zzIndex_More_More{
	width:20%;float:right;
	border:1px solid #b1b1b1;
	line-height:4rem;
	text-align:center;
	background-image:url(../Images/arrow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1.4rem;
}
@media(max-width:900px){
	.zzIndex_More_More{
		width:60%;float:right;
		border:1px solid #b1b1b1;
		line-height:3rem;
		text-align:center;
		background-image:url(../Images/arrow.png);
		background-repeat:no-repeat;
		background-position:bottom right;
		font-size:1.3rem;
	}	
}

.zzIndex_Service{
	width:24%;float:left;
	height:auto;overflow:hidden;
	background:#f3f3f3;
	margin:1rem 0.5%;
	_margin:1rem 0.3%;
	*margin:1rem 0.4%;
}
.zzIndex_Service:hover{background:#f8f8f8;}
@media(max-width:900px){
	.zzIndex_Service{
		width:49%;float:left;
		height:auto;overflow:hidden;
		background:#f3f3f3;
		margin:1rem 0.5%;
	}	
}
.zzIndex_Service_Pic{
	width:100%;
}
.zzIndex_Service_Pic img{width:100%;}
.zzIndex_Service_Content{
	width:90%;
	height:9.5rem;overflow:hidden;
	line-height:2rem;
	margin:1rem auto;
	color:#999;
}
.zzIndex_Service_Content div{width:100%;line-height:3.5rem;font-size:1.8rem;color:#0153a5;}
.zzIndex_Service_More{width:100%;}
.zzIndex_Service_More dt{
	background:#0153a5;
	line-height:3rem;
	width:30%;float:right;
	margin:0 5% 1rem 0;
	text-align:center;
	color:#fff;
}
.zzIndex_Service_More dt:hover{background:#0069d2;}
@media(max-width:900px){
	.zzIndex_Service_More dt{
		background:#0153a5;
		line-height:2.5rem;
		width:40%;float:right;
		margin:0 5% 1rem 0;
		text-align:center;
		color:#fff;
		font-size:1.3rem;
	}	
}

#zzIndex_About{
	width:100%;
	height:auto;overflow:hidden;
	background:url(../Images/index_about_bg.jpg) center;
	padding:2rem 0;
}
.zzIndex_About_Title{
	width:100%;
	line-height:5rem;
	color:#fff;
	font-size:2.4rem;
	text-align:center;
}
.zzIndex_About_Content{
	width:100%;
	line-height:3rem;
	color:#fff;
	text-align:center;
	font-size:1.4rem;
}
.zzIndex_About_More{
	width:100%;
}
.zzIndex_About_More dt{
	width:20%;
	border:1px solid #fff;
	line-height:4rem;
	text-align:center;
	background-image:url(../Images/arrow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1.4rem;
	margin:1rem auto;
	color:#fff;
}
@media(max-width:900px){
	.zzIndex_About_Content{
		width:100%;
		line-height:2rem;
		color:#fff;
		text-align:center;
		font-size:1.2rem;
	}
	.zzIndex_About_More dt{
		width:50%;
		border:1px solid #fff;
		line-height:3rem;
		text-align:center;
		background-image:url(../Images/arrow.png);
		background-repeat:no-repeat;
		background-position:bottom right;
		font-size:1.3rem;
		margin:1rem auto;
		color:#fff;
	}	
}

