@charset "utf-8";
/* CSS Document */
/* 自定义字体 */
@font-face {
	font-family:webfonta;
	src: url(../images/YouSheBiaoTiHei-2.ttf);
}
html {font-family: sans-serif;/* 1 */-ms-text-size-adjust: 100%;/* 2 */-webkit-text-size-adjust: 100%;/* 2 */ /* 0 */}
body{margin: 0;/* 1 */font-size: 12px;/* 0 */line-height: 2;/* 0 */color: #333;/* 0 *//* 0 */ }
html,button,input,select,textarea { font-family:"Microsoft Yahei", "黑体","Helvetica Neue", Helvetica, Tahoma, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;/*firefox*/}
*{  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;/*firefox*/ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* HTML5 display definitions
========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block; }
audio,canvas,progress,video {*display: inline; display: inline-block;/* 1 */vertical-align: baseline;/* 2 */ /* 3 */ *zoom: 1/* 3 */ }
audio:not([controls]) {display: none; height: 0; }
[hidden],template {display: none; }

/* Links ========================================================================== */
a {background: transparent;/* 1 *//* 0 */text-decoration: none; color: #515151; }
a:active, a:hover {outline: 0/* 2 */ }
a:hover{color: #777; }
/* Text-level semantics ========================================================================== */
abbr[title] {border-bottom: 1px dotted; }
b,strong {font-weight: bold; }
dfn {font-style: italic; }
mark {background: #ff0; color: #000; }
small {font-size: 80%; }
sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup {top: -0.5em; }
sub {bottom: -0.25em; }
q {quotes: none; }
/* Embedded content ========================================================================== */
img {border: 0; /* 1 */ vertical-align: middle; /* 0 */ -ms-interpolation-mode: bicubic/* 2 */ }
svg:not(:root) {overflow: hidden; }

/* Grouping content ========================================================================== */
hr {box-sizing: content-box; height: 0; }
pre {overflow: auto; /* 1 */ white-space: pre; /* 2 */ white-space: pre-wrap; /* 2 */ word-wrap: break-word/* 2 */ }
code,kbd,pre,samp {font-family: monospace, monospace; /* 1 */ _font-family: 'courier new', monospace; /* 1 */ font-size: 1em/* 2 */ }

/* Forms ========================================================================== */
button { overflow: visible; }
button,select { text-transform: none; }
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible/* 4 */ }
button[disabled],html input[disabled] {cursor: default; }
button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0; }
textarea:focus,input:focus {outline: none; }
input {line-height: normal; }
input[type="checkbox"],input[type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px /* 3 */ }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto; }
input[type="search"] {-webkit-appearance: textfield;/* 1 */ /* 2 */ box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="text"] {-webkit-appearance: none; }

/* Tables ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td,th { padding: 0; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none outside none; }
h1, h2, h3 { line-height: 2; font-weight: normal; }
input:-moz-placeholder,textarea:-moz-placeholder {color: #999; }
input::-moz-placeholder,textarea::-moz-placeholder { color: #999; }
input:-ms-input-placeholder,textarea:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #999; }

.por { position: relative; }
.poa { position: absolute; }
.pof { position: fixed; }
.fl {float: left; display: inline; }
.fr {float: right; display: inline; }

.none{ display:none;}
.blok{ display:block;}

.f_cb{ zoom: 1; }
.f_cb:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }

.h_flex{display:flex;display:-webkit-flex;flex-direction:row; -webkit-flex-direction:row;flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.h_imgflex{display:flex!important;display:-webkit-flex!important;flex-direction:row; -webkit-flex-direction:row;flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:flex-start; align-items:center; align-content:center;}

/*文本样式*/
.t_align{text-align:Justify;/*Firefox*/text-justify:inter-ideograph;/*IE*/}
.lwf{letter-spacing:0; word-spacing:0; font-size: 0;}
*:focus { outline: none; }

.noselect { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
.xq_fl.fixed{ position: fixed; left: 0; top: 30px;}

/*浏览器滚动条*/
::-webkit-scrollbar{width: 10px; height:10px;}
::-webkit-scrollbar-button{display:none}
::-webkit-scrollbar-track{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb{background-color:#00a4c5; border-radius:3px}

/*视差滚动*/
.scxg{ position: relative;}

