html {
  font-family: "Microsoft YaHei";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-size: .16rem;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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;
}
[role="button"] {
  cursor: pointer;
}

html {
  font-size: 100px
}

@media screen and (max-width: 1593px) {
  html {
      font-size: 99.70393105px
  }
}

@media screen and (max-width: 1583px) {
  html {
      font-size: 99.21737215px
  }
}

@media screen and (max-width: 1573px) {
  html {
      font-size: 98.73942489999999px
  }
}

@media screen and (max-width: 1563px) {
  html {
      font-size: 98.2700893px
  }
}

@media screen and (max-width: 1553px) {
  html {
      font-size: 97.80936535000001px
  }
}

@media screen and (max-width: 1543px) {
  html {
      font-size: 97.3572531px
  }
}

@media screen and (max-width: 1533px) {
  html {
      font-size: 96.9137525px
  }
}

@media screen and (max-width: 1523px) {
  html {
      font-size: 96.47886355px
  }
}

@media screen and (max-width: 1513px) {
  html {
      font-size: 96.05258624999999px
  }
}

@media screen and (max-width: 1503px) {
  html {
      font-size: 95.63492065px
  }
}

@media screen and (max-width: 1493px) {
  html {
      font-size: 95.22586670000001px
  }
}

@media screen and (max-width: 1483px) {
  html {
      font-size: 94.8254244px
  }
}

@media screen and (max-width: 1473px) {
  html {
      font-size: 94.43359375px
  }
}

@media screen and (max-width: 1463px) {
  html {
      font-size: 94.05037480000001px
  }
}

@media screen and (max-width: 1453px) {
  html {
      font-size: 93.67576745px
  }
}

@media screen and (max-width: 1443px) {
  html {
      font-size: 93.30977185px
  }
}

@media screen and (max-width: 1433px) {
  html {
      font-size: 92.95238785000001px
  }
}

@media screen and (max-width: 1423px) {
  html {
      font-size: 92.6036155px
  }
}

@media screen and (max-width: 1413px) {
  html {
      font-size: 92.26345484999999px
  }
}

@media screen and (max-width: 1403px) {
  html {
      font-size: 91.93190584999999px
  }
}

@media screen and (max-width: 1393px) {
  html {
      font-size: 91.60896855000001px
  }
}

@media screen and (max-width: 1383px) {
  html {
      font-size: 91.29464284999999px
  }
}

@media screen and (max-width: 1373px) {
  html {
      font-size: 90.98892885px
  }
}

@media screen and (max-width: 1363px) {
  html {
      font-size: 90.6918265px
  }
}

@media screen and (max-width: 1353px) {
  html {
      font-size: 90.40333580000001px
  }
}

@media screen and (max-width: 1343px) {
  html {
      font-size: 90.12345679999999px
  }
}

@media screen and (max-width: 1333px) {
  html {
      font-size: 89.85218945px
  }
}

@media screen and (max-width: 1323px) {
  html {
      font-size: 89.58953375px
  }
}

@media screen and (max-width: 1313px) {
  html {
      font-size: 89.33548970000001px
  }
}

@media screen and (max-width: 1303px) {
  html {
      font-size: 89.09005730000001px
  }
}

@media screen and (max-width: 1293px) {
  html {
      font-size: 88.85323659999999px
  }
}

@media screen and (max-width: 1283px) {
  html {
      font-size: 88.62502755px
  }
}

@media screen and (max-width: 1273px) {
  html {
      font-size: 88.40543015px
  }
}

@media screen and (max-width: 1263px) {
  html {
      font-size: 88.19444445px
  }
}

@media screen and (max-width: 1253px) {
  html {
      font-size: 87.9920704px
  }
}

@media screen and (max-width: 1243px) {
  html {
      font-size: 87.79830799999999px
  }
}

@media screen and (max-width: 1233px) {
  html {
      font-size: 87.61315725px
  }
}

@media screen and (max-width: 1223px) {
  html {
      font-size: 87.43661814999999px
  }
}

