﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
outline: none;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body{
	min-width:1200px;
width: 100%;
font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
margin: 0 auto;
max-width:1920px;
-webkit-text-size-adjust:none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
br {display: block;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}
ol, ul {list-style: none;}
input, textarea {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
strong, b {font-weight: bold;}
em, i {font-style:normal;}
table {border-collapse: collapse;border-spacing: 0;}
img {max-width:100%;border: 0;margin: 0;padding: 0;}
a{text-decoration: none;}
a:hover{ text-decoration:underline;}
/**清除浮动**/
.clearfix {zoom: 1;}
.clearfix:before {content: '';display: block;}
.clearfix:after {content: '';display: table;clear: both;}
.fn-clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.fn-clear{ zoom:1; /* for IE6 IE7 */}
/**清除浮动**/
body{font-size: 12px;color: #333;}
html{font-size:10px}
.on{
  border-bottom:1px solid rgba(57,106,252,1)
}
.notShow{
   display:none;
}