.zffromr {
  position: relative;
}

.zffromr .finger {
  margin-top: 0px;
  text-align: center;
  position: absolute;
  right: 20%;
  bottom: -15%;
  width: 0.3rem;
  height: 0.3rem;
  animation: finger_move 1s linear infinite;
}

@keyframes finger_move {
  0% {
    right: 20%;
    bottom: -15%;
  }

  50% {
    right: 15%;
    bottom: -20%;
  }

  100% {
    right: 20%;
    bottom: -15%;
  }
}

.top_bananer {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.top_tt {
  position: absolute;
  top: 75%;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 1440px;
}

.top_tt h3 {
  font-size: 60px;
  letter-spacing: 10px;
  display: inline-block;
  font-family: "PINGFANG BOLD";
}

.top_tt span {
  font-size: 14px;
  padding-top: 58px;
  letter-spacing: 2px;
  float: right;

  font-family: "PINGFANG MEDIUM";
}

.about_t {
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
}

.er_t {
  margin-top: 100px;
  position: relative;
}

.about_t .ableft {
  float: left;
  width: 650px;
  margin-top: 80px;
}

.about_t .ableft h1 {
  font-size: 32px;
  color: #333;
  font-family: "PINGFANG BOLD";
}

.about_t .ableft hr {
  width: 35px;
  background-color: #043c77;
  height: 5px;
  border: none;
  margin: 30px 0px;
}

.about_t .ableft p {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  padding: 12px 0px;
  font-family: "PINGFANG REGULAR";
}

.about_t .abright {
  float: right;
  margin-top: 60px;
}

.abright img {
  transition: all 0.3s linear;
}

.abright:hover img {
  opacity: 0.85;
}

.fw_l_l {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.fw_l_l li {
  float: left;
  font-size: 18px;
  height: 80px;
  margin-right: 30px;
  line-height: 80px;
  font-family: "PINGFANG MEDIUM";
}

.fw_l_l li a {
  color: #666666;
}

.fw_l_l li a:hover {
  color: #043c77;
}

.fw_l_l li .fwcur {
  color: #043c77;
}

.fuwu {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 70px 0px;
  padding-bottom: 180px;
}

.fw_li {
  overflow: hidden;
  background-color: #f7f7f7;
}

.ditu_img {
  width: 65%;
  float: left;
}

.lianxi {
  width: 33%;
  float: right;
}

.fw_li li {
  float: left;
  width: 445px;
  background-color: #fff;
  margin-right: 42px;

  margin-bottom: 35px;
  box-sizing: border-box;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-family: "PINGFANG BOLD";

  margin-bottom: 20px;
}

.fw_li li:nth-child(3n + 0) {
  margin-right: 0px;
}

.fw_li li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #043c77;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateX(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.fw_li li:hover {
  box-shadow: 1px 1px 8px #ccc;
  transition: all 0.3s ease-in-out;
}

.fw_li li:hover:after {
  transform: translateX(0);
}

.fu_li_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  color: #043c77;
  padding: 35px 55px;
}

.fu_li_box:hover h2 {
  color: #fff;
}

.fu_li_box:hover hr {
  background-color: #1e5085;
}

.fu_li_box:hover p {
  color: #fff;
}

.fu_li_box h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 45px;
  font-family: "PINGFANG BOLD";
  color: #333;
}

.fu_li_box p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  font-family: "PINGFANG MEDIUM";
}

.fu_li_box hr {
  background-color: #999;
  height: 1px;
  border: none;
  margin: 19px 0px;
}

.more {
  color: #999;
}

.page {
  position: absolute;
  left: 50%;

  transform: translate(-50%, -50%);

  font-family: "PINGFANG MEDIUM";
  font-size: 14px;
  margin-top: 50px;
}

/* 分页列表样式 */
.page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page ul li {
  display: inline-block;
  margin: 0 2px;
}

.page ul li a,
.page ul li span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.page ul li.active span,
.page ul li .pagecur {
  background-color: #043c77;
  color: #fff;
  border-color: #043c77;
}

.page ul li.disabled span {
  background-color: #f5f5f5;
  color: #999;
  border-color: #e0e0e0;
  cursor: not-allowed;
}

