/* 页头导航*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.danhan-xs{
 max-width: 600px;
}
.danhan-xs div{
    width: 18%; 
    float: left; 
    text-align: center;
    border-bottom: #FFFFFF 3px solid;
    margin-bottom: 5px;
	margin-left: 2%;
    margin-top: 5px;
	line-height: 180%;
	
}
.danhan-xs div:hover{
    border-bottom:#B33A00 3px solid;
	font-weight: bold;
	cursor:pointer;
	
}

/* 页头导航*/

/*页底*/
.daohanyd div{
    color: #C4C4C4;
    border-bottom: 0px;
    margin-top: 10px;
    
}
/*页底*/
/* 功能*/
.clear {
    clear: both
}
.float-left {
　　float: left
}
*{
	line-height: 150%;
}

/*内容区*/
.leibei{
	width:160px;
	height:160px;
	overflow: hidden;/*图片放大隐藏超出的部分*/
}
.leibei img{
	max-width:100%;/*max-width:160px;*/
	max-height:100%;/*max-width:160px;*/
	margin: 4px;
	transition: all 0.2s;/*所有属性都要变化*/
}
.leibei img:hover{
	transform: scale(2.0);/*放大倍数*/
}

.leibei_table{border: 1px #EDEDED solid; height: 178px;overflow: hidden;table-layout: fixed;word-break: break-all;}/*图片放大隐藏超出的部分*/
.leibei_tables table:hover{border: 1px #B33A00 solid;cursor:pointer;}

.leibei_div{border: 1px #EDEDED solid; height: 178px;overflow: hidden;table-layout: fixed;word-break: break-all;}/*图片放大隐藏超出的部分*/
.leibei_div:hover{border: 1px #B33A00 solid;cursor:pointer;}

.leibei_select{background-color:#EEE;padding: 4px 8px 4px 8px;cursor:pointer;}
.leibei_select:hover{background-color:#E9A774;padding: 4px 8px 4px 8px;cursor:pointer;}