@charset"UTF-8";
*{
    margin:0px;
    padding:0px;
    font-size:14px;
    font-family: "思源黑体","微软雅黑","Regular","Times New Roman",Georgia,Serif;
}
b,strong,h1,h2,h3,h4,h5,h6{
   font-weight:normal;
}
i{
    font-style:normal;
}
a{
    text-decoration: none;
    color:black;
}
a:hover{
    text-decoration:none;
}
ul li{
    list-style:none;
}
img{
    border:0;
    margin:0px;
    padding:0px;
}
