/* CSS Document */

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{
    font-family:Arial, "微软雅黑","宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #494949;
    background-color: #fff;
    overflow-x:hidden;
}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
a{
color:#333333;
text-decoration:none;

}
.cl{
zoom:1;
}
.cl:after{
content:"";
display:block;
clear:both;
}
.wrap{
width:1000px;
margin:0 auto;
}
.fr{
float:right;
}
.fl{
float:left;
}
a:hover{
color:#74b018;
}
button, input, select, textarea {
    border: none;
    background: none;
    outline: none;
    }