.page ul li a:hover {
  background-color: #043c77;
  color: #fff;
  border-color: #043c77;
}

/* 响应式分页样式 */
@media (max-width: 768px) {
  .page {
    position: relative;
    left: auto;
    transform: none;
    margin-top: 30px;
    text-align: center;
  }

  .page ul {
    flex-wrap: wrap;
    gap: 5px;
  }

  .page ul li {
    margin: 2px;
  }

  .page ul li a,
  .page ul li span {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* 覆盖冲突的分页样式 */
.page #pages,
.page ul#pages {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page #pages li,
.page ul#pages li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  height: auto;
  line-height: normal;
  background: none;
  color: inherit;
}

.page #pages li a,
.page #pages li span,
.page ul#pages li a,
.page ul#pages li span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  transition: all 0.3s ease;
  height: auto;
  line-height: normal;
}

.page #pages li.active span,
.page ul#pages li.active span,
.page #pages li .pagecur,
.page ul#pages li .pagecur {
  background-color: #043c77;
  color: #fff;
  border-color: #043c77;
}

.page #pages li.disabled span,
.page ul#pages li.disabled span {
  background-color: #f5f5f5;
  color: #999;
  border-color: #e0e0e0;
  cursor: not-allowed;
}

.page #pages li a:hover,
.page ul#pages li a:hover {
  background-color: #043c77;
  color: #fff;
  border-color: #043c77;
}

.page a {
  padding: 5px 15px;
  background-color: #fff;
  color: #333333;
  margin-left: 8px;
  opacity: 1;
}

.page .pagecur {
  background-color: #043c77;
  color: #fff;
}

.page a:hover {
  background-color: #043c77;
  color: #fff;
}