@media screen and (max-width: 1213px) {
  html {
      font-size: 87.26869074999999px
  }
}

@media screen and (max-width: 1203px) {
  html {
      font-size: 87.109375px
  }
}

@media screen and (max-width: 1193px) {
  html {
      font-size: 86.9586709px
  }
}

@media screen and (max-width: 1183px) {
  html {
      font-size: 86.8165785px
  }
}

@media screen and (max-width: 1173px) {
  html {
      font-size: 86.6830977px
  }
}

@media screen and (max-width: 1163px) {
  html {
      font-size: 86.5582286px
  }
}

@media screen and (max-width: 1153px) {
  html {
      font-size: 86.4419712px
  }
}

@media screen and (max-width: 1143px) {
  html {
      font-size: 86.3343254px
  }
}

@media screen and (max-width: 1133px) {
  html {
      font-size: 86.2352913px
  }
}

@media screen and (max-width: 1123px) {
  html {
      font-size: 86.14486885px
  }
}

@media screen and (max-width: 1113px) {
  html {
      font-size: 86.06305805px
  }
}

@media screen and (max-width: 1103px) {
  html {
      font-size: 85.9898589px
  }
}

@media screen and (max-width: 1093px) {
  html {
      font-size: 85.92527145px
  }
}

@media screen and (max-width: 1083px) {
  html {
      font-size: 85.86929565px
  }
}

@media screen and (max-width: 1073px) {
  html {
      font-size: 85.8219315px
  }
}

@media screen and (max-width: 1063px) {
  html {
      font-size: 85.783179px
  }
}

@media screen and (max-width: 1053px) {
  html {
      font-size: 85.7530382px
  }
}

@media screen and (max-width: 1043px) {
  html {
      font-size: 83.19881013396645px
  }
}

@media screen and (max-width: 1033px) {
  html {
      font-size: 80.74553253795425px
  }
}

@media screen and (max-width: 1023px) {
  html {
      font-size: 78.35710652172894px
  }
}

@media screen and (max-width: 1013px) {
  html {
      font-size: 76.03191933313745px
  }
}

@media screen and (max-width: 1003px) {
  html {
      font-size: 73.76839678948095px
  }
}

@media screen and (max-width: 993px) {
  html {
      font-size: 73.02551263248718px
  }
}

@media screen and (max-width: 983px) {
  html {
      font-size: 72.28262847549341px
  }
}

@media screen and (max-width: 973px) {
  html {
      font-size: 71.53974431849964px
  }
}

@media screen and (max-width: 963px) {
  html {
      font-size: 70.79686016150588px
  }
}

@media screen and (max-width: 953px) {
  html {
      font-size: 70.05397600451212px
  }
}

@media screen and (max-width: 943px) {
  html {
      font-size: 69.31109184751837px
  }
}

@media screen and (max-width: 933px) {
  html {
      font-size: 68.56820769052462px
  }
}

@media screen and (max-width: 923px) {
  html {
      font-size: 67.82532353353086px
  }
}

@media screen and (max-width: 913px) {
  html {
      font-size: 67.0824393765371px
  }
}

@media screen and (max-width: 903px) {
  html {
      font-size: 66.33955521954333px
  }
}

@media screen and (max-width: 893px) {
  html {
      font-size: 65.59667106254956px
  }
}

@media screen and (max-width: 883px) {
  html {
      font-size: 64.8537869055558px
  }
}

@media screen and (max-width: 873px) {
  html {
      font-size: 64.11090274856203px
  }
}

@media screen and (max-width: 863px) {
  html {
      font-size: 63.36801859156826px
  }
}

@media screen and (max-width: 853px) {
  html {
      font-size: 62.62513443457449px
  }
}

@media screen and (max-width: 843px) {
  html {
      font-size: 61.882250277580724px
  }
}

@media screen and (max-width: 833px) {
  html {
      font-size: 61.13936612058696px
  }
}

@media screen and (max-width: 823px) {
  html {
      font-size: 60.396481963593196px
  }
}

