*{
    box-sizing: border-box;
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
    outline: none;
}
body,ul,h5,p,h4,h3,h1,h2,h6{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
body{
    min-width: 1250px;
    /* overflow: auto; */
}
img{
    border:none;
}

.ovhide{
    overflow: hidden;
}
ul{
    list-style-type: none;
}
a{
    text-decoration:none;
}
.bold{
    font-weight: bold;
}
.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content: " ";
    clear:both;
    height:0;
}
.clearfix{
    *zoom:1;
}
.relative{
    position: relative;
}
.pCenter{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.padding65{
    padding: 0 65px;
}
em{
    font-style: normal;
}
.B{
    font-weight: bold;
}
