@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar { width: 6px; height: 6px; background-color: #F5F5F5; } 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; } 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #006FBA; }

html, body { height: 100%; }
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, caption, form, legend, fieldset, input, button, select, textarea { margin: 0; padding: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: inherit; }
ol, ul, li { list-style: none; }
ol { list-style-type: none; }
img { border: 0; max-width:100%; }
body { font-size: 14px; color: #333; font-family: "Microsoft YaHei", "Arial", "SimSun", "Tahoma", "Helvetica", "sans-serif"; }
a { color: #333; text-decoration: none; }
a:hover { color: #006FBA; text-decoration: none; }
input { color: #999; border: 0 solid #ccc; background: #fcfcfc; outline: none; }
.input1[type="text"] { display: block; margin-bottom: 20px; width: 300px; height: 48px; border: 1px solid #ccc; background: #fbfbfb; color: #aaa; text-indent: 10px; }
.input1[type="password"] { display: block; margin-bottom: 10px; width: 150px; height: 18px; border: 1px solid #ccc; background: #efefef; color: #333; }
.input1[type="button"] { display: block; width: 300px; height: 48px; background: #06c; color: #FFFFFF; cursor: pointer; border-radius: 5px; font-size: 14px; }
.input2 { border: 1px solid #ccc; height: 18px; color: #666; background: #efefef; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; font-size: 1px; height: 0; visibility: hidden; line-height: 0; }
.clearfix:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }

h1 { font-size:32px; font-weight:600; margin:7px 0px; }
h2 { font-size:26px; font-weight:600; margin:7px 0px; }
h3 { font-size:20px; font-weight:600; margin:6px 0px; }
h4 { font-size:18px; font-weight:600; margin:6px 0px; }
h5 { font-size:16px; font-weight:600; margin:5px 0px; }
h6 { font-size:14px; font-weight:600; margin:5px 0px; }

@media (min-width:1400px) {
.container { width: 1370px; }
}
.breadcrumb { padding: 0px 0px; margin-bottom: 0px; list-style: none; background: none; margin-right: 0px; margin-left: 0px; }