@media screen and (max-width: 813px) {
  html {
      font-size: 59.65359780659943px
  }
}

@media screen and (max-width: 803px) {
  html {
      font-size: 58.91071364960566px
  }
}

@media screen and (max-width: 793px) {
  html {
      font-size: 58.167829492611894px
  }
}

@media screen and (max-width: 783px) {
  html {
      font-size: 57.424945335618126px
  }
}

@media screen and (max-width: 773px) {
  html {
      font-size: 56.682061178624366px
  }
}

@media screen and (max-width: 768px) {
  html {
      font-size: 50px;
  }
  body {
      font-family: "Microsoft YaHei";
      font-size: .32rem;
  }
}

@media screen and (max-width: 374px) {
  html{
      font-size: 43.75px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #3c763d;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f22727;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* 编距调整 */
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.fs0 {
  font-size: 0;
}

table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

div::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  border-radius: 6px;
}

div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1369c0;
}

div::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #eaeff3;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/************************************ 公共样式开始 ************************************/
/* 分页样式开始 */
.yj-page {
  text-align: center;
  margin: 20px 30px;
}

.yj-page span {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 28px;
  text-align: center;
}

.yj-page a {
  display: inline-block;
  padding-top: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #415569;
  font-size: 14px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
}

.yj-page a:hover {
  color: #fff;
  background-color: #1e84cb;
  text-decoration: none;
}

.yj-page .act {
  color: #fff;
  background-color: #1e84cb;
}

.yj-page .sy {
  width: 80px;
}

.yj-page .xy {
  width: 80px;
}
/* 分页样式结束 */
/* 轮播样式开始 */
/* -pagination 长方形- */
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  height: 10px;
  line-height: 10px;
  width: 100%;
  text-align: center;
}

.pagination .swiper-pagination-switch {
  display: inline-block;
  width: 54px;
  width: .54rem;
  height: 5px;
  margin-right: 5px;
  cursor: pointer;
  background: #1763CC;
  opacity: 0.3;

}

.pagination .swiper-active-switch {
  background: #1763CC;
  opacity: 1;
}
/* -pagination2 圆点的- */
.pagination2 {
  position: absolute;
  right: 10px;
  z-index: 20;
  bottom: 0px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: right;
}
.pagination2 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:50%;
  margin-right: 5px;
  cursor: pointer;
  background:#FFFFFF;
}

.pagination2 .swiper-active-switch {
  background: #1763CC;
  opacity: 1;
}
/* 轮播样式结束 */
/* 三线标题开始 */
.three-line-title {
  width: 100%;
  height: 50px;
  position: relative;
}

.three-line-title .center-con {
  text-align: center;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  color: #125DB2;
}

.three-line-title .line-con {
  width: 40%;
  height: 100%;
  line-height: 50px;
}

.three-line-title .line-con>span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.three-line-title .line-con>span span {
  display: block;
}

.three-line-title .line {
  margin-bottom: 6px;
}

.three-line-title .long-line {
  width: 100%;
  height: 2px;
  background: #125DB2;
}

.three-line-title .medium-line {
  width: 10%;
  height: 2px;
  background: rgba(18, 93, 178, 0.5);
}

.three-line-title .short-line {
  width: 5%;
  height: 2px;
  background: rgba(18, 93, 178, 0.25);
}

@media screen and (max-width: 1000px) {
  .three-line-title .center-con {
      font-size: 0.36rem;
  }
}

@media screen and (max-width: 1000px) {
  .three-line-title .line-con {
      width: 40%;
  }

  .three-line-title .center-con {
      width: 20%;
      font-size: 0.48rem;
  }
}

@media screen and (max-width: 750px) {
  .three-line-title .line {
      margin-bottom: 0.08rem;
  }

  .three-line-title .line-con {
      width: 35%;
  }

  .three-line-title .center-con {
      width: 30%;
      font-size: 0.46rem;
  }
}

/* -6个字开始- */
@media screen and (max-width: 1170px) {

  .three-line-title-6em.three-line-title .center-con {
      width: 25%;
  }

  .three-line-title-6em.three-line-title .line-con {
      width: 37%;
  }

}

