body { background:#fff; -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;  }
/*css resert*/
html, body, div, p, span, label, img, a, ol, ul, dl, dt, dd, li, table, tr, td, th, tbody, thead, tfoot, form, fieldset, legent, h1, h2, h3, h4, h5, h6, strong, b, em, blockquote, cite, pre, code, hr, br, input, button, textarea,article, aside, details, figcaption, figure, footer, header, group, menu, nav, section { padding:0px; margin:0px; }
/*重置html5的新标签*/
.article, aside, details, figcaption, figure, footer, header, group, menu, nav, section { display:block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
small { font-size:0.8em; color:#888; }
mark { background: #fffdd1; }
iframe { display:block; }
/* 要注意表单元素并不继承父级 font 的问题 */
button, input, select, textarea { font: 100% "宋体"; }
img, input, select { vertical-align: middle; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:1em; }
ol, ul { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
th,caption { text-align:left; }
a img { border:0 none; cursor:pointer; } 
fieldset,img { border:0 none; }
a, input { outline:0 none; }
abbr, acronym { border:0; }
button { outline:0 none; cursor:pointer; }
button::-moz-focus-inner { border:0; }
input::-moz-focus-inner { border:0; }
:focus { outline:0 none; }
caption, cite, code, em, th, var,i { font-weight:normal; font-style:normal; }
a:link, a:visited { text-decoration:none; }
/******常用****/
.clearfix:before,.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
.clear { clear:both; height:0; width:0; display:block; visibility:hidden; overflow:hidden; }
.clearit { clear:both; zoom:1; }
.hidden { display:none; }
.vhidden { visibility:hidden; }
.left { float:left; display:inline; }
.right { float:right; /* display:inline; */ }
.fnone { float:none; }
.txtleft{ text-align:left !important; }
.txtright{ text-align:right !important; }
.txtcenter{ text-align:center; }
.middle { vertical-align:middle; }
.noborder{ border:0 none !important; }
.sub{ vertical-align:sub; }
.sup{ vertical-align:sup; }
.cursor { cursor:pointer; }
.zoom { zoom:1; }
.vtop { vertical-align:top; }
/******常用颜色*****/
.red { color:#c91623; }
.orange { color:#ffa500; }
.yellow { color:#ff0; }
.green { color:#33970b; }
.blue { color:#0b5797; }
.dark-gray { color:#333; }
.gray { color:#666; }
.light-gray { color:#999; }
s {text-decoration: none;}
/*响应式图片*/
.img-responsive {
	max-width: 100%;
	height: auto;
}
.bg-responsive {
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
	-moz-background-size:100% 100%;  
    	 background-size:100% 100%;  
}
.seatasktitle {
    color: #3857a5;
    border-left: 3px solid #3857a5;
    font-size: 30px;
    padding-left: 20px;
    margin: 10px 0 20px 20px;
}