.show {
  width: 90%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

.show h3 {
  font-size: 32px;
  color: #333;
  text-align: center;
  line-height: 50px;
  font-family: "PINGFANG MEDIUM";
}

.show hr {
  background-color: #f1f1f1;
  height: 1px;
  border: none;
  margin: 19px 0px;
}

.show p {
  font-size: 16px;
  color: #666;
  padding: 10px 0px;
  line-height: 32px;
  font-family: "PINGFANG REGULAR";
}

.show .time {
  font-size: 14px;
  color: #666;
  padding: 10px 0px;
  line-height: 28px;
  text-align: center;
  font-family: "PINGFANG REGULAR";
}

.show img {
  text-align: center;
  display: inline;
}

.showend {
  overflow: hidden;
  font-family: "PINGFANG REGULAR";
}

.showend .show_l {
  float: left;
}

.showend .show_l a {
  font-size: 16px;
  color: #666;
}

.showend .show_l a:hover {
  color: #043c77;
}

.showend .show_l p {
  padding: 5px 0px;
  line-height: 28px;
}

.showend .show_r {
  float: right;
  margin-top: 20px;
  font-family: "PINGFANG BOLD";
}

.showend .show_r a {
  color: #005283;
  font-size: 16px;
}

.contact {
  padding: 50px 0px;
}

.newst {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px 0px;
  padding-bottom: 180px;
}

.nw_li {
  overflow: hidden;
  background-color: #f7f7f7;
}

.nw_li li {
  float: left;
  width: 460px;
  background-color: #fff;
  margin-right: 25px;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.nw_li li:nth-child(3n + 0) {
  margin-right: 0px;
}

.nw_lii {
  padding: 0px 35px;
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}

.nw_li li:hover {
  box-shadow: 1px 1px 8px #ccc;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.nw_li li:hover img {
  transform: scale(1.01);
  opacity: 0.85;
}

.nw_li li a {
  color: #333;
  margin-bottom: 15px;
  font-family: "PINGFANG MEDIUM";
  font-size: 13px;
}

.nw_li li h2 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 35px;
  font-family: "PINGFANG BOLD";
}

.nw_li li a:hover {
  color: #043c77;
}

.nw_li li .time {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "PINGFANG MEDIUM";
  float: left;
}

.nw_li li span {
  float: right;
}

.nw_li li p {
  font-size: 10px;
  color: #999999;
  line-height: 24px;
  font-family: "PINGFANG REGULAR";
}

.nw_li li hr {
  background-color: #f1f1f1;
  height: 1px;
  border: none;
  margin: 19px 0px;
}

.nw_li li a:hover p {
  color: #043c77;
}

.nw_li li a:hover hr {
  background-color: #043c77;
}

.zs_l {
  margin-top: 70px;
  margin-bottom: 120px;
}

.zs_l h1 {
  font-size: 24px;
  text-align: center;
  color: #333333;
  font-family: "PINGFANG HEAVY";
}

.zffroml {
  float: left;
  width: 50%;
}

.zffromr {
  float: right;
  width: 45%;
  border-left: 1px solid #f2f2f2;
  text-align: center;
  margin-left: 5%;
}

.zffromr img {
  margin-top: 70px;
  text-align: center;
}

.zs_l form {
  width: 516px;
  margin: 0 auto;
  margin-top: 70px;
  font-family: "PINGFANG MEDIUM";
}

.zs_l form p {
  margin-bottom: 20px;
}

.zs_l form label {
  font-size: 18px;
  color: #333333;
  margin-right: 20px;
}

.zs_l form input {
  font-size: 14px;
  color: #333333;
  width: 405px;
  height: 45px;
  border: 1px solid #f1f1f1;
  padding-left: 15px;
}

.zs_l .btn {
  width: 235px;
  height: 45px;
  background-color: #043c77;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border: none;
  margin-left: 150px;
  margin-top: 50px;
  font-size: 18px;
  font-family: "PINGFANG MEDIUM";
}

.zs_l .btn:hover {
  cursor: pointer;
}

.zs_l hr {
  background-color: #f1f1f1;
  height: 1px;
  border: none;
  margin: 19px 0px;
  margin-top: 45px;
}

.cx_jg {
  overflow: hidden;
}

.cx_jg .k {
  text-align: center;
  margin-top: 45px;
}

.cx_jg .g {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 50px;
}

.cx_jg2 {
  -webkit-box-shadow: #999 2px 2px 8px;
  -moz-box-shadow: #999 2px 2px 8px;
  box-shadow: #999 2px 2px 8px;
  background: #fff;
  margin: 40px auto;
  width: 1200px;
  padding: 30px;
  border-radius: 1px;
  font-family: "PINGFANG MEDIUM";
}

.cx_jg2 .dta {
  font-size: 24px;
  color: #333;
  font-family: "PINGFANG MEDIUM";
}

.cx_jg2 .dtb {
  font-size: 18px;
}

.cx_jg2 dl {
  width: 100%;
  overflow: hidden;
}

.cx_jg2 dd {
  float: left;
  width: 240px;
  text-align: center;
}

.cx_jg2 dd:nth-child(1) {
  float: left;
  width: 420px;
  text-align: left;
}

.cx_jg2 li {
  font-size: 18px;
  overflow: hidden;
  color: #333;
  margin: 50px 0px;
}

.cx_jg2 li:hover {
  color: #043c77 !important;
}

.shadow-box {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.cx_tcc {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 50px;

  border: 1px solid #ccc;


  top: 1vh;
}

.cx_tcc .tit {
  background-color: #043c77;
  height: 70px;
  width: 100%;
  text-align: center;

  color: #fff;
  line-height: 70px;

  padding: 0px 30px;
}

.cx_tcc .tit h3 {
  float: left;
  font-size: 24px;
  padding-left: 46%;
  font-family: "PINGFANG HEAVY";
}

.cx_tcc .tit span {
  color: #fff;
  float: right;
  font-size: 28px;
}

.tc_xq {
  padding: 30px 40px;
}

.tc_xq .a {
  color: #333;
  font-size: 24px;
  font-family: "PINGFANG MEDIUM";
}

.tc_xq .a span {
  color: #333;
  font-size: 24px;
  float: right;
  font-family: "PINGFANG MEDIUM";
}

.tc_xq hr {
  background-color: #f1f1f1;
  height: 1px;
  border: none;
  margin: 19px 0px;
  margin-top: 25px;
}

.tc_xq p {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 0;
  font-family: "PINGFANG MEDIUM";
}

.tc_xq .btn {
  width: 235px;
  height: 45px;
  margin: 0 auto;
  background-color: #043c77;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border: none;
  margin-top: 50px;
  font-size: 18px;
  display: block;
  font-family: "PINGFANG MEDIUM";
}

.ziliao {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px 0px;
  padding-bottom: 180px;
}

.ziliao_li {
  overflow: hidden;
  background-color: #f7f7f7;
}

.ziliao_li li {
  float: left;
  width: 700px;
  background-color: #fff;
  margin-right: 40px;
  margin-bottom: 35px;
  box-sizing: border-box;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-family: "PINGFANG BOLD";
}

.ziliao_li li:nth-child(2n + 0) {
  margin-right: 0px;
}

.ziliao_li li:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #043c77;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateX(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.ziliao_li li:hover {
  box-shadow: 1px 1px 8px #ccc;
  transition: all 0.3s ease-in-out;
}

.ziliao_li li:hover:after {
  transform: translateX(0);
}

.ziliao_li_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  color: #043c77;
  padding: 40px;
}

