 @charset "utf-8";
/* CSS Document */

/*重置样式*/
/*
	! normalize.css v2.1.3 | MIT License | git.io/normalize
	让不同的浏览器在渲染网页元素的时候形式更统一 
	https://github.com/necolas/normalize.css
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
   box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: rgba(51,51,51,.3);
}

::-moz-input-placeholder {
	color: rgba(51,51,51,.3);
}
::-ms-input-placeholder {
	color: rgba(51,51,51,.3);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*==================================*/
html {
  font-size: 62.5%;
/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #f7f6f9;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}


/*基本样式*/
/*调用重置和布局*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0}
ol, ul {list-style: none}
:focus {outline: 0}
a img {border: 0}
img {vertical-align: middle;width: 100%;}
table {empty-cells: show}
ins {text-decoration: none}
del {text-decoration: line-through}
em {font-style: normal}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner{
	border:0;
	padding:0
}
.colc40{ color:#c40000}
.corc40{ color:#cb9f02 ; margin:0px 5px}
.fl {float: left}
.fr {float: right}
.fn {float: none}
.al {text-align: left}
.ac {text-align: center}
.ar {text-align: right}
.clr{display: block;overflow: hidden;clear: both;height: 0;line-height: 0;font-size: 0}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix {display: inline-table}
.clearfix {display: block}
.overflow {overflow: hidden}
.core1{ color:#e10314}
.corc30{color:#c30101}
.mart15{margin-top:15px}
*html .clearfix {height: 1%}
*+html .clearfix {min-height: 1%}
.block {display: block;overflow: hidden}
.hide {display: none}
.invisible {visibility: hidden}
body {font: 12px/150% Arial, Verdana, "微软雅黑";color:#0f0902;background:#f4f4f4;_background-image: url(about:blank);_background-attachment: fixed}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a:link,a:visited {text-decoration: none}
.eng{ font-family: Arial,Helvetica,sans-senif,SimSun,"微软雅黑"; font-size:12px; color:#0f0902; }

.w190{ width:190px; overflow:hidden}
.w775{ width:775px; overflow:hidden}
.w770{ width:770px;}
.w750{width:750px;}
/*特殊字体定义*/
/* 思源宋体 */
@font-face {
    font-family: "SourceHanSerifCN-Bold-2";
    src: url("../fonts/SourceHanSerifCN-Bold-2.eot"); /* IE9 */
    src: url("../fonts/SourceHanSerifCN-Bold-2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/SourceHanSerifCN-Bold-2.woff") format("woff"), /* chrome、firefox */
    url("../fonts/SourceHanSerifCN-Bold-2.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/SourceHanSerifCN-Bold-2.svg#SourceHanSerifCN-Bold-2") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

input::-ms-clear, input::-ms-reveal{
  display: none;  
}
input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}




/* 为破碎图象定义样式 */
/* img {  
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: auto;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 100%;
} */
/*CSS设计之页面滚动条出现时防止页面跳动的方法*/
/*html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}*/