@charset "UTF-8";
/*css reset*/
html, body{font-family: "Microsoft Yahei",Arial;}
/*html{overflow-x:hidden;overflow-y:hidden;}*/
body{margin:0; padding:0;}
ul, li{list-style: none outside none;margin: 0;padding: 0;}
input, button, textarea{outline: none;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, ol, ul, li, img, input, button, textarea, form{margin: 0;padding: 0;}
a{color: #262626;text-decoration: none;}
img{vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic;}
input{border:none; background:none;}
.pull-left{float:left;}
.pull-right{float:right;}
.clearfix{clear: both;}
.block{display: block;}
.hide{display: none;}
.padL15{padding-left:15px;}
.padL5{padding-left:5px;}
.padT15{padding-top:15px;}
.text-center{    text-align: center;}
.text-indent{text-indent:2em;}