.zlleft {
  display: inline-block;
}

.ziliao_li .zlright {
  float: right;
  padding-top: 25px;

  width: 28px;
  height: 30px;
}

.ziliao_li_box .zlright span {
  display: block;
  background-image: url(../images/zl_05.jpg);
  width: 28px;
  height: 30px;
}

.ziliao_li_box:hover .zlright span {
  display: block;
  background-image: url(../images/z_03.png);
  width: 28px;
  height: 28px;
}

.ziliao_li_box h2 {
  color: #333;
  margin-bottom: 20px;
  line-height: 35px;
  font-family: "PINGFANG BOLD";
}

.ziliao_li_box p {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  font-family: "PINGFANG REGULAR";
  margin-bottom: 10px;
}

.ziliao_li_box:hover h2 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 35px;
  font-family: "PINGFANG BOLD";
}

.ziliao_li_box:hover p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-family: "PINGFANG REGULAR";
  margin-bottom: 10px;
}

.zizhi {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px 0px;
}

.photo_img2 img {
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.7s ease 0s;
  /* width: 252px; */
  height: 307px;
}

.photo_img2 img:hover {
  box-sizing: border-box;
  border: 1px solid #023246;
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

#picList1 {
  margin: 0px 15px;
}

.photo_nr2 {
  display: flex;
  align-items: center;
  width: 1400px;
  margin: 15px auto;
}

.photo_nr2 ul li {
  float: left;
  margin: 0 35px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  padding: 30px;
}

