/* 清除默认标签margin padding */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
/*全局属性*/
body {
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI","Microsoft YaHei";
    background: #9f1ed3;
}
/*清除默认列表前面的属性*/
ol, ul ,li{
    list-style: none;
}
/*清除标签默认下划线*/
a, ins{
    text-decoration: none;
}
/*清除img标签边框和默认下的像素*/
img{
    vertical-align: middle;
    border: none;
}
/*清除默认引号*/
blockquote, q {
    quotes: none;
}
/*清除默认倾斜*/
i,em{
    font-style: normal;
}
/*清除默认粗体*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
/*清除input，textarea点击出点的边框*/
input, textarea, a{
    outline: none;
}
/*清除删除线*/
del {
    text-decoration: line-through;
}
/*清除表格边距等*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*清除浮动*/
.clearfix:after {
    visibility:hidden;
    clear:both;
    display:block;
    content:".";
    height:0
}
/* ie6 */
.clearfix {
    *zoom:1
}
/* 隐藏样式 */
.dlyNone{
    display: none;
}
/*添加全局样式*/
/*添加内容宽度*/
/* 内容宽1200 */
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
/* 主栏目内容宽 */
.w900{
    width: 900px;
    margin: 0 auto;
}
/* 侧栏类容宽度 */
.w280{
    width: 280px;
    margin: 0 auto;
}
/*左右浮动*/
.fl{
    float: left;
}
.fr{
    float: right;
}
/*设置默认上下边距*/
/*上外边距*/
.mg_tp10{
    margin-top: 10px;
}
.mg_tp15{
    margin-top: 15px;
}
.mg_tp20{
    margin-top: 20px;
}
.mg_tp25{
    margin-top: 25px;
}
.mg_tp30{
    margin-top: 30px;
}
/*下外边距*/
.mg_bt10{
    margin-bottom: 10px;
}
.mg_bt15{
    margin-bottom: 15px;
}
.mg_bt20{
    margin-bottom: 20px;
}
.mg_bt25{
    margin-bottom: 25px;
}
.mg_bt30{
    margin-bottom: 30px;
}
/*上内边距*/
.pd_tp10{
    padding-top: 10px;
}
.pd_tp15{
    padding-top: 15px;
}
.pd_tp20{
    padding-top: 20px;
}
.pd_tp25{
    padding-top: 25px;
}
.pd_tp30{
    padding-top: 30px;
}
/*下内边距*/
.pd_bn10{
    padding-bottom: 10px;
}
.pd_bn15{
    padding-bottom: 15px;
}
.pd_bn20{
    padding-bottom: 20px;
}
.pd_bn25{
    padding-bottom: 25px;
}
.pd_bn30{
    padding-bottom: 30px;
}

/*设置字体大小*/
.ft_sz13{
    font-size: 13px;
}
.ft_sz14{
    font-size: 14px;
}
.ft_sz16{
    font-size: 16px;
}
.ft_sz18{
    font-size: 18px;
}
.ft_sz20{
    font-size: 20px;
}
.ft_sz22{
    font-size: 22px;
}
.ft_sz24{
    font-size: 24px;
}
.ft_sz26{
    font-size: 26px;
}
.ft_sz28{
    font-size: 28px;
}
.ft_sz30{
    font-size: 30px;
}
