/*pc端css*/

.mobile_mobile { /*手机端的元素*/
	display:none; /*显示-无*/
}

.pc_pc { /*pc端的元素*/
	display:block;/*显示-块*/
}


.smfw {  /*扫码访问*/
	position:fixed;  /*定位方式*/
	z-index:1;  /*定位Z轴1像素*/
	right: 50px;  /*定位-置入位置：右10像素*/
	bottom: 115px;  /*定位-置入位置：底部10像素*/
	background-color:#ccc;  /*背景色*/
	padding: 5px;  /*内部填充*/
}


/*返回顶部按钮*/
.fhdb{
	padding: 3px; 
	font-size:10px; 
	position:fixed; 
	z-index:10; 
	right: 0px; 
	bottom: 20%; 
	border: thin solid #aaa; 
	border-radius:5px; 
	text-align: center;
}



/*返回顶部按钮*/
.fhdb2{
	bottom: 30%; 
}

/*首页导航按钮，宽100-居中*/
.k100-jz{
	width:100%;
	text-align:center;
	background-color:#363636;
}

.float_left{ /*导航按钮*/
	display:inline-block;
	width:9.28%;
	margin-top:4px;
/*	font-size:0.7em; */
	background-color:#363636;
	
}

.float_left a{ /*导航按钮里面的a链接*/
	display:inline-block;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
}


.float_left>a:link{
	color:#fff;  /*类型-颜色*/
}

.float_left>a:visited{
	color:#fff;  /*类型-颜色*/
}

.float_left>a:hover{
	color:#f00;  /*类型-颜色*/
}

.kddj{ /*a链接扩大点击范围*/
	display: inline-block;
	width:90%;
}





/*手机端css*/
@media(max-width:750px){ 
	.pc_pc { /*pc端的元素*/
		display:none; /*显示-无*/
	}
	
	.mobile_mobile {/*手机端的元素*/
		display:block; /*显示-块*/
	}	
	
		/*返回顶部按钮*/
	.fhdb{
		bottom: 53%; 
	}
	
	/*返回顶部按钮*/
	.fhdb2{
		bottom: 46%; 
	}

	.float_left{ /*导航按钮*/
		width:18.5%;
		border-radius:7px;  /*圆角半径*/
		background-color:#565656;
		padding-top:8px;
		padding-bottom:8px;		
	}
	
	.float_left a{ /*导航按钮里面的a链接*/
		width:100%;
	}
	
	.xzt{ /*小字体*/
	  font-size:0.9em;
	}

	.xxzt{ /*小字体*/
	  font-size:11px;
	}
	
	.xxxzt{ /*小字体*/
	  font-size:9px;
	}
	
}