@media screen and (max-width: 750px) {

  .three-line-title-6em.three-line-title .center-con {
      width: 40%;
      font-size: 30px;
  }

  .three-line-title-6em.three-line-title .line-con {
      width: 30%;
  }

}
@media screen and (max-width: 550px) {

  .three-line-title-6em.three-line-title .center-con {
      width: 40%;
      font-size: 18px;
  }

  .three-line-title-6em.three-line-title .line-con {
      width: 30%;
  }

}

@media screen and (max-width: 450px) {
  .three-line-title-6em.three-line-title .center-con {
      width: 42%;
  }

  .three-line-title-6em.three-line-title .line-con {
      width: 28%;
  }
}

@media screen and (max-width: 350px) {

  .three-line-title-6em.three-line-title .center-con {
      width: 45%;
  }

  .three-line-title-6em.three-line-title .line-con {
      width: 26%;
  }

}
/* -6个字结束- */
/* -8个字开始- */
/* @media screen and (min-width: 1250px) {
  .three-line-title-8em.three-line-title .center-con {
    width: 25%;
  }

  .three-line-title-8em.three-line-title .line-con {
    width: 37%;
  }
} */

@media screen and (min-width: 1033px) {
  .three-line-title-8em.three-line-title .center-con {
    font-size: 28px;
    width: 25%;
  }
  .three-line-title .line-con {
    width: 37%;
  }
}

@media screen and (max-width: 1033px) {
  .three-line-title-8em.three-line-title .center-con {
      font-size: 28px;
      width: 30%;
  }

  .three-line-title-8em.three-line-title .line-con {
      width: 35%;
  }

  .three-line-title-8em.three-line-title .line-con {
      width: 38%;
  }
}

@media screen and (max-width: 993px) {
  .three-line-title-8em.three-line-title .line-con {
      width: 33%;
  }

  .three-line-title-8em.three-line-title .center-con {
      width: 30%;
      font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .three-line-title-8em.three-line-title .center-con {
      width: 36%;
      font-size: 18px;
  }

  .three-line-title-8em.three-line-title .line-con {
      width: 31%;
  }

  .three-line-title-8em.three-line-title .center-con {
      width: 40%;
      font-size: 18px;
  }

  .three-line-title-8em.three-line-title .line-con {
      width: 30%;
  }
}

@media screen and (max-width: 450px) {
  .three-line-title-8em.three-line-title .line-con {
      width: 26.5%;
  }

  .three-line-title-8em.three-line-title .center-con {
      width: 45%;
  }
}

@media screen and (max-width: 350px) {

  .three-line-title-8em.three-line-title .center-con {
      width: 50%;
  }

  .three-line-title-8em.three-line-title .line-con {
      width: 24%;
  }
}
/* -8个字结束- */
/* 三线标题结束 */
/* 路径开始 */
.position-con {
  height: 53px;
  line-height: 53px;
  font-size: 13px;
  font-size: .13rem;
  color: #707070;
  margin-bottom: 0;
}

.position-con a {
  color: #707070;
}
@media screen and (max-width: 750px) {
  .current-location{
    display: none;
  }
}
/* 路径结束 */
/* header样式开始 */
.m-header {
  background: #125DB2;
}
.c-nav {
  width: 100%;
  height: 74px;
  background: #125DB2;
}

.c-nav .c-nav-con {
  height: 74px;
  font-size: 14px;
  color: #fbfbfb;
  position: relative;
  z-index: 99998;
}

.c-nav .a-link {
  color: #fbfbfb;
  float: left;
  margin-right: 15px;
  display: block;
  line-height: 74px;
  font-size: 14px;
  font-weight: 400;
}

.c-nav .bmjd-line {
  position: relative;
}

.c-nav .link-box {
  width: 800px;
  padding: 10px 20px;
  background: #fff;
  display: none;
  position: absolute;
  top: 74px;
  right: 0px;
  left: 0;
  overflow: hidden;
  opacity: 1;
  z-index: 99999;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

.c-nav .link-box .title {
  padding-bottom: 8px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  margin-top: 10px;
}

.c-nav .link-box .uls {
  width: auto;
  margin-top: 5px;
  overflow: hidden;
}

.c-nav .link-box .uls li {
  width: 140px;
  padding-right: 20px;
  float: left;
  font-size: 15px;
  line-height: 30px;
  display: block;

}

.c-nav .link-box .uls li a {
  margin-left: 0px;
  color: #333;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-nav .link-box .uls li a:hover {
  color: #125DB2;
}

.c-nav .bmjd-line:hover .link-box {
  display: block;
}


.index-img {
  width: 100%;
  height: auto;
  position: relative;
}

#swiper1 .swiper-slide {
  text-align: center;
  overflow: hidden;
}

#swiper1 .swiper-slide div {
  height: 480px;
  background-position: center center;
  overflow: hidden;
}

