﻿@charset "UTF-8";
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: "underline";
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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 {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F5F5F5;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
a:hover {
  color: #1C6FEC;
}
em {
  font-style: normal;
}
.time {
  padding-right: 16px;
}
.author {
  padding-right: 16px;
}
.ly {
  padding-right: 16px;
}
.blue_bg {
  background-color: #1C6FEC;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  display: block;
  content: "";
  clear: both;
}
.container + .blue_bg {
  width: 1200px;
  margin: 0 auto;
}
.more {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 10;
  color: #999;
  font-size: 16px;
}
.video-box {
  text-align: center;
  color: #fff;
}
.video-box .iconfont {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  line-height: 0;
  margin-left: -32px;
  margin-top: -32px;
  font-size: 64px;
  z-index: 2;
}
.video-box .iconfont:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 64px;
}
/*表单*/
.form-horizontal {
  width: 80%;
  margin-top: 36px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 6px;
  padding: 8px 0;
}
.form-horizontal .btn {
  margin-right: 16px;
}
.control-label {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  line-height: 180%;
  padding-right: 8px;
}
.control-input {
  display: inline-block;
  width: calc(100% - 146px);
}
.radio {
  font-size: 14px;
}
.radio label {
  margin-right: 12px;
}
.radio-txt {
  display: inline-block;
  vertical-align: middle;
}
.radio-input {
  display: inline-block;
  vertical-align: middle;
  top: 10px;
}
.smsCode {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  margin-right: 4px;
}
.smsImg {
  display: inline-block;
  vertical-align: middle;
  width: 76px;
  height: 33px;
}
/*banner*/
.gb_mainbox {
  background-color: #fff;
  font-size: 0;
  margin-top: 60px;
  overflow: hidden;
}
.bg_pic {
  display: inline-block;
  vertical-align: top;
  width: 604px;
  margin-right: 20px;
}
.bg_news {
  display: inline-block;
  vertical-align: top;
  width: 576px;
  padding-right: 20px;
}
.bg_news .hd ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-right: 100px;
}
.bg_news .hd a {
  width: auto;
}
.bg_news .more {
  top: -38px;
}
.pic_scroll {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.pic_scroll .bd {
  height: 100%;
  position: relative;
  z-index: 0;
}
.pic_scroll .img-box {
  position: relative;
  height: 100%;
}
.pic_scroll .video-box {
  position: relative;
  height: 100%;
}
.pic_scroll .pagination {
  left: auto;
  right: 12px;
  text-align: right;
  bottom: 12px;
  z-index: 20;
}
.pic_scroll .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.pic_scroll .swiper-pagination-bullet-active {
  border: 1px solid #8FBE3E;
  background: #8FBE3E;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-right.png);
  background-size: 100% 100%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-left.png);
  background-size: 100% 100%;
}
.black {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
}
.black p {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-left: 24px;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #1C6FEC;
}
.breadcrumb .active {
  color: #1C6FEC;
}
.breadcrumb li + li:before {
  color: #1C6FEC;
  content: ">";
  padding: 0 5px;
}
.breadcrumb .txt {
  display: inline-block;
  vertical-align: middle;
  color: #828282;
}
.breadcrumb .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 4px;
  color: #8FBE3E;
}
.left_col {
  float: left;
  width: 740px;
}
.right_col {
  float: right;
  width: 440px;
}
.index_zccs {
  height: 450px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_zccs .hd ul {
  padding-right: 100px;
}
.index_zccs .hd a {
  width: 180px;
}
.index_zccs .more {
  top: -38px;
}
.index_ztzl {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_ztzl .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #8FBE3E;
  font-size: 20px;
}
.index_ztzl .live_platform_column {
  width: 100%;
  margin: 0;
}
.index_ztzl .live_platform_column .img-box {
  height: 160px;
}
.index_xwsp {
  padding: 14px 10px 6px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_xwsp .live_platform_column {
  width: 98%;
  margin-bottom: 10px;
}
.index_xwsp .live_platform_column .live_list {
  width: 49.2%;
  height: 256px;
  margin-right: 1.5%;
  margin-top: 12px;
}
.index_xwsp .live_platform_column .live_list:nth-child(2n+2) {
  margin-right: 0;
}
.index_xwsp .live_platform_column .video-box {
  width: 100%;
  height: 100%;
}
.index_xwsp .live_platform_column .video-box .iconbofang {
  top: 60%;
  font-size: 64px;
  color: #fff;
}
.index_xwsp .live_platform_column .img-box {
  height: 248px;
}
.index_xwsp .sub_live_lists .live_list {
  height: 122px;
}
.index_xwsp .sub_live_lists .video-box .iconbofang {
  font-size: 40px;
  margin-top: -20px;
}
.index_xwsp .hd ul {
  line-height: 41px;
}
.index_xwsp .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -24px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  z-index: 2;
}
.index_xwsp .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #8FBE3E;
  font-size: 20px;
}
.xwsp_items {
  margin: 24px 0 12px;
  line-height: 0;
  font-size: 0;
}
.xwsp_items .xwsp_item {
  position: relative;
  display: inline-block;
  width: 32.5%;
  padding-top: 22%;
  margin-right: 1%;
  margin-bottom: 12px;
}
.xwsp_items .xwsp_item:nth-child(3n+3) {
  margin-right: 0;
}
.xwsp_items .img-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.xwsp_items .iconbofang {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  line-height: 0;
  margin-left: -32px;
  margin-top: -14px;
  margin-right: 0;
  color: #fff;
  font-size: 64px;
  z-index: 2;
}
.xwsp_items .iconbofang:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 64px;
}
.xwsp_items .black {
  height: 46px;
  line-height: 46px;
}
.index_zsyz {
  padding: 11px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_zsyz .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #8FBE3E;
  font-size: 20px;
}
.index_zsyz .live_platform_column {
  width: 100%;
  margin: 0;
}
.index_zsyz .live_list {
  width: 100%;
  margin: 0;
  text-align: center;
}
.index_zsyz .hd {
  margin-bottom: 12px;
}
.index_zsyz .hd ul {
  line-height: 41px;
}
.index_zsyz .img-box {
  height: 155px;
}
.index_zsyz .img-box .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #1C6FEC;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.swt_zsyz {
  padding: 11px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.swt_zsyz .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #8FBE3E;
  font-size: 20px;
}
.swt_zsyz .live_platform_column {
  width: 100%;
  margin: 0;
}
.swt_zsyz .live_list {
  width: 100%;
  margin: 0;
  text-align: center;
}
.swt_zsyz .hd {
  margin-bottom: 12px;
}
.swt_zsyz .hd ul {
  line-height: 41px;
}
.swt_zsyz .img-box {
  height: 110px;
}
.swt_zsyz .swiper-button {
  width: 36px;
  height: 56px;
  margin-top: -28px;
  background: url(../images/swiper_btn.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 300;
}
.swt_zsyz .swiper-button.swiper-button-next {
  transform: rotate(180deg);
}
.swt_zsyz .swiper-button-prev {
  left: 0;
}
.swt_zsyz .swiper-button-next {
  right: 0;
}
.index_zdcx {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_zdcx .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #8FBE3E;
  font-weight: normal;
  font-size: 26px;
}
.index_zdcx .live_platform_column {
  width: 100%;
  margin: 0;
}
.index_zdcx .live_list {
  width: 32%;
  text-align: center;
}
.index_zdcx .hd {
  margin-bottom: 12px;
}
.index_zdcx .hd ul {
  line-height: 41px;
}
.index_zdcx .txt-box {
  height: 120px;
  color: #fff;
}
.index_zdcx .txt-box.blue_bg01 {
  background: url(../images/blue_bg01.png) center center no-repeat;
  background-size: 100% 100%;
}
.index_zdcx .txt-box.blue_bg02 {
  background: url(../images/blue_bg02.png) center center no-repeat;
  background-size: 100% 100%;
}
.index_zdcx .txt-box.blue_bg03 {
  background: url(../images/blue_bg03.png) center center no-repeat;
  background-size: 100% 100%;
}
.index_zdcx .txt-box:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.index_zdcx .txt-box .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 24px;
}
.index_zdcx .txt-box .txt:hover {
  color: #fff;
}
.index_zdcx .txt-box .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin-right: 8px;
  color: #fff;
}
.index_zdcx .swiper-button {
  width: 36px;
  height: 56px;
  margin-top: -22px;
  background: url(../images/swiper_btn.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 300;
}
.index_zdcx .swiper-button.swiper-button-next {
  transform: rotate(180deg);
}
.index_zdcx .swiper-button-prev {
  left: 0;
}
.index_zdcx .swiper-button-next {
  right: 0;
}
.index_hdjl {
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_hdjl .iconfont {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin-right: 8px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: normal;
}
.index_hdjl .iconzhengcezhipei {
  padding: 0;
  color: #8FBE3E;
}
.index_hdjl .live_platform_column {
  width: 100%;
  margin: 0;
}
.index_hdjl .live_lists {
  padding-bottom: 16px;
}
.index_hdjl .live_list {
  font-size: 0;
  text-align: center;
}
.index_hdjl .live_list:nth-child(1) .txt-box {
  background-color: #EFF5E7;
}
.index_hdjl .live_list:nth-child(1) .iconfont {
  background-color: #8FBE3E;
  padding: 24px 12px;
}
.index_hdjl .live_list:nth-child(2) .txt-box {
  background-color: #E2F0FB;
}
.index_hdjl .live_list:nth-child(2) .iconfont {
  background-color: #047FDA;
  font-size: 28px;
  padding: 24px 11px;
}
.index_hdjl .live_list:nth-child(3) .txt-box {
  background-color: #F7EFE8;
}
.index_hdjl .live_list:nth-child(3) .txt-box .txt {
  width: 120px;
}
.index_hdjl .live_list:nth-child(3) .iconfont {
  background-color: #F77B3F;
  font-size: 34px;
  padding: 24px 8px;
}
.index_hdjl .live_list:nth-child(4) .txt-box {
  background-color: #FFF3E1;
}
.index_hdjl .live_list:nth-child(4) .txt-box .txt {
  width: 126px;
}
.index_hdjl .live_list:nth-child(4) .iconfont {
  background-color: #FCAD20;
  font-size: 30px;
  padding: 24px 10px;
}
.index_hdjl .hd {
  margin-bottom: 12px;
}
.index_hdjl .hd ul {
  line-height: 41px;
}
.index_hdjl .txt-box {
  height: 116px;
  text-align: center;
  background-color: #F5F5F5;
}
.index_hdjl .txt-box:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.index_hdjl .txt-box .txt {
  display: inline-block;
  vertical-align: middle;
  width: 118px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #1C6FEC;
}
.index_hdjl .txt-box .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.index_zmfc {
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.index_zmfc .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #8FBE3E;
  font-size: 26px;
  font-weight: normal;
}
.index_zmfc .live_platform_column {
  width: 100%;
  margin: 0;
}
.index_zmfc .hd {
  margin-bottom: 12px;
}
.index_zmfc .hd ul {
  line-height: 41px;
}
.index_zmfc .img-box {
  height: 350px;
}
.index_zmfc .black {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
}
.index_zmfc .con-box {
  text-align: left;
  margin: 90px 30px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.index_zmfc .con-box p {
  width: 100%;
  padding-left: 0;
  line-height: 30px;
  color: #fff;
}
/*左侧内容*/
.floatL_box {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-left: 24px;
}
/*左侧菜单*/
.menu {
  margin-bottom: 15px;
}
.menu ul {
  list-style: none;
  background: #F8F8f8;
  padding: 0px;
  margin: 0px;
  border: solid 1px #eee;
  text-align: left;
}
.menu a {
  position: relative;
  display: block;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  border-left: 4px solid #1C6FEC;
}
.menu .iconfont {
  position: absolute;
  right: 0;
  color: #BDBDBD;
}
.menu li {
  position: relative;
  padding: 18px 24px;
  font-size: 16px;
  color: #333;
}
.menu li + li {
  border-top: 1px solid #fff;
}
.menu li:hover {
  background-color: #1C6FEC;
  color: #fff;
}
.menu li:hover a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu li:hover .subMenuUL {
  display: block;
}
.menu li:hover .subMenuLI {
  color: #333;
}
.menu li:hover .subMenuLI a {
  color: #333;
  border-left: 4px solid #1C6FEC;
}
.menu li:hover .subMenuLI:hover {
  background-color: #1C6FEC;
  color: #ffffff;
}
.menu li:hover .subMenuLI:hover a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu li:hover .subMenuLI:hover .iconfont {
  color: #fff;
}
.menu li:hover .subMenuLI.on {
  background-color: #1C6FEC;
  color: #ffffff;
}
.menu li:hover .subMenuLI.on a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu li:hover .subMenuLI.on .iconfont {
  color: #fff;
}
.menu li.selected {
  background-color: #1C6FEC;
  color: #fff;
}
.menu li.selected.self {
  background: #F8F8f8;
  color: #333;
}
.menu li.selected.self a {
  color: #333;
  border-color: #1C6FEC;
}
.menu li.selected a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu li.selected .subMenuUL {
  display: block;
}
.menu li.selected .subMenuLI {
  color: #333;
}
.menu li.selected .subMenuLI a {
  color: #333;
  border-left: 4px solid #1C6FEC;
}
.menu li.selected .subMenuLI:hover {
  background-color: #1C6FEC;
  color: #ffffff;
}
.menu li.selected .subMenuLI:hover a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu li.selected .subMenuLI:hover .iconfont {
  color: #fff;
}
.menu li.selected .subMenuLI.on {
  background-color: #1C6FEC;
  color: #ffffff;
}
.menu li.selected .subMenuLI.on a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu li.selected .subMenuLI.on .iconfont {
  color: #fff;
}
.menu .subMenuUL {
  display: none;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 10px;
  margin-bottom: -18px;
  border: none;
}
.menu .subMenuLI {
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 18px;
  color: #333;
}
.menu .subMenuLI:hover,
.menu .subMenuLI.on {
  background-color: #1C6FEC;
  color: #ffffff;
}
.menu .subMenuLI:hover a,
.menu .subMenuLI.on a {
  color: #fff;
  border-left: 4px solid #fff;
}
.menu .subMenuLI:hover .iconfont,
.menu .subMenuLI.on .iconfont {
  color: #fff;
}
/*热门文章*/
.hot_list {
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 15px;
  border: solid 1px #e5e5e5;
  border-top: solid 2px #1C6FEC;
}
.hot_list ul {
  padding: 0 20px;
}
.hot_list ul li {
  font-size: 0;
  overflow: hidden;
}
.hot_list ul li .number {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-family: "Arial";
  font-style: italic;
  font-weight: bold;
  background-color: #cacaca;
  border-radius: 12px;
}
.hot_list ul li a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 34px);
  height: 44px;
  line-height: 44px;
  color: #333;
  margin-left: 10px;
  font-size: 16px;
  overflow: hidden;
}
.hot_list ul li .front {
  background-color: #EB5757;
}
.title_name {
  height: 64px;
  line-height: 64px;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
}
/*右边内容区域*/
.floatR_box {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 24px;
  width: calc(100% - 344px);
}
.head_title {
  position: relative;
  border-bottom: 1px solid #D2DFFB;
  font-size: 0;
}
.head_title:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.curr_title {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #1C6FEC;
  color: #1C6FEC;
  font-size: 16px;
  font-weight: bold;
}
.curr_title .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.zw_contain {
  font-size: 14px;
  padding-bottom: 50px;
}
.zw_contain h1 {
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #333;
  margin-top: 40px;
  overflow: hidden;
  font-weight: normal;
}
.zw_contain .slideTxtBox .infoList {
  padding: 0 0 16px;
}
.zw_contain .infoList li {
  line-height: 16px;
  padding: 18px 0 12px 0;
  border-bottom: 1px solid #D2DFFB;
}
.news_vdcon {
  font-size: 14px;
  line-height: 180%;
  overflow: hidden;
  padding: 20px 0 0;
}
.news_vdcon p {
  margin-bottom: 10px;
}
.zw_hd {
  text-align: center;
  color: #333;
  word-break: break-all;
}
.big_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.5;
  padding-top: 30px;
}
.desc {
  padding: 16px 24px;
  text-align: justify;
  font-size: 14px;
  line-height: 180%;
  background: #F5F5F5;
}
.zw_bd {
  margin-bottom: 24px;
  word-break: break-all;
}
.zw_bd tr {
  margin-bottom: 10px;
}
.zw_bd .txt {
  color: #333;
  font-size: 14px;
  text-indent: 28px;
  text-align: justify;
  margin-bottom: 24px;
}
.zw_bd .content .txt {
  margin-bottom: 0;
  text-indent: 0;
  height: auto;
  line-height: 22px;
  font-size: 12px;
  color: #999;
}
.zw_bd .img_con .txt {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #828282;
}
.zw_bd .circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  border: 2px solid #cb1315;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.zw_bd .form-horizontal .control-label {
  padding-top: 4px;
}
.zw_ft {
  margin-top: 50px;
}
/*上一页 下一页*/
.bottom_label {
  padding: 12px 24px;
  background: #F5F5F5;
}
.bottom_label .items {
  font-size: 0;
  height: 30px;
}
.bottom_label .items:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.post_title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 64px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #1C6FEC;
}
.post {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  font-size: 16px;
  color: #333;
}
.zjzmq_box {
  font-size: 0;
  margin-top: 20px;
}
.zjzmq_box .tips {
  position: relative;
  font-size: 14px;
  color: #999;
  margin-top: 0;
}
.zjzmq_box .container {
  padding-top: 1px;
  background-color: #fff;
}
.zjzmq_box .abs {
  position: absolute;
  right: 0;
  top: 0;
}
.zjzmq_box .blue {
  color: #fff;
  background-color: #1C6FEC;
}
/*直播平台*/
.live_box .live_platform_column {
  width: 100%;
  margin: 0 0 34px;
}
.live_box .live_platform_column .img-box {
  height: 218px;
}
.live_box .live_platform_column .tips {
  top: 0;
  padding: 12px 24px;
}
.live_box .live_list {
  border: 1px solid #D2DFFB;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.con_txt {
  padding: 24px;
}
.con_txt .title {
  color: #333;
  font-size: 18px;
  line-height: 25px;
}
.con_txt .time {
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}
.con_txt .iconfont {
  margin-right: 8px;
}
.content {
  display: inline-block;
  vertical-align: top;
}
.content .txt {
  color: #999;
  text-indent: 0;
  height: 44px;
  margin-bottom: 24px;
}
.img_con:hover .sub_title {
  color: #1C6FEC;
  font-weight: bold;
}
.img_con {
  margin-top: 24px;
  font-size: 0;
}
.img_con .content {
  width: calc(100% - 160px);
  padding-left: 16px;
}
.img_con .img-box {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 120px;
  background-color: #f5f5f5;
}
.img_con .sub_title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}
.img_con .txt {
  position: relative;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 14px;
  color: #828282;
}
.img_con .singleTxt {
  height: auto;
  font-size: 14px;
  color: #999;
}
.img_con .detail {
  float: right;
  color: #1C6FEC;
}
.realend {
  position: absolute;
  width: 84px;
  text-align: right;
  bottom: 0;
  right: 0;
  background: #ffffff;
  font-size: 14px;
  color: #1c6fec;
}
.hdjl_div {
  margin-bottom: 24px;
}
.hdjl_div.two .img-box {
  padding-top: 69%;
}
.hdjl_div.three .hdjl_li {
  width: 100%;
  margin: 36px 0 0 0;
  padding: 0;
  border: none;
}
.hdjl_div.three .img-box {
  padding-top: 20%;
}
.hdjl_li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 8px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 24px;
}
.hdjl_li:nth-child(3n+3) {
  margin-right: 0;
}
.hdjl_li .img-box {
  padding-top: 43%;
}
.hdjl_li.ztzl {
  height: 120px;
  padding: 0;
}
.hdjl_li.ztzl .img-box {
  padding-top: 0;
  height: 100%;
}
/*联系我们*/
.contact_us_items {
  margin-top: 36px;
}
.contact_us_items .contact_us_item .txt {
  font-size: 16px;
  margin-bottom: 0;
  text-indent: 53px;
}
.contact_us_items .contact_us_item {
  margin-bottom: 24px;
}
.contact_us_items .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  padding-right: 6px;
  font-size: 20px;
  text-align: right;
  color: #2182dc;
}
.contact_us_items .title {
  font-size: 16px;
  line-height: 24px;
}
.contact_us_items span {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
/*服务大厅*/
.fw_items {
  margin-top: 12px;
}
.fw_items .fw_item {
  font-size: 14px;
}
.fw_items .fw_item .txt {
  margin-bottom: 0;
  text-indent: 0;
}
.fw_items .fw_item .txt :hover {
  color: #1C6FEC;
}
.fw_items .title {
  line-height: 24px;
}
.fw_items span {
  font-weight: bold;
}
.hdjl_li a:hover .txt {
  color: #1C6FEC;
}
/*网站地图*/
.mapbox {
  margin: 30px auto 0;
  width: 1154px;
  overflow: hidden;
  zoom: 1;
  min-height: 600px;
  border: solid 1px #ddd;
}
.map_h1 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 12px 25px;
  color: #555;
}
.map_bd {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 30px;
  padding: 15px 0;
}
.map_bd h1 {
  background: #f3f9fb;
  height: 40px;
  padding-left: 15px;
}
.map_bd h1 .menulink {
  display: block;
  font-size: 16px;
  color: #555;
  font-weight: normal;
  line-height: 40px;
  background: url(../images/add.jpg) left no-repeat;
  padding-left: 25px;
}
.map_bd .menulink {
  font-size: 14px;
  line-height: 40px;
}
.map_bd dl {
  padding-left: 15px;
}
.map_bd dd {
  display: inline-block;
  padding-right: 50px;
}
.dian {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  background: url(../images/dian.gif) center center no-repeat;
}
.dianRed {
  display: none;
  width: 7px;
  height: 10px;
  vertical-align: middle;
  margin-right: 8px;
}
.dianBlack {
  display: inline-block;
  width: 7px;
  height: 10px;
  vertical-align: middle;
  margin-right: 8px;
}
.contain.on .img_con {
  display: block;
}
.contain:hover .dianRed {
  display: inline-block;
}
.contain:hover .dianBlack {
  display: none;
}
.contain:hover .img_con {
  display: block;
}
.nian_box {
  width: 100%;
  margin: 20px 0;
}
.icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.sub_item.on span {
  color: #cb1315;
  font-weight: bold;
}
.sub_item:hover span {
  color: #cb1315;
  font-weight: bold;
}
.img_contain {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin-right: 30px;
}
.img_contain .img-box {
  position: relative;
  width: 160px;
  height: 160px;
}
.tips {
  margin-top: -10px;
  margin-bottom: 14px;
}
.title:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.sub_contain {
  display: none;
  margin-top: -4px;
  background-color: #f6f0e2;
}
/* 需求答复 */
.main-page {
  margin: 40px auto 0;
}
.letter-box .letter-textbox {
  height: 32px;
  margin: 16px 0;
  font-size: 0;
}
.letter-box .letter-label {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  width: 100px;
  font-size: 16px;
  color: #212121;
}
.letter-box input,
.letter-box .input {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  border: none;
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
  outline: none;
  color: #616161;
  font-size: 16px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.letter-box .input {
  box-sizing: border-box;
  padding: 0 16px;
}
.letter-box .input.long {
  width: 692px;
}
.letter-box .letter-content-box {
  font-size: 0;
}
.letter-box .letter-content {
  display: inline-block;
  vertical-align: top;
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
  outline: none;
  border: none;
  border-top: none;
  margin: 0;
  padding: 16px;
  width: 692px;
  color: #616161;
  font-size: 16px;
  resize: none;
  background-color: #f1f1f1;
  box-sizing: border-box;
  word-break: break-all;
  overflow: hidden;
}
.query-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  color: #1C6FEC;
}
.separated {
  background: #eee;
  height: 1px;
  margin: 10px 0 15px 0;
}
/*  分页器  */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li span {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #1C6FEC;
  margin: 0 2px;
  font-size: 12px;
}
.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
  color: #999;
  background-color: transparent;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  z-index: 2;
  color: #fff;
  background-color: #1C6FEC;
  border-color: #1C6FEC;
  cursor: pointer;
}
.pagination .controls {
  color: #666;
  margin-left: 4px;
  font-size: 12px;
}
.pagination .controls:after {
  display: block;
  content: "";
  clear: both;
}
.pagination .controls input {
  width: 30px;
  padding: 2px 4px;
  display: inline-block;
  text-align: center;
}
.pagination .controls a {
  border: none;
  background-color: transparent;
}
/*.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
}*/
/*  三角形 需要时加上  arrow  arrow2  arrow3 即可*/
/*.arrow2 {
  margin: 3px 8px 4px 0;
  border-left: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  border-top: 5px dashed transparent;
  border-right: 5px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}
.arrow3 {
  margin: 3px 0 4px 8px;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-left: 5px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}*/
