@charset "UTF-8";
.visible-md,
.visible-md-up,
.visible-md-down,
.visible-lg,
.visible-lg-up,
.visible-lg-down,
.visible-xl,
.visible-xl-up,
.visible-xl-down {
  display: none;
}

@media (max-width: 1279px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: 1280px) and (max-width: 1499px) {
  .visible-lg {
    display: block;
  }
}

@media (min-width: 1500px) {
  .visible-xl {
    display: block;
  }
}

@media (min-width: 1279px) {
  .visible-md-up {
    display: block;
  }
}

@media (min-width: 1499px) {
  .visible-lg-up {
    display: block;
  }
}

@media (max-width: 1280px) {
  .visible-lg-down {
    display: block;
  }
}

@media (max-width: 1500px) {
  .visible-xl-down {
    display: block;
  }
}

@media (max-width: 1279px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1280px) and (max-width: 1499px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1500px) {
  .hidden-xl {
    display: none;
  }
}

@media (min-width: 1279px) {
  .hidden-md-up {
    display: none;
  }
}

@media (min-width: 1499px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1280px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (max-width: 1500px) {
  .hidden-xl-down {
    display: none;
  }
}

.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block;
  }
  .hidden-print {
    display: none;
  }
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-indent {
  text-indent: 2em;
}

.text-primary {
  color: #267;
}

.text-success {
  color: #7b0;
}

.text-info {
  color: #39d;
}

.text-warning {
  color: #f80;
}

.text-danger {
  color: #d33;
}

.bg-primary {
  background-color: #278;
  color: #fff;
  padding: 1em;
}

.bg-success {
  background-color: #dff0d8;
  color: #006400;
  padding: 1em;
}

.bg-info {
  background-color: #d9edf7;
  color: #4682b4;
  padding: 1em;
}

.bg-warning {
  background-color: #fcf8e3;
  color: #a0522d;
  padding: 1em;
}

.bg-danger {
  background-color: #f2dede;
  color: #b22222;
  padding: 1em;
}

.m-t {
  margin-top: 15px !important;
}

.m-t-sm {
  margin-top: 10px !important;
}

.m-t-md {
  margin-top: 20px !important;
}

.m-t-lg {
  margin-top: 35px !important;
}

.m-t-xl {
  margin-top: 60px !important;
}

.m-r {
  margin-right: 15px !important;
}

.m-r-sm {
  margin-right: 10px !important;
}

.m-r-md {
  margin-right: 20px !important;
}

.m-r-lg {
  margin-right: 35px !important;
}

.m-r-xl {
  margin-right: 60px !important;
}

