.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
ul,li
{
    margin:0;
    padding: 0;
    list-style-type: none;
}
input {
    outline: medium none;
}
.top_left_01
{
    float: left;
    height:340px;
    position: relative;
    width: 190px;/*宽度*/
    z-index: 100;
}
.top_left_01 .ul_01 
{
    background: #C9151E none repeat scroll 0 0;
    height: 37px;
    width: 190px;/*宽度*/  
    font-size:16px;
    text-align:center;
    cursor:pointer;
    margin-bottom:1px;
}
.top_left_01 .ul_01 span 
{  
    color: #fff;
    text-align:center;
    height: 37px;
    font-size:14px;
    line-height: 37px;
    text-decoration: none;
    margin-left:60px;
    margin-right:40px;
}
.top_left_01 .ul_01 li
{
    float:left; 
    text-align:center;
}
.top_left_02 
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height:340px;
	top:0;
    left: 200px;
    position:absolute;
    left:190px;
    width:790px;
    display:none;
}
/*小分类放上去的效果*/
.top_left_03 
{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #d1503b;
    display:none;
    float: left;
    padding:0px 16px;
    width:615px;
    z-index:-10;
   
}
.top_left_03 a
{
    white-space:nowrap;
    color: #d1503b;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    width: auto;
    display:inline-block;
}
.top_left_03 a:hover
{
    color:black;
}
.tt3
{
  margin-top:16px;
}
