@charset "UTF-8";
/*@font-face{font-family:'HarmonyOS_Sans_SC';src:url('../fonts/HarmonyOS_Sans_SC_Light.ttf');font-display:swap;font-weight:100;}
@font-face{font-family:'HarmonyOS_Sans_SC';src:url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');font-display:swap;font-weight:normal;}
@font-face{font-family:'HarmonyOS_Sans_SC';src:url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');font-display:swap;font-weight:500;}
@font-face{font-family:'HarmonyOS_Sans_SC';src:url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');font-display:swap;font-weight:bold;}*/
:root {
  --colDf: #005095; /*主颜色*/
  --colTM: #0050951A; /*透明度*/
}

/*100% —FF
95% — F2
90% — E6
85% — D9
80% — CC
75% — BF
70% — B3
65% — A6
60% — 99
55% — 8C
50% — 80
45% — 73
40% — 66
35% — 59
30% — 4D
25% — 40
20% — 33
15% — 26
10% — 1A
5% — 0D
0% — 00*/
[v-cloak] {
  display: none;
}

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 20px;
  }
}
/*初始化*/
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0;
  margin: 0 auto;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333;
  width: 100%;
  min-width: 320px;
  zoom: 1;
  background-color: #fff;
  word-break: break-word;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  position: relative;
}

body, input, select, th, td, textarea {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.16rem;
}