.m-b {
  margin-bottom: 15px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-b-lg {
  margin-bottom: 35px !important;
}

.m-b-xl {
  margin-bottom: 60px !important;
}

.m-l {
  margin-left: 15px !important;
}

.m-l-sm {
  margin-left: 10px !important;
}

.m-l-md {
  margin-left: 20px !important;
}

.m-l-lg {
  margin-left: 35px !important;
}

.m-l-xl {
  margin-left: 60px !important;
}

.m-n {
  margin: 0 !important;
}

.p-t {
  padding-top: 15px !important;
}

.p-t-sm {
  padding-top: 10px !important;
}

.p-t-md {
  padding-top: 20px !important;
}

.p-t-lg {
  padding-top: 35px !important;
}

.p-t-xl {
  padding-top: 60px !important;
}

.p-r {
  padding-right: 15px !important;
}

.p-r-sm {
  padding-right: 10px !important;
}

.p-r-md {
  padding-right: 20px !important;
}

.p-r-lg {
  padding-right: 35px !important;
}

.p-r-xl {
  padding-right: 60px !important;
}

.p-b {
  padding-bottom: 15px !important;
}

.p-b-sm {
  padding-bottom: 10px !important;
}

.p-b-md {
  padding-bottom: 20px !important;
}

.p-b-lg {
  padding-bottom: 35px !important;
}

.p-b-xl {
  padding-bottom: 60px !important;
}

.p-l {
  padding-left: 15px !important;
}

.p-l-sm {
  padding-left: 10px !important;
}

.p-l-md {
  padding-left: 20px !important;
}

.p-l-lg {
  padding-left: 35px !important;
}

.p-l-xl {
  padding-left: 60px !important;
}

.p-n {
  padding: 0 !important;
}

.badge {
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
  background-color: #eee;
  color: #267;
}

.badge-primary {
  background-color: #267;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}

.badge-success {
  background-color: #7b0;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}

.badge-info {
  background-color: #39d;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}

.badge-warning {
  background-color: #f80;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}

.badge-danger {
  background-color: #d33;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}

.badge-notification {
  border-radius: 1em !important;
}

html {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
}

html,
body {
  margin: 0;
}

img,
a {
  border: none;
}

a {
  text-decoration: none;
  color: #181818;
}

a:hover {
  color: #098;
}

::selection {
  background: #ffa;
  color: #121212;
  text-shadow: none;
}

code {
  color: #a00;
  background: #fee;
  padding: 2px 5px;
  line-height: 1em;
  margin: 0 3px;
  display: inline-block;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  margin: 0.5em 0;
  font-weight: normal;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

hr {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-color: #ddd;
}

p {
  line-height: 1.8em;
  margin: 1em 0 1.5em 0;
}

sub,
sup {
  font-size: 12px;
}

small {
  font-size: 70%;
  color: #565656;
}

ul,
ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

ul li,
ol li {
  line-height: 1.8em;
}

.list-unstyled {
  list-style: none;
  padding: 0;
}

dl,
dl.dl-horizontal {
  margin: 1em 0;
  line-height: 1.8em;
}

dl dt,
dl.dl-horizontal dt {
  font-weight: bold;
}

dl dd,
dl.dl-horizontal dd {
  margin: 0;
}

dl.dl-horizontal dt {
  width: 160px;
  float: left;
}

dl.dl-horizontal dd {
  padding-left: 190px;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  box-sizing: border-box;
}

img.img-rounded {
  border-radius: 3px;
}

img.img-circle {
  border-radius: 50%;
}

img.img-thumbnail {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}

img.img-preserve {
  max-width: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (max-width: 1499px) {
  .container {
    width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1279px) {
  .container {
    width: 1020px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container:before,
.container:after {
  content: ' ';
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row:before,
.row:after {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}

@media (max-width: 1499px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 1279px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 1500px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.col-md-1-12 {
  width: 8.33333%;
}

.col-md-2-12 {
  width: 16.66667%;
}

.col-md-3-12 {
  width: 25%;
}

.col-md-4-12 {
  width: 33.33333%;
}

.col-md-5-12 {
  width: 41.66667%;
}

.col-md-6-12 {
  width: 50%;
}

.col-md-7-12 {
  width: 58.33333%;
}

.col-md-8-12 {
  width: 66.66667%;
}

.col-md-9-12 {
  width: 75%;
}

.col-md-10-12 {
  width: 83.33333%;
}

.col-md-11-12 {
  width: 91.66667%;
}

.col-md-12-12 {
  width: 100%;
}

.col-md-1-12,
.col-md-2-12,
.col-md-3-12,
.col-md-4-12,
.col-md-5-12,
.col-md-6-12,
.col-md-7-12,
.col-md-8-12,
.col-md-9-12,
.col-md-10-12,
.col-md-11-12,
.col-md-12-12 {
  float: left;
}

@media (min-width: 1280px) {
  .col-lg-1-12 {
    width: 8.33333%;
  }
  .col-lg-2-12 {
    width: 16.66667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.33333%;
  }
  .col-lg-5-12 {
    width: 41.66667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.33333%;
  }
  .col-lg-8-12 {
    width: 66.66667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.33333%;
  }
  .col-lg-11-12 {
    width: 91.66667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-12,
  .col-lg-2-12,
  .col-lg-3-12,
  .col-lg-4-12,
  .col-lg-5-12,
  .col-lg-6-12,
  .col-lg-7-12,
  .col-lg-8-12,
  .col-lg-9-12,
  .col-lg-10-12,
  .col-lg-11-12,
  .col-lg-12-12 {
    float: left;
  }
}

@media (min-width: 1500px) {
  .col-xl-1-12 {
    width: 8.33333%;
  }
  .col-xl-2-12 {
    width: 16.66667%;
  }
  .col-xl-3-12 {
    width: 25%;
  }
  .col-xl-4-12 {
    width: 33.33333%;
  }
  .col-xl-5-12 {
    width: 41.66667%;
  }
  .col-xl-6-12 {
    width: 50%;
  }
  .col-xl-7-12 {
    width: 58.33333%;
  }
  .col-xl-8-12 {
    width: 66.66667%;
  }
  .col-xl-9-12 {
    width: 75%;
  }
  .col-xl-10-12 {
    width: 83.33333%;
  }
  .col-xl-11-12 {
    width: 91.66667%;
  }
  .col-xl-12-12 {
    width: 100%;
  }
  .col-xl-1-12,
  .col-xl-2-12,
  .col-xl-3-12,
  .col-xl-4-12,
  .col-xl-5-12,
  .col-xl-6-12,
  .col-xl-7-12,
  .col-xl-8-12,
  .col-xl-9-12,
  .col-xl-10-12,
  .col-xl-11-12,
  .col-xl-12-12 {
    float: left;
  }
}

.col-xl-12-12,
.col-xl-11-12,
.col-xl-10-12,
.col-xl-9-12,
.col-xl-8-12,
.col-xl-7-12,
.col-xl-6-12,
.col-xl-5-12,
.col-xl-4-12,
.col-xl-3-12,
.col-xl-2-12,
.col-lg-12-12,
.col-lg-11-12,
.col-lg-10-12,
.col-lg-9-12,
.col-lg-8-12,
.col-lg-7-12,
.col-lg-6-12,
.col-lg-5-12,
.col-lg-4-12,
.col-lg-3-12,
.col-lg-2-12,
.col-md-12-12,
.col-md-11-12,
.col-md-10-12,
.col-md-9-12,
.col-md-8-12,
.col-md-7-12,
.col-md-6-12,
.col-md-5-12,
.col-md-4-12,
.col-md-3-12,
.col-md-2-12 {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 1499px) {
  .col-xl-12-12,
  .col-xl-11-12,
  .col-xl-10-12,
  .col-xl-9-12,
  .col-xl-8-12,
  .col-xl-7-12,
  .col-xl-6-12,
  .col-xl-5-12,
  .col-xl-4-12,
  .col-xl-3-12,
  .col-xl-2-12,
  .col-lg-12-12,
  .col-lg-11-12,
  .col-lg-10-12,
  .col-lg-9-12,
  .col-lg-8-12,
  .col-lg-7-12,
  .col-lg-6-12,
  .col-lg-5-12,
  .col-lg-4-12,
  .col-lg-3-12,
  .col-lg-2-12,
  .col-md-12-12,
  .col-md-11-12,
  .col-md-10-12,
  .col-md-9-12,
  .col-md-8-12,
  .col-md-7-12,
  .col-md-6-12,
  .col-md-5-12,
  .col-md-4-12,
  .col-md-3-12,
  .col-md-2-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1279px) {
  .col-xl-12-12,
  .col-xl-11-12,
  .col-xl-10-12,
  .col-xl-9-12,
  .col-xl-8-12,
  .col-xl-7-12,
  .col-xl-6-12,
  .col-xl-5-12,
  .col-xl-4-12,
  .col-xl-3-12,
  .col-xl-2-12,
  .col-lg-12-12,
  .col-lg-11-12,
  .col-lg-10-12,
  .col-lg-9-12,
  .col-lg-8-12,
  .col-lg-7-12,
  .col-lg-6-12,
  .col-lg-5-12,
  .col-lg-4-12,
  .col-lg-3-12,
  .col-lg-2-12,
  .col-md-12-12,
  .col-md-11-12,
  .col-md-10-12,
  .col-md-9-12,
  .col-md-8-12,
  .col-md-7-12,
  .col-md-6-12,
  .col-md-5-12,
  .col-md-4-12,
  .col-md-3-12,
  .col-md-2-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1500px) {
  .col-xl-12-12,
  .col-xl-11-12,
  .col-xl-10-12,
  .col-xl-9-12,
  .col-xl-8-12,
  .col-xl-7-12,
  .col-xl-6-12,
  .col-xl-5-12,
  .col-xl-4-12,
  .col-xl-3-12,
  .col-xl-2-12,
  .col-lg-12-12,
  .col-lg-11-12,
  .col-lg-10-12,
  .col-lg-9-12,
  .col-lg-8-12,
  .col-lg-7-12,
  .col-lg-6-12,
  .col-lg-5-12,
  .col-lg-4-12,
  .col-lg-3-12,
  .col-lg-2-12,
  .col-md-12-12,
  .col-md-11-12,
  .col-md-10-12,
  .col-md-9-12,
  .col-md-8-12,
  .col-md-7-12,
  .col-md-6-12,
  .col-md-5-12,
  .col-md-4-12,
  .col-md-3-12,
  .col-md-2-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.collapse > div {
  padding-left: 0;
  padding-right: 0;
}

.row.gutter-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row.gutter-sm > div {
  padding-left: 10px;
  padding-right: 10px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

table > tfoot {
  font-style: italic;
  color: #888;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-unstyled {
  border: none;
}

.table-unstyled > thead > tr > th,
.table-unstyled > thead > tr > td,
.table-unstyled > tbody > tr > th,
.table-unstyled > tbody > tr > td,
.table-unstyled > tfoot > tr > th,
.table-unstyled > tfoot > tr > td {
  border: none;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 0.5em;
}

.table-striped tbody > tr:nth-of-type(odd) {
  background: #fafafa;
}

.table-hover tbody > tr:hover {
  background: #f2f2f2;
}

.btn {
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  word-spacing: normal;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 2px;
}

.btn {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  color: #333;
}

.btn:hover {
  color: #333;
}

.btn:hover,
.btn.active {
  background: white;
  border: 1px solid #e9e9e9;
}

.btn-primary {
  background: #267;
  border: 1px solid #115566;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
}

.btn-primary:hover,
.btn-primary.active {
  background: #337788;
  border: 1px solid #195d6e;
}

.btn-success {
  background: #7b0;
  border: 1px solid #66aa00;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
}

.btn-success:hover,
.btn-success.active {
  background: #88cc11;
  border: 1px solid #6eb200;
}

.btn-info {
  background: #39d;
  border: 1px solid #2288cc;
  color: #fff;
}

.btn-info:hover {
  color: #fff;
}

.btn-info:hover,
.btn-info.active {
  background: #44aaee;
  border: 1px solid #2a90d4;
}

.btn-warning {
  background: #f80;
  border: 1px solid #ee7700;
  color: #fff;
}

.btn-warning:hover {
  color: #fff;
}

.btn-warning:hover,
.btn-warning.active {
  background: #ff9911;
  border: 1px solid #f67f00;
}

.btn-danger {
  background: #d33;
  border: 1px solid #cc2222;
  color: #fff;
}

.btn-danger:hover {
  color: #fff;
}

.btn-danger:hover,
.btn-danger.active {
  background: #ee4444;
  border: 1px solid #d42a2a;
}

.btn-xs {
  font-size: 14px;
  padding: 1px 5px;
}

.btn-sm {
  font-size: 14px;
  padding: 5px 10px;
}

.btn-md {
  font-size: 24px;
}

.btn-lg {
  font-size: 32px;
}

button[disabled],
button[disabled]:hover {
  color: #aaa;
  background-color: #eee;
  border-color: #ddd;
  cursor: not-allowed;
}

.btn-group:before,
.btn-group:after {
  content: ' ';
  display: table;
}

.btn-group:after {
  clear: both;
}

.btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
  margin-right: -1px;
  float: left;
}

.btn-group .btn:first-child {
  margin-left: 0;
  border-radius: 2px 0 0 2px;
}

.btn-group .btn:last-child {
  margin-right: 0;
  border-radius: 0 2px 2px 0;
}

input[type='text'] {
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  vertical-align: middle;
  word-spacing: normal;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  color: #666666;
}

input[type='text']:focus {
  box-shadow: 0 0 0.5em #bfbfbf;
  outline: 0;
}

.input-group {
  display: table;
  border-collapse: collapse;
}

.input-group input[type='text'],
.input-group .input-group-btn {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
}

.input-group input[type='text'] {
  width: 100%;
}

.input-group input[type='text']:first-child {
  border-radius: 2px 0 0 2px;
}

.input-group input[type='text']:last-child {
  border-radius: 0 2px 2px 0;
}

.input-group .btn-group {
  display: table-cell;
  word-spacing: normal;
  width: 1%;
  vertical-align: middle;
}

.input-group .btn-group .btn {
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0;
  z-index: 2;
  position: relative;
}

.input-group .btn-group:first-child .btn {
  border-radius: 2px 0 0 2px;
  margin-right: -1px;
  margin-left: 0;
}

.input-group .btn-group:last-child .btn {
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
  margin-right: 0;
}

[class^='icon-'],[class*=' icon-']{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-up:before{content:'\e901'}.icon-arrow-down:before{content:'\e900'}.icon-arrow-left:before{content:'\e904'}.icon-arrow-right:before{content:'\e905'}.icon-arrow-to-top:before{content:'\e906'}.icon-window-minimize:before{content:'\e92a'}.icon-times:before{content:'\e908'}.icon-clone:before{content:'\e92b'}.icon-redo:before{content:'\e907'}.icon-spinner:before{content:'\e92c'}.icon-circle-notch:before{content:'\e92d'}.icon-spinner-third:before{content:'\e92e'}.icon-search:before{content:'\e903'}.icon-map-marker:before{content:'\e909'}.icon-info:before{content:'\e90a'}.icon-question:before{content:'\e90b'}.icon-exclamation-triangle:before{content:'\e92f'}.icon-clock:before{content:'\e90c'}.icon-star:before{content:'\e90d'}.icon-share:before{content:'\e902'}.icon-heart:before{content:'\e90e'}.icon-eye:before{content:'\e930'}.icon-comment:before{content:'\e931'}.icon-comments:before{content:'\e932'}.icon-check-circle:before{content:'\e933'}.icon-check:before{content:'\e934'}.icon-code:before{content:'\e935'}.icon-terminal:before{content:'\e936'}.icon-bars:before{content:'\e926'}.icon-thumbs-up:before{content:'\e937'}.icon-thumbs-down:before{content:'\e938'}.icon-quote-left:before{content:'\e939'}.icon-quote-right:before{content:'\e93a'}.icon-award:before{content:'\e93b'}.icon-comment-alt-slash:before{content:'\e93c'}.icon-tag:before{content:'\e90f'}.icon-tags:before{content:'\e910'}.icon-bookmark:before{content:'\e927'}.icon-file-alt:before{content:'\e93d'}.icon-desktop:before{content:'\e911'}.icon-mobile:before{content:'\e93e'}.icon-mobile-alt:before{content:'\e93f'}.icon-chart-line:before{content:'\e940'}.icon-chart-line-down:before{content:'\e941'}.icon-chart-bar:before{content:'\e942'}.icon-chart-area:before{content:'\e943'}.icon-sitemap:before{content:'\e944'}.icon-image:before{content:'\e945'}.icon-images:before{content:'\e946'}.icon-address-card:before{content:'\e947'}.icon-barcode-read:before{content:'\e948'}.icon-qrcode:before{content:'\e912'}.icon-ellipsis-v:before{content:'\e949'}.icon-ellipsis-h:before{content:'\e94a'}.icon-play:before{content:'\e913'}.icon-pause:before{content:'\e914'}.icon-step-backward:before{content:'\e915'}.icon-step-forward:before{content:'\e916'}.icon-repeat:before{content:'\e917'}.icon-random:before{content:'\e918'}.icon-compress-wide:before{content:'\e919'}.icon-expand:before{content:'\e91a'}.icon-volume:before{content:'\e91b'}.icon-volume-mute:before{content:'\e91c'}.icon-microphone-slash:before{content:'\e91d'}.icon-microphone:before{content:'\e91e'}.icon-headphones:before{content:'\e91f'}.icon-volume-up:before{content:'\e920'}.icon-volume-slash:before{content:'\e921'}.icon-backward:before{content:'\e922'}.icon-forward:before{content:'\e923'}.icon-fast-backward:before{content:'\e925'}.icon-fast-forward:before{content:'\e924'}.icon-brand-chinamil-alt:before{content:'\e928'}.icon-brand-chinamil:before{content:'\e929'}
/*焦点图*/
.owl-carousel { display: none; width: 100%; position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { animation-name: fadeOut; }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

.owl-height { transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-theme .owl-nav .disabled { opacity: .5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; }

.owl-theme .owl-dots .owl-dot { float: left; zoom: 1; }

/*.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 3px; background: #eee; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 50%; }*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }


@media (max-width:959px) {  .owl-nav {display:none !important;}}

  

/*时间*/
.time{ display:none; width: 1370px;height:30px;padding-top: 20px;font-size:14px;font-weight:bold;color:#2b68a7;margin: 0 auto;}


/*logo and 搜索*/

.logotit{
    float: right;
    position: relative;
    top: 50px;
}
.header-sousuolan{float:right;position:relative;padding: 10px 0; }
.in_znss{ background: #fff; border-radius: 5px;}
.in_znss span{ line-height:25px; height:25px; color:#3979D1;}
.in_znss .text{ width:370px; height:40px; line-height:20px; background:none; border: 1px solid #157AD7; padding-left:5px;outline: none;border-radius: 5px;}
.in_znss .search-btn{ 
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 11px;
    height: 38px;
    width: 80px;
    background: #fff;
    color: #3979D1;
    border: 0;
    border-radius: 0 5px 5px 0;
    font-size: 16px;}


/*导航*/

.navi_bg {position: relative;background:#1579D7 ;z-index: 999;}

.navi_bg ul { margin: 0; width: 100%; }

.navi_bg ul a {
    float: left;box-sizing: border-box;text-align: center;width: 18%;
    display: block;
    padding: 16px 0;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s;
}

.navi_bg ul a:hover{
   background: #F4BA36;
}

@media (max-width: 1199px) { 
  .navi_bg ul a {padding: 15px 32px;}
  .navi_bg ul a {font-size: 16px;}
  }

@media (max-width: 959px) { 
  .navi_bg ul a {padding: 10px 24px;}
 }

/*lanmu*/
.box-title { font-size: 24px; border-bottom: 1px solid #d8d8d8; padding-bottom: 10px; margin-bottom: 20px;position: relative; }

.box-title a { padding-bottom: 4px; color: #1178D7;padding-left: 25px; }

.box-title a::before{ content: ""; width: 5px; height: 26px; background:#157AD7; position: absolute; left: 0; top: 5px; }

@media (max-width: 1199px){

}
@media (max-width: 767px){
    .box-title { font-size: 20px; } 
    .box-title {border-bottom: none;}
    .box-title a {padding-bottom: 5px;}
}



/*关注视点*/

.left-dabiao {
	background:url(guanzhushidian.jpg) no-repeat;
    background-size: cover;
    height: 120px;
	border:1px #CBE0F2 solid;
}

.left-dabiao-headline{width:800px;text-align:center;margin-top:30px;margin-left:60px;}
.left-dabiao-headline h3{font-size:30px;font-weight:bold;line-height:30px;}
.left-dabiao-headline h3 a img{width: 100%;}

.left-dabiao-gd {width:15px;height:20px;float:right;margin-top: -55px; margin-right: 20px;}
.left-dabiao-gd p {font-size:12px;color:#0099FF;font-weight:bold;}


/*人才引进new*/
.current-img{ padding-right: 20px;}
.tab-item { display: none; }
.show { display: block !important; }
 .tabnav{
    position: relative;
    
	}
.ztc ul {overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 48px 0 0 0;}

.ztc ul li {
    cursor: pointer;
    float: right;
    color: #333;
    
    margin-right: 20px;
    }

.ztc ul li h3 { font-size: 16px; margin: 0; }

.ztc li.active h3 {color: #157AD7; border-bottom: 3px solid;}

.ztc li.active { }


.ztc-box{
   
    position: relative;
    clear: both;
}

.ztc-box-in{
     position: relative;
}
.mmen{position: relative; width: 100%; clear: both;}

.mmen .box-title{ width: 30%; float: left;}

.mmen .ztc{width: 70%;float: left;}

.mid-fi {overflow: hidden;padding: 15px 0; border-bottom: 1px solid #ddd; height: 130px;}
.mid-fi:last-child{border: 0;}

.mid-fi .mid-fi-left { float: left; margin-right: 10px; width: 25%; position: relative; overflow: hidden; }

.mid-fi .mid-fi-left img { display: block; }

.mid-fi .mid-fi-right { overflow: hidden; zoom: 1; }

.mid-fi .mid-fi-right h3 {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;}

.mid-fi .mid-fi-right h3 p{
    color: #808080; font-size: 14px; line-height: 1.8em; 
}



@media (max-width: 1499px) {.mid-fi {padding: 13px 0;}
.left-dabiao {
    height: 100px;
}
.left-dabiao-headline {
    width: 680px;
    margin-top: 24px;
}

}

@media (max-width: 1279px) {
    .mid-fi {padding-bottom: 0;}
    .ztc ul { margin: 14px 0 0 0;}
    .mid-fi .mid-fi-right h3 p {margin: 0;height: 7em;}
    .mid-fi .mid-fi-right h3 { padding-right: 0;}
}

@media (max-width: 1199px) {
     .mid-fi .mid-fi-right h3 { 
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0; }
 
 }

@media (max-width: 959px) { .mid-sec h3 { font-size: 14px; }
  .mid-fi .mid-fi-right h3 { font-size: 12px; padding: 12px 0; }}

.wenzhi img{ width: 100%;}



/*人才热点*/

    .txtlist {
      width: 100%;
      overflow: hidden;
      margin-top: 0;
      margin-bottom: 0;
      
    }

    .txtlist li {
      margin-bottom: 20px;
    }

    .txtlist p {
      color: #333;
      line-height: 28px;
      text-indent: 2em;
    }

    .txtlist h2 {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 1.4em;
    }
 
    .txtlist h2 span{
        display: inline-block;
    width: 54px;
    height: 32px;
    background: #1579D7;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8em;
    } 
    .txtlist h2 a {
     font-size: 18px;
    }

 

@media (max-width: 1499px) {.txtlist li{margin-bottom: 10px;}}

@media (max-width: 1279px) {
    .txtlist li{margin-bottom: 0;}
    .txtlist h2{ margin-bottom: 0; }
}

@media(max-width:1199px){
    .txtlist{min-height: inherit; margin-bottom: 0;}
    .txtlist h2{ margin-bottom: 0; }
    .txtlist p{ margin: 0;}
    .txtlist li{ margin-bottom:0;}
}



/*用户入口*/
.inlet{
    display: block;
    width: 400px;
    height: 80px;
    background: #157AD7;
    color: #fff;
    font-size: 34px;
    text-align: center;
    border-radius: 5px;
    line-height: 70px;
    margin-bottom: 35px;
}

.choice img{
   display: block;
   width: 100%;
}

@media (max-width: 1499px) {
    .inlet {
    width: 380px;
    height: 70px;
    font-size: 32px;
    margin-bottom: 30px;
}
}

@media (max-width: 1279px) {
    .inlet {
    width: 320px;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 20px;
}
}

@media (max-width: 1199px) {
	
}
/*人才服务*/
.model{
    border: 1px solid #CBE0F2;
    background: #FBFCFF;
    width: 440px;
}

.model .m_tit{
    text-align: center;
    font-size: 22px;
    
    border-bottom: 1px solid #CBE0F2;
    background: #EBF5FF;
    padding: 10px;
}
.model .m_tit a{
color: #3D79D5;
font-weight: bold;
}
.download{
    height: 335px;
    overflow: hidden;
}
.model ul li{
   position: relative;
    padding: 0 10px 10px 30px;
}
.model ul li a{
    display: block;
    font-size: 16px;

}
.model ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    background: #157AD7;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.zyyw_msg{
    height: 175px;
    overflow: hidden;
    margin: 10px 0;
}

.right-cjcx{padding: 0 100px;
    }
.right-cjcx-anniu{width:122px;height:42px;float:left;margin-top:192px;margin-left:97px;}


.right-tzgg{width:238px;
	height:244px;
	float:left;
	margin-left:4px;}
	
.right-tzgg-top{width:238px;height:35px;}

.right-tzgg-down{width:232px;height:199px;background:url(tzgg-down1.jpg);margin-left:3px;padding-top:10px; float:left;}	
	
.right-tzgg ul{width:200px;
	float:left;
}
.right-tzgg li{width:190px;
	float:left;
	padding:0px 6px 5px 12px;
	font-size:13px;
	line-height:20px;
	background:url(dian.jpg) no-repeat 2px 8px;
	cursor:pointer;}
.right-tzgg span{float:right;padding-right:5px;font-size:12px;width:60px;height:19px;padding-top:10px;}
.right-tzgg span a{ color:#0f74bc;}

@media (max-width: 1499px) {
.download {
    height: 272px;
}
}


/*友情链接*/

.yqlj-down{float:left;padding:10px 10px 10px 10px;}

.yqlj-down-tu{width:172px;height:50px;float:left;border:1px #CCCCCC solid;margin:0px 5px 10px 5px;}

/*页脚*/
.footer a{color: #333;}

.footer {font-size: 12px;overflow: hidden;padding: 50px 0;text-align: center;background-color: #EBF5FF;width: 100%;/* color: #fff; */}

.footer .link { margin-bottom: 0.5em; }

.footer .link a { color: #010101; font-size: 14px; }

.footer .link a:hover { color: #000; }

.footer .link em { color: #ccc; margin: 0 8px; }

.footer .info { font-size: 12px; line-height: 2.5em; padding-top: 12px; }

.footer .info em { margin: 0 0.5em; }

.footer .copyright p { margin: 0; }