#swiper1 img {
  min-height: 480px;
  width: auto;
  display: block;
}

.index-img .mid {
  width: 436px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: auto;
  overflow: visible;
  z-index: 99;
  background: url(../images/mid-bg.png) no-repeat center;
}

.index-img .mid img {
  position: relative;
  top: -30px;
}

.m-header .word-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 138px;
  margin: auto;
  text-align: center;
  z-index: 999;
}

.m-header .word-logo .guohui {
  display: none;
  width: 97px;
  margin-right: 15px;
}

.m-header .word-logo .rmzf-img {
  width: 584px;
  height: auto;
}

.m-header .index-search {
  width: 456px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  z-index: 999;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-header .index-search input {
  height: 46px;
  width: 400px;
  margin-left: 10px;
  color: #333333;
  font-size: 18px;
  background: none;
}

.m-header input::-webkit-input-placeholder {
  color: #999999;
  font-size: 18px;
}

.m-header input::-moz-placeholder {
  color: #FFFFFF;
  font-size: 18px;
}

.m-header input::-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 18px;
}

.m-header .index-search div {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.m-header .index-search button {
  width: 46px;
  height: 46px;
  margin: 0;
  display: block;
  background: url(../images/icon/i-search.png) no-repeat center;
  background-color: #125DB2;
}

.m-header .c-img-word {
  margin-top: 10px;
  font-size: 0;
}

.m-header .c-img-word .rmzf-img {
  margin-left: 18px;
  width: 466px;
  height: auto;
}

.m-header .c-img-word>div {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.m-header .m-search {
  width: 380px;
  height: 103px;
  position: relative;
  float: right;
}

.m-header .m-search form {
  width: 380px;
  height: 44px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.m-header .m-search input {
  height: 44px;
  width: 326px;
  margin-left: 10px;
  line-height: 44px;
  font-size: 18px;
  color: #FFFFFF;
  background: none;
}

.m-header .m-search button {
  width: 44px;
  height: 44px;
  margin: 0;
  display: inline-block;
  background: url(../images/icon/i-search.png) no-repeat center;
}

.m-header .index-nav {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: #125DB2;
  border-bottom: 1px solid white;
  z-index: 999;
}

.m-header .index-nav .index-nav-con {
  height: 100%;
  color: #fbfbfb;
  font-size: 24px;
  position: relative;
}

.m-header .index-nav a {
  width: 12%;
  float: left;
  margin-right: 2%;
  display: block;
  color: #fbfbfb;
  text-align: center;
  font-size: 24px;
  font-weight: 550;
  text-decoration: none;
}

.m-header .index-nav a:hover {
  text-decoration: none;
}

.m-header .index-nav a.a08,
.m-header .index-nav a.a09 {
  display: none;
}

@media screen and (max-width: 1250px) {
  .c-nav .c-nav-con {
    width: 90%;
    margin: 0 5%;
  }
  .m-header .index-nav{
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .m-header .index-nav .index-nav-con {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }

  .m-header .index-nav a {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .index-img .mid {
    display: none;
  }

  .m-header .word-logo .guohui {
    display: inline-block;
  }

  .m-header .word-logo .rmzf-img {
    width: 466px;
    height: auto;
  }
}

@media screen and (max-width: 1050px) {
  .m-header .c-img-word>div {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .c-nav .a-surplus {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .m-header .word-logo {
    width: 96%;
    top: 15%;
  }

  .m-header .word-logo .guohui {
    width: 15.5%;
    margin-right: 2.5%;
    height: auto;
  }

  .m-header .word-logo .rmzf-img {
    width: 75%;
    height: auto;
  }

  .m-header .c-nav {
    display: none;
  }

  .m-header .index-search {
    height: 0.8rem;
    width: 80%;
    bottom: 15%;
  }

  #swiper1 {
    height: 5rem
  }

  #swiper1 .swiper-slide {
    text-align: center;
    overflow: hidden;
  }

  #swiper1 .swiper-slide div {
    height: 100%;
    background-size: cover;
  }

  .m-header .index-search input {
    width: 83%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 2%;
    font-size: 0.32rem;
  }

  .m-header .index-search div {
    width: 15%;
    height: 0.8rem;
  }

  .m-header input::-webkit-input-placeholder {
    line-height: 0.8rem;
    font-size: 0.32rem;
  }

  .m-header input::-moz-placeholder {
    line-height: 0.8rem;
    font-size: 0.32rem;
  }

  .m-header input::-ms-input-placeholder {
    line-height: 0.8rem;
    font-size: 0.32rem;
  }

  .m-header .index-search button {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .m-header .c-img-word {
    width: 92%;
    margin-top: 0;
    padding-top: 35px;
  }

  .m-header .c-img-con {
    width: 100%;
    text-align: center;
  }

  .m-header .c-img-word .guohui {
    width: 15.5%;
    margin-right: 2.5%;
    height: auto;
  }

  .m-header .c-img-word .rmzf-img {
    width: 75%;
    height: auto;
    margin: 0;
  }

  .m-header .c-img-word .m-search {
    width: 80%;
    height: 0.8rem;
    margin: 20px auto;
  }

  .m-header .m-search form {
    width: 100%;
    height: 0.8rem;
  }

  .m-header .m-search input {
    width: 83%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 2%;
    font-size: 0.32rem;
  }

  .m-header .m-search div {
    width: 15%;
    height: 0.8rem;
  }

  .m-header .m-search button {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .m-header .index-nav {
    height: auto;
    line-height: 1rem;
  }

  .m-header .index-nav a {
    font-size: 0.42rem;
    width: 33.3%;
    text-align: center;
    margin: 0;
  }

  .m-header .index-nav a.a08,
  .m-header .index-nav a.a09 {
    display: block;
  }
}
/* header样式结束 */

.display-inlineb-dot {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  margin: 0 .35rem .25rem 0;
}

.display-inlineb-dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background: #125DB2;
}
.display-inlineb-dot:hover{
  color: #125DB2;
}

.a-content .content-title {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}

.a-content .content-title .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.content-bar {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #999999;
  position: relative;
}

.content-bar .font-bar {
  width: 130px;
  text-align: center;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.content-bar .font-bar span {
  font-size: 16px;
  display: inline-block;
  width: 20%;
  cursor: pointer;
}

.content-bar .font-bar span.font-color {
  color: #1764CE;
}

.content-bar .info-bar {
  width: auto;
  text-align: center;
}

.content-bar .share-bar {
  width: 140px;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.content-bar .share-bar a img {
  cursor: pointer;
}

.content-bar .share-bar span {
  width: 36px;
  padding-right: 10px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .a-content .content-bar {
      height: auto;

  }

  .a-content .content-bar .info-bar {
      margin-bottom: 15px;
  }

  .a-content .content-bar .font-bar {
      position: inherit;
      float: left;
  }

  .a-content .content-bar .share-bar {
      position: inherit;
      float: right;
  }

  .article-content img {
      width: 100%;
      height: auto;
  }
}
/************************************ 公共样式结束 ************************************/



