html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,p,form,input,button,a,div,img{ 
margin: 0;
padding: 0;
list-style: none;
}
html,body{
	width: 100%;
	font-family:"微软雅黑";
}
a{
	text-decoration: none;
	
}
i,em{
	font-style: normal;
}
li{list-style: none;}
strong,b{
	font-weight: bold;
}
.clearfixs:after{ 
content:'';
height: 0;
display: block;
clear: both;
visibility: hidden;
overflow: hidden;
}
.clear{
content:'';
display: block;
clear: both;
	
}
.hs{
	height: 0px;
	clear: both;
}
/*头部开始*/

.head2{
	width:100%;
	height: 45px;
	background-color: black;
	text-align: right;
	line-height: 45px;
}
.head2 span{
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: white;
	border-radius: 50%;
	border: 1px solid #666666;
	display: inline-block;
	margin-right: 10px;
	
}
.head2 span:hover{
	color: red;
	border: 1px solid #E9E9E9;
}
/*次级导航开始*/
.casenav2{
	width: 100%;
	height: auto;
}

.navfl2{
		overflow: hidden;
	}
      
.navfl2 li{
	float: left;
	width:30%;
	height: auto;
  color: red;
  text-align: center;
  margin:10px 5px ;
}
.navfl2 li a{
	color:#666666;
	font-family:"宋体";
	font-size: 12px;
	
}
.navfl2 li img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}



	/*<!--点击登录-->*/
.thelogin{
	width: 98%;
	padding-left:22px;
	text-align: left;
	margin-top: 50px;
}
.thelogin span{
	color: #666666;
	font-size:13px;
	font-family: "隶体";
	height: 45px;
	line-height: 45px;
}
.thelogin span i{
	margin-right: 14px;
	color: #666666;
	background-color: #E9E9E9;
	border-radius:50% ;
	font-size: 30px;
	float: left;
}