.photo_nr2 p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .top_bananer {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .top_tt {
    width: 95%;
  }

  .about_t {
    margin-top: 100px;
    position: relative;
    margin-bottom: 100px;
  }

  .er_t {
    margin-top: 100px;
    position: relative;
  }

  .about_t .ableft {
    float: left;
    width: 55%;
    margin-top: 80px;
  }

  .about_t .abright {
    float: right;
    margin-top: 15%;
    width: 45%;
  }

  .abright img {
    transition: all 0.3s linear;
    width: 99%;
  }

  .fw_l_l {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  .fw_l_l li {
    float: left;
    font-size: 18px;
    height: 80px;
    margin-right: 30px;
    line-height: 80px;
    font-family: "PINGFANG MEDIUM";
  }

  .fw_l_l li a {
    color: #666666;
  }

  .fw_l_l li a:hover {
    color: #043c77;
  }

  .fw_l_l li .fwcur {
    color: #043c77;
  }

  .fuwu {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 70px 0px;
    padding-bottom: 180px;
  }

  .fw_li {
    overflow: hidden;
    background-color: #f7f7f7;
  }

  .fw_li li {
    float: left;
    width: 48%;
    background-color: #fff;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
  }

  .fw_li li:nth-child(3n + 0) {
    margin-right: 1%;
  }

  .show {
    width: 99%;
    padding: 50px;
    background-color: #fff;
  }

  .showend .show_r {
    float: right;
    margin-top: 20px;
    font-family: "PINGFANG BOLD";
  }

  .show_1 {
    margin-top: 0px;
  }

  .show img {
    text-align: center;
    display: inline;
  }

  .contact {
    padding: 50px 0px;
  }

  .newst {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px 0px;
    padding-bottom: 180px;
  }

  .nw_li {
    overflow: hidden;
    background-color: #f7f7f7;
  }

  .nw_li li {
    float: left;
    width: 31.33%;
    background-color: #fff;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    padding-bottom: 30px;
  }

  .zs_l {
    margin-top: 70px;
    margin-bottom: 120px;
  }

  .zs_l h1 {
    font-size: 24px;
    text-align: center;
    color: #333333;
    font-family: "PINGFANG HEAVY";
  }

  .cx_jg {
    overflow: hidden;
  }

  .cx_jg .k {
    text-align: center;
    margin-top: 45px;
  }

  .cx_jg .g {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 50px;
  }

  .cx_jg2 {
    margin: 40px auto;
    width: 95%;
    padding: 30px;
  }

  .cx_tcc {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;

    border: 1px solid #ccc;


    top: 1vh;
  }

  .ziliao {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px 0px;
    padding-bottom: 180px;
  }

  .ziliao_li {
    overflow: hidden;
    background-color: #f7f7f7;
  }

  .ziliao_li li {
    width: 48%;
    background-color: #fff;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
  }

  .zizhi {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px 0px;
  }

  .photo_img2 img {
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.7s ease 0s;
  }

  .photo_img2 img:hover {
    box-sizing: border-box;
    border: 0px solid #023246;
    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  }

  .photo_nr2 {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 15px auto;
  }
}

/*手机样式开始*/

@media screen and (max-width: 1200px) {
  .top_bananer {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .top_tt {
    position: absolute;
    top: 25%;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 95%;
  }

  .top_tt h3 {
    font-size: 20px;
    letter-spacing: 10px;
    display: block;
    font-family: "PINGFANG BOLD";
    margin-top: 30%;

    width: 100%;
  }

  .top_tt span {
    font-size: 12px;
    padding-top: 8px;
    letter-spacing: 2px;
    font-family: "PINGFANG MEDIUM";
    display: block;
    float: left;
  }

  .about_t {
    margin-top: 10px;
    position: relative;
    margin-bottom: 50px;
  }

  .er_t {
    margin-top: 10px;
    position: relative;
  }

  .about_t .ableft {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  .about_t .ableft h1 {
    font-size: 24px;
    color: #333;
  }

  .about_t .ableft hr {
    width: 35px;
    background-color: #043c77;
    height: 5px;
    border: none;
    margin: 20px 0px;
  }

  .about_t .ableft p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    padding: 8px 0px;
  }

  .about_t .abright {
    float: right;
    margin-top: 20px;
    width: 100%;
  }

  .about_t .abright img {
    width: 100%;
  }

  .fw_l_l {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .fw_l_l li {
    float: left;
    font-size: 18px;
    height: 80px;
    margin-right: 30px;
    line-height: 80px;
  }

  .fu_li_box {
    padding: 5px 5px;
  }

  .fw_l_l li a {
    color: #666666;
  }

  .fw_l_l li a:hover {
    color: #043c77;
  }

  .fw_l_l li .fwcur {
    color: #043c77;
  }

  .fuwu {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 20px 0px;
    padding-bottom: 70px;
  }

  .fw_li {
    overflow: hidden;
    background-color: #f7f7f7;
  }

  .fw_li li {
    float: left;
    width: 100%;
    padding: 2% 2%;
    background-color: #fff;
    margin-right: 35px;
    margin-bottom: 35px;

    margin-left: 0%;
  }

  .fw_li li a {
    color: #333;
    margin-bottom: 15px;
    padding: 15px 15px;
    display: block;
  }

  .fw_li li h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 45px;
  }

  .fw_li li a:hover {
    color: #043c77;
  }

  .fw_li li p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
  }

  .fw_li li hr {
    background-color: #999;
    height: 1px;
    border: none;
    margin: 19px 0px;
  }

  .more {
    color: #999;
  }

  .page {
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .page a {
    padding: 5px 15px;
    background-color: #fff;
    color: #333333;
    margin-left: 8px;
  }

  .page .pagecur {
    background-color: #043c77;
    color: #fff;
  }

  .page a:hover {
    background-color: #043c77;
    color: #fff;
  }

  .show {
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }

  .show h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 50px;
  }

  .show hr {
    background-color: #f1f1f1;
    height: 1px;
    border: none;
    margin: 19px 0px;
  }

  .show p {
    font-size: 14px;
    color: #666;
    padding: 10px 0px;
    line-height: 28px;
  }

  .show .time {
    font-size: 14px;
    color: #666;
    padding: 10px 0px;
    line-height: 28px;
    text-align: center;
  }

  .show img {
    text-align: center;
    display: inline;
  }

  .showend {
    overflow: hidden;
  }

  .showend .show_l {
    float: left;
  }

  .showend .show_l a {
    font-size: 16px;
    color: #666;
  }

  .showend .show_l p {
    padding: 5px 0px;
    line-height: 28px;
  }

  .showend .show_r {
    padding: 15px 50px;
    border: 1px solid #91b8cd;
    float: left;
    margin-top: 20px;
    margin-left: 25%;
    display: none;
  }

  .showend .show_r a {
    color: #005283;
    font-size: 16px;
  }

  .contact {
    padding: 20px 0px;
  }

  .contact img {
    width: 100%;
  }

  .newst {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px 0px;
    padding-bottom: 80px;
  }

  .nw_li {
    overflow: hidden;
    background-color: #f7f7f7;
  }

  .nw_li li {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-right: 0px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    margin-left: 0%;
  }

  .nw_lii {
    margin-top: 15px;
    padding: 0px 15px;
  }

  .nw_li li a {
    color: #333;
    margin-bottom: 15px;
    padding: 0px;
  }

  .nw_li li h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .nw_li li img {
    width: 98%;
  }

  .nw_li li a:hover {
    color: #043c77;
  }

  .nw_li li .time {
    font-size: 14px;
  }

  .nw_li li p {
    font-size: 10px;
    color: #999999;
    line-height: 24px;
  }

  .nw_li li hr {
    background-color: #f1f1f1;
    height: 1px;
    border: none;
    margin: 19px 0px;
  }

  .zs_l {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .zs_l h1 {
    font-size: 24px;
    text-align: center;
    color: #333333;
  }

  .zffroml {
    float: left;
    margin-left: 2%;
    width: 100%;
  }

  .zffromr {
    float: right;
    width: 100%;
    border-left: 0px solid #f2f2f2;
    text-align: center;
    margin-left: 1%;
  }

  .zffromr img {
    margin-top: 20px;
  }

  .zffromr .finger {
    display: none;
  }

  .zs_l form {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .zs_l form p {
    margin-bottom: 20px;
  }

  .zs_l form label {
    font-size: 18px;
    color: #333333;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 55px;
  }

  .zs_l form input {
    font-size: 14px;
    color: #333333;
    width: 95%;
    height: 45px;
    border: 1px solid #999;
    padding-left: 3%;
  }

  .zs_l .btn {
    width: 60%;
    height: 45px;
    background-color: #043c77;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border: none;
    margin-left: 20%;
    margin-top: 50px;
    font-size: 18px;
  }

  .zs_l hr {
    background-color: #f1f1f1;
    height: 1px;
    border: none;
    margin: 19px 0px;
    margin-top: 45px;
  }

  .cx_jg {
    overflow: hidden;
  }

  .cx_jg .k {
    text-align: center;
    margin-top: 45px;
  }

  .cx_jg .k img {
    width: 100%;
  }

  .cx_jg .g {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 50px;
  }

  .cx_jg2 {
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 2px;
    background: #fff;
    margin: 40px auto;
    width: 98%;
    padding: 30px;
    border-radius: 10px;
  }

  .cx_jg2 .dta {
    font-size: 14px;
    color: #333;
  }

  .cx_jg2 .dtb {
    font-size: 10px;
  }

  .cx_jg2 dl {
    width: 100%;
    overflow: hidden;
  }

  .cx_jg2 dd {
    float: left;
    width: 15%;
    text-align: center;
  }

  .cx_jg2 dd:nth-child(1) {
    float: left;
    width: 35%;
    text-align: left;
  }

  .cx_jg2 dd:nth-child(2) {
    float: left;
    width: 35%;
    text-align: left;
  }

  .cx_jg2 li {
    font-size: 12px;
    overflow: hidden;
    color: #333;
    margin: 50px 0px;
  }

  .cx_jg2 li:hover {
    color: #043c77 !important;
  }

  .cx_tcc {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;
    position: absolute;
    border: 1px solid #ccc;
    left: 1%;
  }

  .cx_tcc .tit {
    background-color: #043c77;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
  }

  .cx_tcc .tit h3 {
    float: left;
    font-size: 20px;
    padding-left: 36%;
    font-family: "PINGFANG HEAVY";
  }

  .cx_tcc .tit span {
    color: #fff;
    float: right;
    padding-right: 2%;
    font-size: 28px;
  }

  .tc_xq {
    padding: 20px 40px;
  }

  .tc_xq .a {
    color: #333;
    font-size: 16px;
  }

  .tc_xq .a span {
    color: #333;
    font-size: 14px;
    float: left;
  }

  .tc_xq hr {
    background-color: #f1f1f1;
    height: 1px;
    border: none;
    margin: 19px 0px;
    margin-top: 25px;
  }

  .tc_xq p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
  }

  .tc_xq .btn {
    width: 235px;
    height: 45px;
    margin: 0 auto;
    background-color: #043c77;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border: none;
    margin-top: 50px;
    font-size: 18px;
    display: block;
  }

  .ziliao {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px 0px;
    padding-bottom: 80px;
  }

  .ziliao_li {
    overflow: hidden;
    background-color: #f7f7f7;
  }

  .ziliao_li li {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    padding: 30px;
    margin-left: 0%;
  }

  .zlleft {
    float: left;
  }

  .zlright {
    float: right;
    padding-top: 15px;
  }

  .ziliao_li_box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    color: #043c77;
    padding: 1px;
  }

  .ziliao_li li a {
    color: #333;
    margin-bottom: 15px;
  }

  .ziliao_li li h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .ziliao_li li a:hover {
    color: #043c77;
  }

  .ziliao_li li p {
    font-size: 10px;
    color: #999999;
    line-height: 14px;
  }

  .zizhi {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px 0px;
  }

  .photo_img2 img {
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.7s ease 0s;
    width: 150px;

    height: 190px;
  }

  .photo_img2 img:hover {
    box-sizing: border-box;
    border: 1px solid #023246;
    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  }

  .photo_nr2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px auto;
  }

  .photo_nr2 ul li {
    float: left;
    margin: 0 15px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    padding: 10px;
  }

  .photo_nr2 p {
    padding: 0;
    margin: 0;
  }
}

