<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

.a {
  cursor: pointer;
}

.aclr {
  color: #007bff;
}

.top {
  height: 24px;
  background-color: #e3e3e3;
}

.f12 {
  font-size: 12px;
}

header {
  width: 100%;
  height: 80px;
  color: #333;
  z-index: 9999;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  header .logo img {
    width: 170px;
  }
}

@media screen and (max-width: 640px) {
  header {
    height: 55px;
  }
}

header ._nav a {
  margin-left: 10px;
  font-size: 14px;
}

header .navwarp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  header .navwarp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 50px;
    left: 0;
    z-index: 9999;
    background-color: #333;
  }
  header .navwarp ._nav a {
    display: block;
    margin-top: 16px;
  }
  header .navwarp .telbox {
    margin-top: 16px;
    margin-left: 20px;
  }
}

header .zsy_nav_icon {
  display: none;
}

@media screen and (max-width: 640px) {
  header .zsy_nav_icon {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .zsy_nav_icon .biwarp_1 {
  background-color: #717171;
  border-radius: 6px;
  font-size: 14px;
  padding: 2px 5px;
  color: #fff;
}

header .navwarp.show {
  display: block;
  background: #fffbf1;
}

.ibx {
  background-color: #fffde7;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.ibx .tit {
  text-align: center;
  margin-bottom: 40px;
}

.ibx .tit h6 {
  font-size: 40px;
  margin-bottom: 17px;
}

.ibx .tit p {
  font-size: 14px;
  color: #717171;
}

.ibx_gb1 {
  background-color: #e0f1ff;
}

.ibx1 {
  margin-bottom: 50px;
}

.ibx1 .tit {
  text-align: center;
  margin-bottom: 40px;
}

.ibx1 .tit h6 {
  font-size: 40px;
  margin-bottom: 17px;
}

.ibx1 .tit p {
  font-size: 14px;
  color: #717171;
}

.u-l-1 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
  gap: 30px;
}

@media screen and (max-width: 640px) {
  .u-l-1 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.u-l-1 .s1 {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
}

.u-l-1 li {
  list-style: none;
  height: 80px;
  border: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.u-l-2 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
  gap: 30px;
}

.u-l-2 .s1 {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
}

@media screen and (max-width: 640px) {
  .u-l-2 .s1 {
    display: none;
  }
}

.u-l-2 li {
  list-style: none;
}

.u-l-2 li p {
  color: #717171;
  font-size: 14px;
  margin-top: 10px;
}

.ban {
  height: 450px;
  background-color: dodgerblue;
}

.ban .ban_item {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  color: #fff;
}

.ban .ban_item h5 {
  font-size: 37px;
}

.ban .ban_item button {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 7px 20px;
  margin-top: 20px;
}

.ban_bm {
  background-color: #d7d7d7;
  padding: 3px 0;
  font-size: 14px;
}

.ban_bm .col-md-4 {
  text-align: center;
}

.ban_bm i {
  font-style: normal;
  color: #ff5722;
  font-size: 19px;
  font-weight: bold;
}

.area1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 640px) {
  .area1 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.area1 dl {
  text-align: center;
}

.area1 dl dd {
  margin-top: 10px;
  color: #777;
  line-height: 30px;
}

.jdj {
  text-align: center;
  background-color: #2196f3;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  height: 139px;
}

.jdj i {
  font-style: normal;
  font-size: 48px;
  color: #ffeb3b;
}

.ibx3 {
  background-color: #333;
  color: #fff;
}

.ibx3 h5 {
  font-size: 34px;
  color: #ffeb3b;
}

.ibx3 hr {
  background-color: #999;
}

.ibx3 p {
  color: #999;
}

.ibx3 ul {
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  gap: 1px;
  background-color: #585128;
}

.ibx3 ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
}

.gdsfd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 640px) {
  .gdsfd {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.gdsfd dl {
  text-align: center;
}

.gdsfd dl span {
  display: block;
}

.gdsfd dl span i {
  font-size: 55px;
}

.gdsfd dl dd {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.gdsfd dl dt {
  font-size: 24px;
}

.ibx4 {
  background-color: #00569b;
  color: #39a7ff;
}

.ibx4 h6 {
  font-size: 26px;
  color: #fff;
}

.ibx4 hr {
  background-color: #fff;
}

.drfd2 ul {
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 640px) {
  .drfd2 ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.drfd2 ul li {
  list-style: none;
  padding: 10px;
}

.drfd2 ul li p {
  font-size: 14px;
}

.drfd2 ul li h6 {
  font-weight: bold;
}

.drfd2 ul li i.bi {
  color: #ffc107;
  font-size: 21px;
  margin-right: 10px;
}

footer a {
  color: #78808d;
}

footer ul {
  margin-top: 20px;
}

footer ul, footer li {
  list-style: none;
  padding: 0;
}

footer li {
  margin-bottom: 10px;
}

.kfinkv .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kfinkv .item h6 {
  font-weight: bold;
}

.kfinkv .item a {
  font-size: 14px;
}

.kfinkv .item img {
  width: 120px;
  height: 120px;
}

.ids_list .item {
  text-align: center;
  padding-bottom: 40px;
}

.ids_list .item img {
  max-width: 130px;
  margin-bottom: 20px;
}

.ids_list .item p {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.f14 {
  font-size: 14px;
}

.sec2 {
  padding: 60px 0;
  color: #fff;
  background-color: #3787FF;
}

.sec2 .tit {
  text-align: center;
  padding-bottom: 50px;
}

.sec2 .tit h3 {
  font-size: 40px;
}

.sec2 .item {
  margin-bottom: 30px;
}

.sec2 .item i.bi {
  font-size: 50px;
  margin-right: 20px;
}

.sec2 .item p {
  font-size: 14px;
  color: #b1d0ff;
}

.sec_al {
  padding: 60px 0;
}

.tit_al {
  text-align: center;
  padding-bottom: 50px;
}

.tit_al h3 {
  font-size: 40px;
}

.tit_al p {
  font-size: 14px;
  color: #717171;
}

.mx_img {
  max-width: 100%;
}

.sec3 img {
  max-width: 100%;
}

.sec3 .text12 {
  color: #858585;
  line-height: 30px;
}

.sec4 {
  background-color: #00bcd4;
  color: #fff;
}

.sec4 .tit_al p {
  color: #fff;
}

.sec4 .ctx {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 640px) {
  .sec4 .ctx {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}

.sec4 .ctx div {
  background-color: #fff;
  color: #333;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .sec4 .ctx div {
    padding: 5px;
  }
}

.sec4 .ctx .d1 {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  padding: 0;
}

.sec4 .ctx .d1 img {
  width: 100%;
  height: 100%;
}

.sec4 .ctx .d2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec5 li {
  list-style: none;
}

.sec6 .stit {
  font-size: 20px;
}

.sec6 ul {
  padding-left: 0;
}

.sec6 li {
  list-style: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inews .tit {
  margin-bottom: 70px;
}

.inews ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.inews ul li {
  width: 30%;
  list-style: none;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .inews ul li {
    width: 100%;
  }
}

.inews ul li a {
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.inews ul li p {
  color: #6f6f6f;
  line-height: 26px;
  font-size: 14px;
}

/** 
 * @Author: flydreame 
 * @Date: 2023-04-19 13:56:21 
 * @Desc: 项目信息 
 */
.xmu_info .xmu_info_cont {
  background-color: #f5f5f5;
}

.xmu_info .xmu_info_cont .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xmu_info .xmu_info_cont .tit b {
  font-size: 18px;
  font-weight: bold;
}

.xmu_info .xmu_info_cont .vo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .xmu_info .xmu_info_cont .vo li {
    display: block;
  }
}

.xmu_info .xmu_info_cont .vo li a {
  color: #007bff;
}

.xmu_info .xmu_info_cont .vo li .flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xmu_info .xmu_info_cont .vo li .hs {
  width: 100px;
  color: #ff5722;
}

.xmu_info .xmu_info_cont .vo li .tm {
  color: #9d9d9d;
}

.xiangmu_read h1 {
  font-size: 30px;
}

.xiangmu_read .mbaoxue {
  font-size: 14px;
  color: #6c757d;
}

.xiangmu_read .login_check {
  padding: 20px 0;
  background-color: #fffdf5;
  border: 1px solid #ffb9a5;
  min-height: 80px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xiangmu_read .rtbox li {
  list-style: none;
  margin-bottom: 10px;
}

.new_header {
  height: 129px;
}

@media screen and (max-width: 640px) {
  .new_header {
    height: 75px;
  }
}

.new_header ._nav a {
  font-size: 18px;
  font-weight: bold;
  margin-left: 38px;
}

.newtop {
  height: 37px;
  background-color: #f1f1f1;
}

.newtop .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .newtop .container .snav {
    max-width: 100px;
  }
}

.newtop .container .snav a {
  font-size: 13px;
  margin-right: 16px;
}

.newtop .container .lognav {
  font-size: 13px;
  min-width: 80px;
}

.newtop .container .lognav em {
  color: #ccc;
  font-style: normal;
  margin: 0 5px;
}

.newtop .container .lognav .a, .newtop .container .lognav a {
  cursor: pointer;
  color: #007bff;
}

.ouser_vo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.ouser_vo .s1 {
  color: #adadad;
}

.contant_read img {
  max-width: 100%;
}

.xiangmu_view {
  width: 100vw;
  background-color: #F44336;
  position: fixed;
  bottom: 0px;
  left: 0;
  color: #fff;
}

.xiangmu_view ._tips {
  background-color: #ff6e40;
  padding: 8px 0;
  text-align: center;
}

.xiangmu_view .btnbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
}

.xiangmu_view .btnbar span, .xiangmu_view .btnbar .span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #fff;
}

.bage1 {
  background-color: #03A9F4;
  display: inline-block;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 12px;
}

/** 
 * @Author: flydreame 
 * @Date: 2023-04-19 13:56:21 
 * @Desc: 项目信息 
 */
.xiangmu_txtbnr {
  height: 52px;
  background-color: #03A9F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.baojia_bar {
  background: url(/ggong/pinpai.png) center center;
  display: block;
  height: 80px;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 640px) {
  .baojia_bar {
    background: url(/ggong/pinpai_mobi.png) center center;
    height: 50px;
  }
}

.gjkslld_txt {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  background-color: #ecf7ff;
  padding-top: 8px;
  font-weight: bold;
}

.gjkslld_txt li {
  width: 20%;
  list-style: none;
  overflow: hidden;
  margin-bottom: 8px;
}

.dfasdfsf_img li {
  list-style: none;
  margin-bottom: 1px;
}

.dfasdfsf_img li img {
  max-width: 100%;
}

.hmgg {
  position: relative;
}

.hmgg::after {
  content: "广告";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 24px;
  right: -13px;
  bottom: -6px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
/*# sourceMappingURL=main.css.map */</pre></body></html>