/*!
 * 2022gxzf
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2022-08-15 11:42:34
 */
@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", SimSun, "Arial Narrow";
  font-size: 0.83333vw;
  background-color: #fff;
  /* font-weight: 300; */
  min-width: 1200px;
}
*{
  outline: none;
}
:focus{
  outline-color: rgba(255, 255, 255, 0);
}
.bodybg {
  background-size: 7.55208vw 3.75vw;
  background: #fff url(../../imagesq/2022gxzf/icon/bg_bg.png) left top repeat;
}
.bodybg.grey {
  background-color: #f2f2f2;
}
.wrap {
  width: 85%;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.wrap:after,
.wrap:before {
  content: "";
  display: table;
  line-height: 0;
}
.wrap:after {
  clear: both;
}
.wrap-1560 {
  width: 81.25%;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.wrap-1560:after,
.wrap-1560:before {
  content: "";
  display: table;
  line-height: 0;
}
.wrap-1560:after {
  clear: both;
}

.MSYH {
  font-family: "Microsoft YaHei";
}
.bold {
  font-weight: 700;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.hide {
  display: none;
}
.fs12 {
  font-size: 0.625vw;
}
.fs14 {
  font-size: 0.72917vw;
}
.fs15 {
  font-size: 0.78125vw;
}
.fs16 {
  font-size: 0.83333vw;
}
.fs18 {
  font-size: 0.9375vw;
}
.fs20 {
  font-size: 1.04167vw;
}
.fs22 {
  font-size: 1.14583vw;
}
.fs24 {
  font-size: 1.25vw;
}
.fs25 {
  font-size: 1.30208vw;
}
.fs26 {
  font-size: 1.35417vw;
}
.fs28 {
  font-size: 1.45833vw;
}
.fs30 {
  font-size: 1.5625vw;
}
.fs32 {
  font-size: 1.66667vw;
}
.fs34 {
  font-size: 1.77083vw;
}
.fs36 {
  font-size: 1.875vw;
}
.fs38 {
  font-size: 1.97917vw;
}
.lh20 {
  line-height: 1.04167vw;
}
.lh22 {
  line-height: 1.14583vw;
}
.lh24 {
  line-height: 1.25vw;
}
.lh25 {
  line-height: 1.30208vw;
}
.lh26 {
  line-height: 1.35417vw;
}
.lh27 {
  line-height: 1.40625vw;
}
.lh28 {
  line-height: 1.45833vw;
}
.lh30 {
  line-height: 1.5625vw;
}
.lh35 {
  line-height: 1.82292vw;
}
.lh36 {
  line-height: 1.875vw;
}
.lh38 {
  line-height: 1.97917vw;
}
.lh40 {
  line-height: 2.08333vw;
}
.lh45 {
  line-height: 2.34375vw;
}
.lh48 {
  line-height: 2.5vw;
}
.lh50 {
  line-height: 2.60417vw;
}
.lh53 {
  line-height: 2.76042vw;
}
.lh55 {
  line-height: 2.86458vw;
}
.lh60 {
  line-height: 3.125vw;
}
.lh70 {
  line-height: 3.64583vw;
}
.lh120 {
  line-height: 120%;
}
.lh150 {
  line-height: 150%;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0542c0;
  text-decoration: none;
}
.white {
  color: #fff;
}
.white a {
  color: #fff;
}
.black {
  color: #000;
}
.black a {
  color: #000;
}
.red {
  color: red;
}
.red a {
  color: red;
}
.gray {
  color: #4c4c4c;
}
.gray a {
  color: #4c4c4c;
}
.gray a:hover {
  text-decoration: underline;
}
.orange {
  color: #ff8000;
}
.orange a {
  color: #ff8000;
}
.green {
  color: #0f0;
}
.green a {
  color: #0f0;
}
.blue {
  color: #002475;
}
.blue a,
.blue span {
  color: #002475;
}
.blue a:hover {
  text-decoration: underline;
}
.yellow {
  color: #ff0;
}
.yellow a {
  color: #ff0;
}
.gren1 {
  color: #099072;
}
.gren1 a {
  color: #099072;
}
html {
  color: #000;
  background: #fff;
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:after,
q:before {
  content: "";
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
a,
ins {
  text-decoration: none;
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fn-clear {
  zoom: 1;
  clear: both;
}
body .fn-hide {
  display: none;
}
.fn-left,
.fn-right {
  display: inline;
}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.mtop {
  margin-top: 13px;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-indent {
  text-indent: 2em;
  text-align: justify;
}
.bg-blue {
  background-color: #f1f8ff;
  overflow: hidden;
  padding-top: 4.53125vw;
  margin-top: 5.20833vw;
}
.u-songti {
  font-family: "Songti SC", STSong, SimSun, "WenQuanYi Bitmap Song", serif;
}
.mb50 {
  margin-bottom: 2.60417vw;
}
.mt30 {
  margin-top: 1.5625vw;
}
