﻿@charset "utf-8";
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #CCCCCC;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CCCCCC;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CCCCCC;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCCCCC;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a, a:link, a:hover, a:visited {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, "Microsoft YaHei", Helvetica;
  min-width: auto !important;
}

.clear {
  clear: both;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

input, textarea, button {
  outline: none;
}

button {
  cursor: pointer;
}

.overHidden1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.txt-theme{
  color: #0E50A7!important;
  }
@font-face {
  font-family: D-DIN-Bold;
  src:url('../fontFamily/D-DIN-Bold.otf');
  }
@font-face {
  font-family: D-DINExpBold;
  src:url('../fontFamily/D-DINExp-Bold.otf');
  }
@font-face {
  font-family: FZHZGBJW;
  src:url('../fontFamily/FZHZGBJW.TTF');
  }
@font-face {
  font-family: FZYanSJW_Zhong;
  src:url('../fontFamily/FZYanSJW_Zhong.TTF');
  }
/* @media only screen and (min-width: 927px) and (max-width: 1600px){
  body:not(.responsive-page) {
    zoom: 0.7;
    }
  } */