/*author:xubeipei*/

/*qq:741961732*/

/*Email:741961732@qq.com*/


*{
    margin: 0;
    padding: 0;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}

table{border-collapse:collapse;border-spacing:0;}

caption,th{text-align:left;font-weight:normal;}

html,body,fieldset,img,iframe,abbr{border:0;}

i,cite,em,var,address,dfn{font-style:normal;}

[hidefocus],summary{outline:0;}

li{list-style:none;}

h1,h2,h3,h4,h5,h6,small{font-size:100%;}


body{
    background: #f2f2f2;
    font-family: "Microsoft YaHei", "微软雅黑", arial, helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    background: url("../images/bj.jpg")  no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    min-width: 1200px;
}
ul,li{
    list-style: none;
}

a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #448aca;
    text-decoration: none;
}
.clear{
    clear: both;
}
.m-1050{
    width:1200px;
    margin: 0 auto;
}
.m-main{
    margin-top:20px;
    margin-bottom: 20px;
}

h1{
    font-size: 30px;
    font-weight: normal;
}
h2{
    font-size: 20px;
    font-weight: normal;
}
h3{
    font-size: 18px;
    font-weight: normal;
}
h4{
    font-size: 16px;
    font-weight: normal;
}
h5{
    font-size: 14px;
    font-weight: normal;
}
p{
    line-height: 1.6em;
}
img{
    border: none;
}
.col-red{
    color: #e10007;
 }
.col-blue{
    color: #005296;
}
.icon_right{
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    float: left;
    padding-right: 10px;
    margin-top:6px;
}
/* function */

.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}

.f-cb,.f-cbli li{zoom:1;}

.f-ib{display:inline-block;*display:inline;*zoom:1;}

.f-dn{display:none;}

.f-db{display:block;}

.f-fl{float:left;}

.f-fr{float:right;}

.f-pr{position:relative;}

.f-prz{position:relative;zoom:1;}

.f-oh{overflow:hidden;}

