@charset "UTF-8";
/*公共样式--开始*/
/* 复位样式 */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, strong, i, p, dl, dt, dd, form, label, input, button, select, option, textarea, table, th, td { margin: 0; padding: 0; }

/* 把所有盒子的盒模型转化为IE盒模型 */
* { box-sizing: border-box; }

html, body { overflow-x: hidden; max-width: 1920px; min-height: 100%; margin: 0 auto; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body { font-family: "微软雅黑"; /* 默认字体 微软雅黑 */ color: #333; /* 默认字体颜色 */ font-size: 16px; /* 默认字体大小 */ -webkit-font-smoothing: antialiased; /*文字抗锯齿*/ -moz-osx-font-smoothing: grayscale; /*文字抗锯齿*/ /* 浏览器双击选中文字 */ /* -moz-user-select: none; */ /*火狐*/ /* -webkit-user-select: none; */ /*webkit浏览器*/ /* -ms-user-select: none; */ /*IE10*/ /* -khtml-user-select: none; */ /*早期浏览器*/ /* user-select: none; */ }

h1, h2, h3, h4, h5, h6 { /* 标题标签清除默认样式 */ font-weight: normal; font-size: inherit; }

ul, ol { list-style: none; }

i { font-style: normal; display: inline-block; }

img { border: none; max-width: 100%; max-height: 100%; vertical-align: middle; }

a { text-decoration: none; display: block; color: inherit; }

table { table-layout: fixed; border-collapse: collapse; }

input, textarea, button { border: none; outline: none; color: inherit; font-size: 14px; background: none; font-family: inherit; outline: none; }

textarea { resize: none; overflow: auto; }

/* 去除input默认样式 */
input { -webkit-appearance: none; }

input { background: none; outline: none; border: none; }

a, button, input, optgroup, select, textarea { /* 移动端点击后会出现"暗色"的背景 */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input::-ms-clear { display: none; }

/* 去除IE浏览器器下输入框叉叉 */
input::-ms-reveal { display: none; }

/* 去除IE浏览器器下输入框叉叉 */
input:-internal-autofill-previewed, input:-internal-autofill-selected { -webkit-text-fill-color: #999 !important; transition: background-color 99999999s ease-in-out 0s !important; }

input, textarea { -webkit-appearance: none; }

/*浏览器低版本提示*/
/* 浏览器低版本提示 START */
#browser_mask { background-color: #000; background: rgba(0, 0, 0, 0.7); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); z-index: 1000000000; position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: none; }

#browser_hint { z-index: 9999999999; position: absolute; display: none; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

#browser_hint #browser_container .explain { width: 800px; color: #555; margin: 0 auto; position: absolute; text-align: center; background: #fff; left: 50%; top: 50%; padding: 50px; margin-top: -150px; margin-left: -450px; }

#browser_hint #browser_container .explain .explain_title { font-size: 22px; font-weight: bold; }

#browser_hint #browser_container .explain .explain_title span { color: red; }

#browser_hint #browser_container .explain .explain_list { margin-top: 40px; overflow: hidden; }

#browser_hint #browser_container .explain .item { width: 110px; margin: 0 20px; text-align: center; display: inline-block; }

#browser_hint #browser_container .explain .item .item_icon { width: 100px; height: 100px; margin: 0 auto; border-radius: 50%; line-height: 100px; box-sizing: content-box; background: #66CC66; font-weight: bold; font-size: 22px; color: #fff; cursor: pointer; }

#browser_hint #browser_container .explain .item .item_text { font-size: 16px; margin-top: 10px; color: #555; }

/* 浏览器低版本提示 END */
/* 清除浮动 */
.clear_float::after { content: ' '; display: block; clear: both; }

/* 浮动 */
.float_left { float: left; }

.float_right { float: right; }

/* 字体图标 */
.iconfont { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }

/* 背景图 */
.background_img { background-size: cover; background-repeat: no-repeat; background-position: center center; }

/* 图片居中 */
.picture_container { position: relative; overflow: hidden; background: none; }

.picture_container img { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

[class*=animate_] { /* 动画时间，动画开始前的状态 */ -webkit-animation-duration: 1.2s; -moz-animation-duration: 1.2s; -o-animation-duration: 1.2s; animation-duration: 1.2s; opacity: 0; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.bgcolor { background-color: #f8f8f8; }

.oneText { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.details a { display: inline; }

.flex { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.flex_center, .crumbs .center .item a { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex_column { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; -o-justify-content: flex-end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -o-align-items: flex-end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }

.fl { float: left; }

.fr { float: right; }

.tc { text-align: center; }

.show { display: block; }

.hide { display: none; }

.picture_scale { position: relative; overflow: hidden; }

.picture_scale:hover img { -o-transform: translate3d(0, 0, 0) scale(1.1); -moz-transform: translate3d(0, 0, 0) scale(1.1); -webkit-transform: translate3d(0, 0, 0) scale(1.1); transform: translate3d(0, 0, 0) scale(1.1); }

.transition { -o-transition: all, 0.3s; -moz-transition: all, 0.3s; -webkit-transition: all, 0.3s; transition: all, 0.3s; }

/* 小于一定尺寸时显示将要隐藏的内容 */
@media screen and (max-width: 320px) { html { overflow-x: auto; width: 320px; } }
@media screen and (max-width: 1420px) { .center { padding: 0 20px; } }

/* 居中标签 */
.center { width: 1400px; margin: 0 auto; }

/* 分页 */
.paging { margin-top: 60px; position: relative; }

.paging a { color: #888888; margin: 0 5px; width: 34px; color: #888888; height: 34px; line-height: 34px; text-align: center; background: #ffffff; border: solid 1px #eeeeee; }

.paging a.active { background: #e5322c; border-color: #e5322c; color: #fff; }

.paging a:not(.noPage):hover { background: #e5322c; border-color: #e5322c; color: #fff; }

.paging .page { width: 34px; }

.paging .prevPage, .paging .nextPage { width: auto; padding: 0 10px; }

.paging .firstPage, .paging .lastPage { width: auto; padding: 0 17px; }

.paging .noPage { opacity: 0.5; cursor: default; }

/* 点击加载更多 */
.loadData { text-align: center; }

.loadData a { position: relative; display: none; width: 200px; height: 60px; line-height: 60px; background: #e5322c; color: #ffffff; letter-spacing: 1px; margin: 0 auto; }

.loadData .loading { background: #e5322c; color: #eee; }

.loadData .loading span { display: inline-block; font-size: 20px; margin-left: 5px; -webkit-transform: translateY(2px); transform: translateY(2px); -webkit-animation: loading_move 1s infinite; animation: loading_move 1s infinite linear; }

.loadData .loadEnd { background: #eee; color: #999; cursor: default; }

.loadData .active { display: block; }

.loadData .loadStart:hover { background: #999999; color: #fff; }

@-webkit-keyframes loading_move { 0% { -webkit-transform: translateY(2px) rotate(0deg); }
  100% { -webkit-transform: translateY(2px) rotate(360deg); } }

@keyframes loading_move { 0% { transform: translateY(2px) rotate(0deg); }
  100% { transform: translateY(2px) rotate(360deg); } }

/* crumbs START */
.crumbs { height: 50px; background-color: #ffffff; border-bottom: 1px solid #eee; }

.crumbs .center .monu .line { position: relative; height: 100%; line-height: 50px; font-size: 14px; text-align: center; -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.crumbs .center .monu .line:not(:first-child) { margin-left: 50px; }

.crumbs .center .monu .line:hover:after, .crumbs .center .monu .line.active:after { width: 60px; }

.crumbs .center .monu .line:after { content: " "; position: absolute; left: 50%; bottom: -1px; width: 0; height: 2px; background-color: #e5322c; -o-transform: translate3d(-50%, 0, 0); -moz-transform: translate3d(-50%, 0, 0); -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }

.crumbs .center .item { position: relative; line-height: 50px; color: #777777; font-size: 14px; }

.crumbs .center .item a { z-index: 10; position: relative; -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.crumbs .center .item a:hover { color: #e5322c; }

.crumbs .center .item .active { color: #e5322c; }

.crumbs .center .item .icon-prev { font-size: 12px; margin: 0 5px; }

.crumbs .center .item .icon-index1 { color: #e5322c; font-size: 14px; margin-right: 10px; }

.crumbs.fixed { position: fixed; top: 170px; width: 100%; left: 0; right: 0; margin: auto; z-index: 100; box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018); }

.mobile_crumbs { display: none; position: relative; }

.mobile_crumbs .crumbs_top { line-height: 40px; border-bottom: 1px solid #eee; }

.mobile_crumbs .crumbs_bottom { position: absolute; top: 40px; left: 0; right: 0; background-color: #fff; z-index: 5; display: none; box-shadow: 0 5px 5px 5px #fafafa; }

.mobile_crumbs .crumbs_bottom .line { line-height: 46px; }

.mobile_crumbs .crumbs_bottom .line.active { color: #e5322c; }

/* crumbs END */
/* 详情页切换 */
.switch { color: #888888; overflow: hidden; margin-top: 40px; }

.switch a span { -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.switch a:hover span { color: #e5322c; }

.xg_recovery {
  /******/
}
.xg_recovery * {
  box-sizing: initial;
}
.xg_recovery li {
  display: list-item;
}
.xg_recovery table {
  display: table;
}
.xg_recovery tr {
  display: table-row;
}
.xg_recovery thead {
  display: table-header-group;
}
.xg_recovery tbody {
  display: table-row-group;
}
.xg_recovery tfoot {
  display: table-footer-group;
}
.xg_recovery col {
  display: table-column;
}
.xg_recovery colgroup {
  display: table-column-group;
}
.xg_recovery td,
.xg_recovery th {
  display: table-cell;
}
.xg_recovery caption {
  display: table-caption;
}
.xg_recovery th {
  font-weight: bolder;
  text-align: center;
}
.xg_recovery caption {
  text-align: center;
}
.xg_recovery body {
  margin: 8px;
  line-height: 1.12;
}
.xg_recovery html,
.xg_recovery address,
.xg_recovery blockquote,
.xg_recovery body,
.xg_recovery dd,
.xg_recovery div,
.xg_recovery dl,
.xg_recovery dt,
.xg_recovery fieldset,
.xg_recovery form,
.xg_recovery frame,
.xg_recovery frameset,
.xg_recovery h1,
.xg_recovery h2,
.xg_recovery h3,
.xg_recovery h4,
.xg_recovery h5,
.xg_recovery h6,
.xg_recovery noframes,
.xg_recovery ol,
.xg_recovery p,
.xg_recovery ul,
.xg_recovery center,
.xg_recovery dir,
.xg_recovery hr,
.xg_recovery menu,
.xg_recovery pre {
  display: block;
}
.xg_recovery h4,
.xg_recovery p,
.xg_recovery blockquote,
.xg_recovery ul,
.xg_recovery fieldset,
.xg_recovery form,
.xg_recovery ol,
.xg_recovery dl,
.xg_recovery dir,
.xg_recovery menu {
  margin: 1.12em 0;
}
.xg_recovery h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.xg_recovery h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.xg_recovery h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.xg_recovery h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.xg_recovery h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.xg_recovery h1,
.xg_recovery h2,
.xg_recovery h3,
.xg_recovery h4,
.xg_recovery h5,
.xg_recovery h6,
.xg_recovery b,
.xg_recovery strong {
  font-weight: bolder;
}
.xg_recovery blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.xg_recovery i,
.xg_recovery cite,
.xg_recovery em,
.xg_recovery var,
.xg_recovery address {
  font-style: italic;
}
.xg_recovery pre,
.xg_recovery tt,
.xg_recovery code,
.xg_recovery kbd,
.xg_recovery samp {
  font-family: monospace;
}
.xg_recovery pre {
  white-space: pre;
}
.xg_recovery button,
.xg_recovery textarea,
.xg_recovery input,
.xg_recovery object,
.xg_recovery select,
.xg_recovery a {
  display: inline-block;
}
.xg_recovery big {
  font-size: 1.17em;
}
.xg_recovery small,
.xg_recovery sub,
.xg_recovery sup {
  font-size: 0.83em;
}
.xg_recovery sub {
  vertical-align: sub;
}
.xg_recovery sup {
  vertical-align: super;
}
.xg_recovery table {
  border-spacing: 2px;
}
.xg_recovery thead,
.xg_recovery tbody,
.xg_recovery tfoot {
  vertical-align: middle;
}
.xg_recovery td,
.xg_recovery th {
  vertical-align: inherit;
}
.xg_recovery s,
.xg_recovery strike,
.xg_recovery del {
  text-decoration: line-through;
}
.xg_recovery hr {
  border: 1px inset;
}
.xg_recovery ol,
.xg_recovery ul,
.xg_recovery dir,
.xg_recovery menu,
.xg_recovery dd {
  margin-left: 40px;
}
.xg_recovery ol {
  list-style-type: decimal;
}
.xg_recovery ol ul,
.xg_recovery ul ol,
.xg_recovery ul ul,
.xg_recovery ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.xg_recovery u,
.xg_recovery ins {
  text-decoration: underline;
}
.xg_recovery br:before {
  content: "\A";
}
.xg_recovery :before,
.xg_recovery :after {
  white-space: pre-line;
}
.xg_recovery center {
  text-align: center;
}
.xg_recovery abbr,
.xg_recovery acronym {
  font-variant: small-caps;
  letter-spacing: 0.1em;
}
.xg_recovery :link,
.xg_recovery :visited {
  text-decoration: underline;
}
.xg_recovery :focus {
  outline: thin dotted invert;
}
@media print {
  .xg_recovery h1 {
    page-break-before: always;
  }
  .xg_recovery h1,
  .xg_recovery h2,
  .xg_recovery h3,
  .xg_recovery h4,
  .xg_recovery h5,
  .xg_recovery h6 {
    page-break-after: avoid;
  }
  .xg_recovery ul,
  .xg_recovery ol,
  .xg_recovery dl {
    page-break-before: avoid;
  }
}
.xg_recovery BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.xg_recovery BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.xg_recovery *[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
.xg_recovery *[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.xg_recovery a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
.xg_recovery ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.xg_recovery li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.xg_recovery ol {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.xg_recovery h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.xg_recovery h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.xg_recovery h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.xg_recovery h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.xg_recovery h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.xg_recovery h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.xg_recovery p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