/* 文件列表项样式 */
.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.file-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-color: #043c77;
}

.file-item .download_zl {
  flex: 1;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-family: "PINGFANG MEDIUM";
  transition: color 0.3s ease;
}

.file-item .download_zl:hover {
  color: #043c77;
}

.file-item .preview-btn {
  display: inline-block;
  padding: 6px 16px;
  margin-left: 15px;
  background-color: #043c77;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-family: "PINGFANG MEDIUM";
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* 不同类型文件的预览按钮样式 */
.file-item .preview-btn[title*="PDF"] {
  background-color: #e74c3c;
}

.file-item .preview-btn[title*="文档"] {
  background-color: #3498db;
}

.file-item .preview-btn[title*="图片"] {
  background-color: #2ecc71;
}

.file-item .preview-btn[title*="文本"] {
  background-color: #f39c12;
}

.file-item .preview-btn:hover {
  background-color: #1e5085;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(4, 60, 119, 0.3);
}

/* 不同类型文件悬停效果 */
.file-item .preview-btn[title*="PDF"]:hover {
  background-color: #c0392b;
  box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

.file-item .preview-btn[title*="文档"]:hover {
  background-color: #2980b9;
  box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
}

.file-item .preview-btn[title*="图片"]:hover {
  background-color: #27ae60;
  box-shadow: 0 2px 4px rgba(46, 204, 113, 0.3);
}

.file-item .preview-btn[title*="文本"]:hover {
  background-color: #e67e22;
  box-shadow: 0 2px 4px rgba(243, 156, 18, 0.3);
}

/* 响应式文件列表样式 */
@media (max-width: 768px) {
  .file-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }

  .file-item .download_zl {
    margin-bottom: 10px;
    width: 100%;
  }

  .file-item .preview-btn {
    margin-left: 0;
    align-self: flex-end;
  }
}