@charset "utf-8";
/* CSS Document */
body {min-width:1200px;width:auto!important;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
.overflow{ overflow:hidden}
sup{vertical-align:baseline;}   
sub{vertical-align:baseline;}
legend{color:#000;}
a{text-decoration:none;color:#333}
a:hover{color:#036eba}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
header,nav,section,article,footer,figure{margin:0px;padding:0px;display:block}
body{font:14px/21px "微软雅黑"; background:#f5f5f5;color:#333;}
.fl{float:left;}
.fr{float:right;}
.frl{text-align:center}
.clear{clear:both;}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:60px}
.wbox{width:1200px;margin:0 auto}
textarea,select,input{outline:none;-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}