@charset "UTF-8";
/* HTML元素的标准化
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font: inherit;
  font-family: -apple-system, "PingFang SC", BlinkMacSystemFont, "Source Han Sans CN", "Microsoft Yahei", "微软雅黑", "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #333;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #000;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* 栅格系统
   ========================================================================== */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 830px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1030px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1430px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* 按钮
   ========================================================================== */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #333;
    text-decoration: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

.btn-primary {
  color: #212529;
  background-color: #ec971f;
  border-color: #ec971f; }
  .btn-primary:hover {
    color: #fff;
    background-color: #d38312; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ec971f;
    border-color: #ec971f; }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec; }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #666;
  border-color: #666; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #535353; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px; } }
/* 实用工具-显示属性
   ========================================================================== */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
/* 常用自定义工具
   ========================================================================== */
.flex-images li .info, .modal-header .close, .link a img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

@-webkit-keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm; }

/* 通用样式
   ========================================================================== */
ol,
ul,
li {
  padding-left: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

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

input, button {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset !important; }

/*
 * 模态框
   ==========================================================================
 */
/* ==========================================================================
   模态框
 ============================================================================ */
/* 模态声明
   ============================================== */
.modal {
  text-align: center;
  transform: scale(1.185);
  transition-property: transform, opacity;
  backface-visibility: hidden;
  perspective: 1000px; }
  .modal:focus {
    outline: 0; }
  .modal.fade {
    opacity: 0;
    z-index: 1050;
    transition-duration: 300ms;
    transform: scale(0.815); }
  .modal.show {
    opacity: 1;
    transition-duration: 300ms;
    transform: scale(1);
    overflow-x: hidden;
    overflow-y: auto; }
  .modal:before {
    content: "\200B";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .modal .modal-dialog {
    width: 20%; }
  .modal.xs .modal-dialog {
    width: 15%; }
  .modal.sm .modal-dialog {
    width: 22%; }
  .modal.md .modal-dialog {
    width: 50%; }
  .modal.lg .modal-dialog {
    width: 80%; }
  .modal.auto .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0; }

.modal-dialog {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.modal-header {
  position: relative;
  text-align: left; }
  .modal-header::after {
    display: block;
    clear: both;
    content: ""; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-content {
  position: relative;
  text-align: left;
  height: 100%;
  padding-bottom: 70px; }

.modal-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center; }

.flex-images {
  overflow: hidden; }
  .flex-images .item {
    float: left;
    box-sizing: content-box;
    overflow: hidden;
    position: relative; }
    .flex-images .item img {
      width: 100%;
      height: 100%; }

/* 主题样式
   ========================================================================== */
html,
body {
  width: 100%;
  height: 100%; }

.container-fluid {
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container-fluid {
      padding: 0 50px; } }

.btn-primary {
  border-radius: 6px;
  font-weight: bold;
  color: #fff; }

.hd {
  position: relative;
  text-align: center; }
  .hd .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 155px;
    height: 39px;
    background: url(../img/hbjt.png) no-repeat;
    background-size: 50%; }
    @media (min-width: 768px) {
      .hd .logo {
        top: 50px;
        left: 50px;
        background-size: 100%; } }
  .hd .title {
    margin: 0 auto; }

.flex-images-wrapper {
  position: relative; }

.gradient-vertical, .flex-images li .info {
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  background-repeat: repeat-x; }

.flex-images li {
  position: relative;
  margin: 15px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 3px; }
  .flex-images li img {
    border-radius: 5px; }
  .flex-images li .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eab247;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px; }
  .flex-images li .info {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .flex-images li .info h2 {
      font-size: 1rem;
      padding: 0 20px;
      color: #fff; }
      .flex-images li .info h2 span {
        display: none; }
    .flex-images li .info p {
      display: none; }
  @media (min-width: 768px) {
    .flex-images li:hover .info {
      bottom: 0; } }

.modal .modal-dialog {
  padding: 20px 0;
  width: 90%; }
  @media (min-width: 768px) {
    .modal .modal-dialog {
      width: 50%; } }

.modal-header {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 999;
  border-bottom: none;
  width: 28px;
  height: 28px;
  padding: 0; }
  .modal-header .close {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../img/close.png) center center no-repeat;
    background-size: 97%;
    filter: alpha(opacity=100);
    opacity: 1; }
    .modal-header .close:hover {
      background-size: 100%; }

.modal-body {
  padding: 0 0 1rem; }
  .modal-body .label {
    display: none; }
  .modal-body .info {
    position: relative; }
    .modal-body .info h2 p {
      display: block;
      font-size: 12px;
      font-weight: normal; }
  .modal-body img {
    border-radius: 5px;
    -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    .modal-body {
      font-size: 14px; }
      .modal-body img {
        margin-bottom: 30px; }
      .modal-body .info h2 {
        position: absolute;
        top: -110px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 80px;
        color: #fff;
        padding: 1rem; }
      .modal-body .info p {
        padding: 0 1rem; } }
  @media (min-width: 768px) {
    .modal-body {
      padding: 5%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .modal-body img {
        width: 35%; }
      .modal-body .info {
        width: 65%;
        padding-left: 50px; }
        .modal-body .info h2 {
          margin: 0 0 2rem; }
          .modal-body .info h2 p {
            font-size: 14px;
            border-bottom: 1px #e5ccad dashed;
            padding-bottom: 1rem;
            margin-top: 10px; }
          .modal-body .info h2 .section {
            margin-right: 5px;
            font-weight: bolder; } }

.modal-content {
  border-radius: 5px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .modal-content {
      background: url(../img/bg-modal.jpg) center center; } }

.maskModal:before {
  vertical-align: bottom; }
.maskModal .modal-header {
  top: 0;
  right: 0; }
  .maskModal .modal-header .close {
    background: url(../img/close-white.png) center center no-repeat; }
.maskModal .modal-dialog {
  width: 50%;
  padding-bottom: 30%; }
  @media (min-width: 768px) {
    .maskModal .modal-dialog {
      padding-bottom: 0; } }
.maskModal .text {
  margin-top: 4rem; }

/* 首页
   ========================================================================== */
.theme-index {
  height: 100%;
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover; }

.link {
  height: 100%; }
  @media (max-width: 767.98px) {
    .link {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 768px) {
    .link {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; } }
  .link a {
    padding: 3%; }
    .link a img {
      border-radius: 8px;
      -webkit-box-shadow: 15px 20px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 15px 20px 8px rgba(0, 0, 0, 0.2); }
    .link a:hover img {
      -webkit-box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.4);
      box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.4); }

/* 主题
   ========================================================================== */
.theme-yg {
  background: url(../img/bg-yg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (min-width: 992px) {
    .theme-yg .hd {
      background: url(../img/bg-yg-hd.png) center top no-repeat;
      height: 590px; }
    .theme-yg .bd {
      margin-top: -150px; } }

.theme-dy {
  background: url(../img/bg-dy.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (min-width: 992px) {
    .theme-dy .hd {
      background: url(../img/bg-dy-hd.png) center top no-repeat;
      height: 680px; }
    .theme-dy .bd {
      margin-top: -200px; } }

/*# sourceMappingURL=common.css.map */