pre {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

ul, ol {
  list-style: revert;
  list-style-position: inside !important;
}

ul > li {
  list-style: revert;
  list-style-position: inside !important;
}

ol > li {
  list-style: revert;
  list-style-position: inside !important;
}

.ul, .ol, .ul > li, .ol > li {
  list-style: none;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  min-height: 4px;
}

em, i {
  font-style: normal;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  outline: 0;
}

table {
  word-break: break-word;
  border-collapse: collapse;
  max-width: 100%;
}

table td {
  padding: 10px;
  border: 1px solid #eee;
}

video {
  max-width: 100%;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

.ul, .ul > li, .dl, .dl > dd, .dl > dt {
  list-style: none;
  font-weight: normal;
}

input:focus {
  outline: none;
}

input, button, select, textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #333;
  outline: none;
  resize: none;
}

canvas {
  display: block;
}

/*初始化图片*/
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

/*初始化a*/
a, a:focus {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: var(--colDf);
}

a, a:hover {
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
}

/*全局样式*/
.qui_warp {
  max-width: 14.4rem;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.qui_main_box {
  padding: 0.6rem 0 0.8rem;
}

.qui_ytable {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.qui_ytable_cell {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.qui_ytable_cell img {
  max-height: 100%;
}

pre, .qui_ts {
  white-space: pre-line;
}

.qui_tss {
  white-space: pre-wrap;
}

.qui_tl {
  text-align: left !important;
}

.qui_tr {
  text-align: right !important;
}

.qui_tc {
  text-align: center !important;
}

.qui_tj {
  text-align: justify !important;
}

.qui_fl {
  float: left !important;
}

.qui_fr {
  float: right !important;
}

.qui_text {
  display: block;
  line-height: 0.42rem;
  height: 0.42rem;
  width: 100%;
  border: 1px solid #eee;
  padding: 0 0.2rem;
}

.qui_text:focus {
  border-color: var(--colDf);
}

.qui_ds_inb {
  display: inline-block;
  vertical-align: top;
}

.qui_ds_no {
  display: none !important;
}

.qui_ovh {
  overflow: hidden !important;
}

/*.qui_dot{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;display:block;}*/
.qui_dot, .qui_dot2, .qui_dot3, .qui_dot4, .qui_dot5, .qui_dot6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.qui_dot {
  -webkit-line-clamp: 1;
}

.qui_dot2 {
  -webkit-line-clamp: 2;
}

.qui_dot3 {
  -webkit-line-clamp: 3;
}

.qui_dot4 {
  -webkit-line-clamp: 4;
}

.qui_dot5 {
  -webkit-line-clamp: 5;
}

.qui_dot6 {
  -webkit-line-clamp: 6;
}

.qui_pic {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
}

.qui_pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.qui_ibox {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qui_ibox img {
  max-height: 100%;
}

.qui_abox {
  position: relative;
  height: 0;
  padding-bottom: 66.6666667%;
  overflow: hidden;
}

.qui_abox img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/*暂无数据*/
.noData {
  padding: 0.4rem 0.4rem 0.6rem;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 1.7rem;
  background: #fff url(../images/noData.svg) top center no-repeat;
  background-size: auto 1.6rem;
  line-height: 1.5;
  color: #999;
}

/*颜色*/
.qui_col_df {
  color: var(--colDf) !important;
}

/*默认*/
.qui_col_cc {
  color: #ccc !important;
}

.qui_col_00 {
  color: #000 !important;
}

.qui_col_33 {
  color: #333 !important;
}

.qui_col_66 {
  color: #666 !important;
}

.qui_col_99 {
  color: #999 !important;
}

.qui_col_ff {
  color: #fff !important;
}

.qui_col_cc {
  color: #ccc !important;
}

.qui_col_red {
  color: red !important;
}

/*背景*/
.qui_bg_black70 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

.qui_bg_cc {
  background-color: #ccc !important;
}

.qui_bg_ff {
  background-color: #fff !important;
}

.qui_bg_f8 {
  background-color: #f8f8f8 !important;
}

.qui_bg_f5 {
  background-color: #f5f5f5 !important;
}

.qui_bg_f7f8fa {
  background-color: #f7f8fa !important;
}

/*字号*/
.qui_fw100 {
  font-weight: 100 !important;
}

.qui_fw500 {
  font-weight: 500 !important;
}

.qui_fwn {
  font-weight: normal !important;
}

.qui_fwb {
  font-weight: bold !important;
}

.qui_fs12 {
  font-size: 0.12rem !important;
}

.qui_fs14 {
  font-size: 0.14rem !important;
}

.qui_fs16 {
  font-size: 0.16rem !important;
}

.qui_fs18 {
  font-size: 0.18rem !important;
}

.qui_fs20 {
  font-size: 0.2rem !important;
}

.qui_fs22 {
  font-size: 0.22rem !important;
}

.qui_fs24 {
  font-size: 0.24rem !important;
}

.qui_fs26 {
  font-size: 0.26rem !important;
}

.qui_fs28 {
  font-size: 0.28rem !important;
}

.qui_fs30 {
  font-size: 0.3rem !important;
}

.qui_fs32 {
  font-size: 0.32rem !important;
}

.qui_fs34 {
  font-size: 0.34rem !important;
}

.qui_fs36 {
  font-size: 0.36rem !important;
}

.qui_fs38 {
  font-size: 0.38rem !important;
}

.qui_fs40 {
  font-size: 0.4rem !important;
}

.qui_fs42 {
  font-size: 0.42rem !important;
}

.qui_fs44 {
  font-size: 0.44rem !important;
}

.qui_fs46 {
  font-size: 0.46rem !important;
}

/*边距*/
.qui_pad_t0 {
  padding-top: 0 !important;
}

.qui_pad_t04 {
  padding-top: 0.04rem !important;
}

.qui_pad_t06 {
  padding-top: 0.06rem !important;
}

.qui_pad_t08 {
  padding-top: 0.08rem !important;
}

.qui_pad_t10 {
  padding-top: 0.1rem !important;
}

.qui_pad_t20 {
  padding-top: 0.2rem !important;
}

.qui_pad_t30 {
  padding-top: 0.3rem !important;
}

.qui_pad_t40 {
  padding-top: 0.4rem !important;
}

.qui_pad_t50 {
  padding-top: 0.5rem !important;
}

.qui_pad_t60 {
  padding-top: 0.6rem !important;
}

.qui_pad_t70 {
  padding-top: 0.7rem !important;
}

.qui_pad_t80 {
  padding-top: 0.8rem !important;
}

.qui_pad_l0 {
  padding-left: 0 !important;
}

.qui_pad_l04 {
  padding-left: 0.04rem !important;
}

.qui_pad_l06 {
  padding-left: 0.06rem !important;
}

.qui_pad_l08 {
  padding-left: 0.08rem !important;
}

.qui_pad_l10 {
  padding-left: 0.1rem !important;
}

.qui_pad_l20 {
  padding-left: 0.2rem !important;
}

.qui_pad_l30 {
  padding-left: 0.3rem !important;
}

.qui_pad_l40 {
  padding-left: 0.4rem !important;
}

.qui_pad_l50 {
  padding-left: 0.5rem !important;
}

.qui_pad_l60 {
  padding-left: 0.6rem !important;
}

.qui_pad_l70 {
  padding-left: 0.7rem !important;
}

.qui_pad_l80 {
  padding-left: 0.8rem !important;
}

.qui_pad_r0 {
  padding-right: 0 !important;
}

.qui_pad_r04 {
  padding-right: 0.04rem !important;
}

.qui_pad_r06 {
  padding-right: 0.06rem !important;
}

.qui_pad_r08 {
  padding-right: 0.08rem !important;
}

.qui_pad_r10 {
  padding-right: 0.1rem !important;
}

.qui_pad_r20 {
  padding-right: 0.2rem !important;
}

.qui_pad_r30 {
  padding-right: 0.3rem !important;
}

.qui_pad_r40 {
  padding-right: 0.4rem !important;
}

.qui_pad_r50 {
  padding-right: 0.5rem !important;
}

.qui_pad_r60 {
  padding-right: 0.6rem !important;
}

.qui_pad_r70 {
  padding-right: 0.7rem !important;
}

.qui_pad_r80 {
  padding-right: 0.8rem !important;
}

.qui_pad_b0 {
  padding-bottom: 0 !important;
}

.qui_pad_b04 {
  padding-bottom: 0.04rem !important;
}

.qui_pad_b06 {
  padding-bottom: 0.06rem !important;
}

.qui_pad_b08 {
  padding-bottom: 0.08rem !important;
}

.qui_pad_b10 {
  padding-bottom: 0.1rem !important;
}

.qui_pad_b20 {
  padding-bottom: 0.2rem !important;
}

.qui_pad_b30 {
  padding-bottom: 0.3rem !important;
}

.qui_pad_b40 {
  padding-bottom: 0.4rem !important;
}

.qui_pad_b50 {
  padding-bottom: 0.5rem !important;
}

.qui_pad_b60 {
  padding-bottom: 0.6rem !important;
}

.qui_pad_b70 {
  padding-bottom: 0.7rem !important;
}

.qui_pad_b80 {
  padding-bottom: 0.8rem !important;
}

.qui_mar_t0 {
  margin-top: 0 !important;
}

.qui_mar_t04 {
  margin-top: 0.04rem !important;
}

.qui_mar_t06 {
  margin-top: 0.06rem !important;
}

.qui_mar_t08 {
  margin-top: 0.08rem !important;
}

.qui_mar_t10 {
  margin-top: 0.1rem !important;
}

.qui_mar_t20 {
  margin-top: 0.2rem !important;
}

.qui_mar_t30 {
  margin-top: 0.3rem !important;
}

.qui_mar_t40 {
  margin-top: 0.4rem !important;
}

.qui_mar_t50 {
  margin-top: 0.5rem !important;
}

.qui_mar_t60 {
  margin-top: 0.6rem !important;
}

.qui_mar_t70 {
  margin-top: 0.7rem !important;
}

.qui_mar_t80 {
  margin-top: 0.8rem !important;
}

.qui_mar_r0 {
  margin-right: 0 !important;
}

.qui_mar_r04 {
  margin-right: 0.04rem !important;
}

.qui_mar_r06 {
  margin-right: 0.06rem !important;
}

.qui_mar_r08 {
  margin-right: 0.08rem !important;
}

.qui_mar_r10 {
  margin-right: 0.1rem !important;
}

.qui_mar_r20 {
  margin-right: 0.2rem !important;
}

.qui_mar_r30 {
  margin-right: 0.3rem !important;
}

.qui_mar_r40 {
  margin-right: 0.4rem !important;
}

.qui_mar_r50 {
  margin-right: 0.5rem !important;
}

.qui_mar_r60 {
  margin-right: 0.6rem !important;
}

.qui_mar_r70 {
  margin-right: 0.7rem !important;
}

.qui_mar_r80 {
  margin-right: 0.8rem !important;
}

.qui_mar_b0 {
  margin-bottom: 0 !important;
}

.qui_mar_b04 {
  margin-bottom: 0.04rem !important;
}

.qui_mar_b06 {
  margin-bottom: 0.06rem !important;
}

.qui_mar_b08 {
  margin-bottom: 0.08rem !important;
}

.qui_mar_b10 {
  margin-bottom: 0.1rem !important;
}

.qui_mar_b20 {
  margin-bottom: 0.2rem !important;
}

.qui_mar_b30 {
  margin-bottom: 0.3rem !important;
}

.qui_mar_b40 {
  margin-bottom: 0.4rem !important;
}

.qui_mar_b50 {
  margin-bottom: 0.5rem !important;
}

.qui_mar_b60 {
  margin-bottom: 0.6rem !important;
}

.qui_mar_b70 {
  margin-bottom: 0.7rem !important;
}

.qui_mar_b80 {
  margin-bottom: 0.8rem !important;
}

.qui_mar_l0 {
  margin-left: 0 !important;
}

.qui_mar_l04 {
  margin-left: 0.04rem !important;
}

.qui_mar_l06 {
  margin-left: 0.06rem !important;
}

.qui_mar_l08 {
  margin-left: 0.08rem !important;
}

.qui_mar_l10 {
  margin-left: 0.1rem !important;
}

.qui_mar_l20 {
  margin-left: 0.2rem !important;
}

.qui_mar_l30 {
  margin-left: 0.3rem !important;
}

.qui_mar_l40 {
  margin-left: 0.4rem !important;
}

.qui_mar_l50 {
  margin-left: 0.5rem !important;
}

.qui_mar_l60 {
  margin-left: 0.6rem !important;
}

.qui_mar_l70 {
  margin-left: 0.7rem !important;
}

.qui_mar_l80 {
  margin-left: 0.8rem !important;
}

/*flex布局*/
.qui_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qui_fw_w {
  flex-wrap: wrap !important;
}

.qui_fw_nw {
  flex-wrap: nowrap !important;
}

.qui_jc_fs {
  justify-content: flex-start !important;
}

.qui_jc_fe {
  justify-content: flex-end !important;
}

.qui_jc_c {
  justify-content: center !important;
}

.qui_fd_c {
  flex-direction: column !important;
}

.qui_ai_fs {
  align-items: flex-start !important;
}

.qui_ai_fe {
  align-items: flex-end !important;
}

.qui_ai_c {
  align-items: center !important;
}

.qui_flex_a {
  flex: auto !important;
}

.qui_flex_1 {
  flex: 1 !important;
  min-width: 0;
}

.qui_flex_0 {
  flex-shrink: 0 !important;
}

/*按钮*/
.qui_btn_df {
  display: inline-block;
  vertical-align: top;
  min-width: 1.6rem;
  line-height: 0.6rem;
  color: #fff !important;
  font-size: 0.16rem;
  border-radius: 0.6rem;
  background: var(--colDf);
  text-align: center;
  padding: 0 0.24rem;
}

.qui_btn_df.ee {
  background: #eee;
  color: #333 !important;
}

/*滚动条样式*/
.qui_gdt::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.qui_gdt::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.qui_gdt::-webkit-scrollbar-thumb {
  background-color: var(--colDf);
  border-radius: 2.5px;
}

.qui_gdt::-webkit-scrollbar-thumb:hover {
  background-color: var(--colDf);
  border-radius: 2.5px;
}

.qui_gdt::-webkit-scrollbar-thumb:active {
  background-color: var(--colDf);
  border-radius: 2.5px;
}

/*图片放大*/
.qui_a {
  display: block;
  -webkit-transform: rotate(0deg);
  overflow: hidden;
}

.qui_img {
  transition: all 0.4s ease-out;
}

a:hover .qui_img {
  transform: scale(1.1);
}

a:hover .qui_abox .qui_img {
  transform: scale(1.1) translateX(-50%) translateY(-50%);
}

.qui_a:hover .qui_img {
  transform: scale(1.1);
}

.qui_imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-out;
}

a:hover .qui_imgbg {
  transform: scale(1.1);
}

.qui_a:hover .qui_imgbg {
  transform: scale(1.1);
}

.qui_imgbgn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 头部 */
.qui_search_box {
  position: relative;
  width: 2.6rem;
}

.qui_search_box .qui_text {
  padding: 0 0.5rem 0 0.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.42rem;
  height: 0.42rem;
}

.qui_search_box .quibtn {
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/top_ss.png") center no-repeat;
  z-index: 1;
}

.qui_logo img {
  display: block;
  max-height: 0.5rem !important;
}

.qui_top_box {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 90;
}

.qui_top_nav .ULLIST {
  display: flex;
  align-items: center;
}

.qui_top_nav .ULLIST > li > a {
  display: block;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  padding: 0.25rem 0.2rem;
  white-space: nowrap;
}

/*二级下拉*/
.qui_top_nav .ULLIST > li {
  position: relative;
}

.qui_submenu {
  position: absolute;
  width: 100%;
  min-width: 1.2rem;
  left: 50%;
  top: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateX(-50%) translateY(-0.1rem);
  font-size: 0.15rem;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out;
  opacity: 0;
}

.qui_submenu > dd > a {
  display: block;
  padding: 0.1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.qui_submenu > dd > a:hover {
  color: var(--colDf);
  border-color: var(--colDf);
}

@media (min-width: 1025px) {
  .qui_top_nav .ULLIST > li:hover > a, .qui_top_nav .ULLIST > li.on > a {
    color: var(--colDf);
  }
  .qui_top_nav .ULLIST > li:hover .qui_submenu {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }
}
/* ban */
.qui_banbox {
  position: relative;
  overflow: hidden;
}

.qui_banbox .quiinfo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 96%;
  max-width: 14.4rem;
  color: #fff;
  font-size: 0.24rem;
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.3;
}

.qui_banbox .quicn {
  font-size: 0.48rem;
  font-weight: bold;
}

.qui_banbox .quien {
  margin-top: 0.15rem;
  text-transform: capitalize;
}

/* 微信分享 */
.quiShareImg {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: none;
}

.quiShareImg .quitxt {
  margin-bottom: 6px;
}

/*分页*/
.Pages {
  zoom: 1;
  overflow: hidden;
  text-align: center;
  padding: 0.4rem 0 0;
  font-size: 0;
  line-height: 0;
}

.Pages * {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
}

.Pages a {
  font-size: 0.16rem;
  min-width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background: #f6f6f6;
  padding: 0 0.1rem;
  margin: 0 0.05rem;
  overflow: hidden;
}

.Pages a:hover, .Pages a.a_cur {
  background-color: var(--colDf);
  color: #fff;
}

.Pages a.a_prev, .Pages a.a_next {
  font-family: "宋体";
  font-weight: bold;
  min-width: 0.6rem;
}

.qui_nav_btn {
  display: none;
}

.qui_wap_bg {
  display: none;
}

.qui_body_ovh {
  overflow: hidden;
}

.qui_top_boxH {
  height: 0;
}

.qui_single {
  line-height: 1.875;
}

.qui_single p {
  min-height: 0.2rem;
}

.qui_pc_show {
  display: block !important;
  width: 100%;
}

.qui_wap_show {
  display: none !important;
  width: 100%;
}

/*悬浮*/
.qui_float_box {
  position: fixed;
  z-index: 80;
  right: 1vh;
  bottom: 1vh;
}

.qui_float_box .quia {
  display: flex;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: #fff;
  width: 0.42rem;
  height: 0.42rem;
  position: relative;
  align-items: center;
  justify-content: center;
  box-shadow: 0.02rem 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}

.qui_float_box .quia > img {
  max-width: 56%;
  max-height: 56%;
}

.qui_float_box .quiimg {
  display: block;
  margin-top: 0.1rem;
  position: relative;
}

@media (max-width: 1024px) {
  .qui_logo img {
    display: block;
    max-height: 0.4rem !important;
  }
  .qui_top_box .quirr {
    padding-right: 0.5rem;
  }
  .qui_single p {
    min-height: 0.1rem;
  }
  .Pages {
    padding-top: 0.25rem;
  }
  .qui_top_box {
    padding: 0.12rem 0;
  }
  .qui_top_nav {
    position: fixed;
    max-width: 360px;
    width: 72%;
    right: -100%;
    top: 0;
    z-index: 1001;
    height: 100%;
    padding: 0;
    transition: all 0.4s ease-out;
    overflow: auto;
    background: var(--colDf);
  }
  .qui_top_nav .ULLIST {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .qui_top_nav .ULLIST > li > a {
    font-size: 0.2rem;
    padding: 0.2rem 0.35rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
  }
  .qui_top_nav .ULLIST > li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .qui_nav_btn {
    position: absolute;
    z-index: 2;
    width: 0.3rem;
    height: 0.3rem;
    background: url("../images/btn_bg.svg") right center no-repeat;
    background-size: auto 0.22rem;
    display: block;
    right: 2%;
    top: 50%;
    margin-top: -0.15rem;
  }
  .qui_wap_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.65);
    display: none;
  }
  .qui_body_ovh .qui_top_nav {
    right: 0;
  }
  .qui_top_nav .ULLIST > li .quiaa {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: 0.7rem;
    background: url(../images/mm.svg) 80% center no-repeat;
    background-size: auto 0.2rem;
    z-index: 10;
    cursor: pointer;
  }
  .qui_top_nav .ULLIST > li .qui_submenu {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    position: relative;
    background: transparent;
    padding: 0;
    border-top: 1px solid transparent;
    display: none;
    left: auto;
    top: auto;
    transition: none;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 0;
  }
  .qui_top_nav .ULLIST > li .qui_submenu > dd > a {
    font-size: 0.19rem;
    padding: 0.2rem 0.35rem;
    white-space: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    border-top: 0.01rem solid rgba(255, 255, 255, 0.85);
  }
  .qui_top_nav .ULLIST > li .qui_submenu > dd:last-child > a {
    border-bottom: 0;
  }
}
@media (max-width: 750px) {
  .qui_nav_btn {
    background-size: auto 22px;
  }
  .qui_wap_show {
    display: block !important;
  }
  .qui_pc_show {
    display: none !important;
  }
  .qui_banbox > img {
    min-height: 2.6rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*搜索列表*/
.qui-tt-list .qui-hover {
  display: block;
  overflow: hidden;
  line-height: 54px;
  border-bottom: 1px solid #eee;
}

.qui-tt-list .qui-hover time {
  float: right;
  padding-left: 5px;
}

.qui-tt-list .qui-hover .qui_dot {
  margin-right: 80px;
}

/*网站地图*/
.sitemap li {
  padding: 3% 0;
  border-bottom: solid 1px #eee;
}

.sitemap li span {
  font-size: 16px;
}

.sitemap dl {
  padding: 1% 0 0;
}

.sitemap dt {
  display: inline-block;
  opacity: 0.8;
  padding-right: 20px;
}

/*新闻详情*/
.qui_news_tt {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1111111111;
}

.qui_news_tm {
  color: #999;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.01rem solid #eee;
  text-align: center;
}

.qui_news_tm > * {
  padding: 0 0.1rem;
}

.qui_news_con {
  padding: 0.5rem 0 0;
  text-align: justify;
  font-size: 0.18rem;
  color: #777;
  line-height: 0.36rem;
}

.qui_news_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
  margin-top: 0.5rem;
  border-top: 0.01rem solid #eee;
}

.qui_news_page .qui_ll {
  line-height: 0.36rem;
  flex: 1;
}

.qui_news_page .qui_rr {
  flex-shrink: 0;
  margin-left: 0.2rem;
}

.qui_news_page .qui_btn_df {
  min-width: 1.6rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  border-radius: 0.6rem;
  background: var(--colDf);
  text-align: center;
  padding: 0 0.2rem;
}

@media (max-width: 1024px) {
  .qui_news_tt {
    font-size: 0.24rem;
  }
  .qui_news_con {
    padding-top: 0.3rem;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .qui_news_page {
    padding-top: 0.24rem;
    margin-top: 0.3rem;
  }
  .qui_news_page .qui_btn_df {
    min-width: 0;
    padding: 0 0.26rem;
  }
}
/*友情链接*/
.qui-logo-list .ULLIST {
  overflow: hidden;
  margin: -1%;
}

.qui-logo-list .ULLIST .li {
  width: 16.6666666667%;
  float: left;
  padding: 1%;
  text-align: center;
}

.qui-logo-list .ULLIST .li .qui-ytable-cell {
  text-align: center;
  height: 80px;
  border: 1px solid #eee;
  padding: 5px;
}

.qui-logo-list .ULLIST .li .qui-ytable-cell img {
  max-height: 70px;
}

.qui-logo-list .ULLIST .li .h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 8px;
}

.qui-logo-list .ULLIST .li a:hover .h3 {
  color: var(--colDf);
}

.qui-logo-list .ULLIST .li a {
  display: block;
}

@media (max-width: 1024px) {
  .qui-logo-list .ULLIST .li {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .qui-logo-list .ULLIST .li {
    width: 33.333333%;
  }
}
@media (max-width: 480px) {
  .qui-logo-list .ULLIST .li {
    width: 50%;
  }
  .qui-logo-list .ULLIST .li .h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  .qui-logo-list .ULLIST .li .qui-ytable-cell img {
    max-height: 60px;
  }
  .qui-logo-list .ULLIST .li .qui-ytable-cell {
    height: 70px;
  }
}/*# sourceMappingURL=baseUI.css.map */