﻿
*{
    padding:0;
    margin:0;
}
table{border: none;border-spacing: 0;}
table{border:0;margin:0;border-collapse:collapse;}
table td{padding:0;}
table { border-collapse: collapse; }
img{ border:0;  }
ul li{
    list-style: none;
}
a{ text-decoration:none; color:#333;  }
.m1200{
    width:1200px;
    height: auto;
    margin:0 auto;
    overflow: hidden;}

.fl{
    float: left;
}
.fr{
    float: right;
}
.l35{
    margin-left: 35px;
}


/* 导航 */
#loaction{
    height: 50px;
    border: 0px;
    line-height: 50px;
    font-size: 15px;
    }
    #loaction a{color: #5a5a5a;}
    #loaction img{width:20px;}
/*头*/
.m_header{
    position: absolute;
    height: 67px;
    top: 0px;
    left: 0px;
    background: black;
    z-index: 2;
    width: 100%;
    color: #ffffff;
}
.m_header .m1200{
    height:67px; ;
}
.m_header .m1200  .fr ul{line-height: 67px;}
.m_header .m1200  .fr ul li{
    display: inline-block;
    padding:0px 15px;
    line-height: 20px;

}
.m_header .m1200  .fl img,.m_header .m1200  .fl .m_header_img{
    display: inline-block;
    margin-top:10px;
}
.m_header .m1200  .fr .m_header_img{
    margin-left:10px;

}
.u_baoming{
    border:1px solid #ffffff;
}

/*加载更多*/
.add_more{
    width:208px;height: 63px;
    margin-top:25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 63px;
    background: #003593;
    position: relative;left:50%;
    margin-left:-104px;
}
.add_more a{
    color: #ffffff;
}
.add_more:hover{
    background: #5472a7;
}
.t40{
    margin-top:40px;
}

