/* CSS Document*/ * { padding: 0px; margin: 0px; outline: 0 none; } body { font-family: "pingfang SC", "Microsoft YaHei", "黑体"; background: #fff; color: #666; font-size: 12px; overflow-x: hidden !important; } a { text-decoration: none; color: #666; transition: all 0.5s ease 0s; } a:focus { outline: none; } a:hover { color: #0c3484; } ul { list-style-type: none; } li { vertical-align: bottom; zoom: 1; } img { border: 0px; } select { font-family: "pingfang SC", "Microsoft YaHei", "黑体"; color: #666; font-size: 12px; } textarea { font-family: "pingfang SC", "Microsoft YaHei", "黑体"; color: #666; font-size: 12px; outline: none; } table { border-collapse: collapse; border-spacing: 0px; } th, td { padding: 0; } input { vertical-align: middle; outline: none; font-size: 12px; font-family: "pingfang SC", "Microsoft YaHei", "黑体"; } .clearfix:before, .clearfix:after { content: " "; display: block; height: 0; visibility: hidden; clear: both; overflow: hidden; } .clearfix { zoom: 1; } .clearfix:after { clear: both; } .hidden { display: none; } h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: inherit; margin: 0px; } p { margin: 0px; } em, i { font-style: normal; } .fl { float: left; } .fr { float: right; } input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: #fff; } ::-webkit-scrollbar-thumb { background: #0c3484; } ::-webkit-scrollbar-thumb:window-inactive { background: #0c3484; } ::-webkit-scrollbar-thumb:vertical:hover { background: #0c3484; } .container{ width: 100%; max-width: 1520px; margin: 0 auto; padding: 0 50px; }