/*
 * @Author: LX
 * @Description: BY:LX
 * @Date: 2024-12-30 21:34:52
 */
.footer a{color:#ffffff!important}
.i_box_video {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video_container {
  margin-top: 40px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.video_main {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  background: #000;
}

.video_main video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.video_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}

.video_main:hover .video_controls {
  opacity: 1;
}

.progress_container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.progress_bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}

.progress_filled {
  width: 0;
  height: 100%;
  background: #2d5aae;
  border-radius: 2px;
  position: relative;
}

.progress_filled::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.progress_bar:hover .progress_filled::after {
  opacity: 1;
}

.video_time {
  color: #fff;
  font-size: 14px;
  font-family: monospace;
  min-width: 100px;
  text-align: right;
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(45, 90, 174, 0.9);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.play_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
}

.play_btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(45, 90, 174, 1);
}

.video_title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .i_box_video {
    padding: 40px 0;
  }

  .video_main {
    border-radius: 10px;
  }

  .play_btn {
    width: 60px;
    height: 60px;
  }

  .play_btn::before {
    border-width: 12px 0 12px 20px;
  }

  .video_title {
    font-size: 18px;
  }

  .video_controls {
    padding: 15px;
  }
}

/* 妗堜緥灞曠ず杞挱鏍峰紡浼樺寲 */
.i_box4 {
  padding: 40px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

/* 娣诲姞鍔ㄦ€佹笎鍙樻晥鏋� */
.i_box4::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  animation: shine 15s linear infinite;
  z-index: 1;
}

.i_box4 .center {
  position: relative;
  z-index: 2;
}

@keyframes shine {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.i_box4 .box_tit span,
.i_box4 .box_tit h3,
.i_box4 .box_tit p {
  color: #fff;
}

.i_box4 .box_tit i {
  background: #fff;
}

/* 璋冩暣杞挱瀹瑰櫒鐨勬牱寮� */
.case_slider {
  margin: 20px auto;
  max-width: 1200px;
  position: relative;
}

/* 璋冩暣杞挱椤圭殑鏍峰紡 */
.swiper-container {
  overflow: hidden; /* 鎺у埗杞挱鍐呭鐨勬孩鍑� */
  padding: 10px 0; /* 缁欏崱鐗囬槾褰辩暀鍑虹┖闂� */
}

/* 璋冩暣鍗＄墖鍩虹鏍峰紡 */
.case_slide {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

/* 鍥剧墖瀹瑰櫒鏍峰紡 - 璋冩暣涓�3:4姣斾緥 */
.case_image {
  width: 100%;
  padding-top: 133.33%; /* 3:4姣斾緥 (4/3 = 1.3333 = 133.33%) */
  position: relative;
  overflow: hidden;
}

.case_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* 鍐呭瑕嗙洊灞傛牱寮� */
.case_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 40%;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  transform: translateY(calc(100% - 60px));
  transition: transform 0.3s ease;
}

/* 榧犳爣鎮仠鏃剁殑鏁堟灉 */
.case_slide:hover .case_content {
  transform: translateY(0);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

/* 浼樺寲鏍囬鏍峰紡 */
.case_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* 浼樺寲鎻忚堪鏂囨湰鏍峰紡 */
.case_desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease 0.1s;
}

.case_slide:hover .case_desc {
  opacity: 1;
  transform: translateY(0);
}

/* 榧犳爣鎮仠鏁堟灉 */
.case_slide:hover .case_image img {
  transform: scale(1.08);
}

/* 娣诲姞鍗＄墖鎮仠鏁堟灉 */
.case_slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* 鍝嶅簲寮忚皟鏁� */
@media screen and (max-width: 768px) {
  .case_content {
    padding: 15px;
    transform: translateY(calc(100% - 50px));
  }

  .case_title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .case_desc {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* 璋冩暣瀵艰埅鎸夐挳浣嶇疆锛岀'淇濅笉浼氫骇鐢熸粴鍔ㄦ潯 */
.case_prev,
.case_next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.case_prev {
  left: -20px;
}

.case_next {
  right: -20px;
}

/* 娣诲姞绠ご鍥炬爣 */
.case_prev::after,
.case_next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2d5aae;
  border-bottom: 2px solid #2d5aae;
}

.case_prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.case_next::after {
  right: 55%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.case_prev:hover,
.case_next:hover {
  background: #2d5aae;
}

.case_prev:hover::after,
.case_next:hover::after {
  border-color: #fff;
}

/* 纭繚鍒嗛〉鍣ㄤ笉浼氬鑷撮〉闈㈡粴鍔 */
.case_pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.case_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.2);
}

.case_pagination .swiper-pagination-bullet-active {
  background: #34478f;
}

/* 鍝嶅簲寮忎紭鍖� */
@media screen and (max-width: 768px) {
  .case_slider {
    padding: 0 20px;
  }

  .case_prev,
  .case_next {
    display: none;
  }

  .case_slide {
    margin: 5px;
  }
}

.kf {
  width: 208px;
  position: fixed;
  /* right: 20px; */

  right: -208px;
  top: 220px;
  z-index: 100;
}
.kt-top {
  height: 40px;
  line-height: 40px;
  background: url("../img/kefu.png") 12px center no-repeat #34478f;
  background-size: 20px auto;
  padding-left: 46px;
  font-size: 14px;
  color: #ffffff;
}
.kt-top span:hover {
  transform: rotate(90deg);
}
.kt-top span {
  width: 18px;
  height: 16px;
  float: right;
  position: relative;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.kt-top span b {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.kt-top span b:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.kf .con {
  overflow: hidden;
  background: #ffffff;
}
.kf .qq li {
  height: 36px;
  line-height: 36px;
  border-bottom: #f5f5f5 solid 1px;
  padding-left: 16px;
}
.kf .qq li a {
  height: 36px !important;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: initial;
  display: block;
}
.kf .qq li a img {
  padding-right: 6px;
}
.kf .con h5 {
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  background: url("../img/lianxi.png") 16px center no-repeat;
  padding-left: 45px;
  color: #666666;
  font-size: 14px;
}
.kf .contact {
  margin-top: 1px;
}
.kf .contact p {
  height: 26px;
  line-height: 26px;
  color: #666666;
  font-size: 14px;
  padding-left: 22px;
}
.kf .contact p:nth-child(2n) {
  padding-left: 32px;
}
.kf .con h5.qr-icon {
  background: url("../img/erweima.png") 16px center no-repeat;
}
.kf .con .qr {
  width: 100%;
  margin-top: 10px;
  padding-left: 40px;
}
.kf .con .qr img {
  width: 110px;
  height: 110px;
}
.kf .backTop {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: url("../img/huidaodingbu.png") center center no-repeat #34478f;
  background-size: 18px auto;
  cursor: pointer;
}
.kf-side {
  padding: 18px 10px 10px;
  background: #34478f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -34px;
  cursor: pointer;
}
.kf-side b {
  display: block;
  color: #ffffff;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
}
.kf-side span.arrow {
  width: 12px;
  height: 12px;
  background: url("../img/jt-1.png") no-repeat;
  background-size: 100%;
  display: block;
  margin-top: 10px;
}
.kf-side span.on {
  background: url("../img/jt-2.png") no-repeat;
  background-size: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix,
.container:after,
.row:after,
ul {
  *zoom: 1;
}
.clearfix:after,
.container:after,
.row:after,
ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.content img {
  max-width: 100%;
}
.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}
.ml5 {
  margin-left: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mg5 {
  margin: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pd5 {
  padding: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mg10 {
  margin: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pd10 {
  padding: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mg15 {
  margin: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pd15 {
  padding: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mg20 {
  margin: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pd20 {
  padding: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mg25 {
  margin: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pd25 {
  padding: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mg30 {
  margin: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pd30 {
  padding: 30px;
}
.ml35 {
  margin-left: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mr35 {
  margin-right: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.mg35 {
  margin: 35px;
}
.pl35 {
  padding-left: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pr35 {
  padding-right: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pd35 {
  padding: 35px;
}
.ml40 {
  margin-left: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mg40 {
  margin: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pd40 {
  padding: 40px;
}
.ml45 {
  margin-left: 45px;
}
.mt45 {
  margin-top: 45px;
}
.mr45 {
  margin-right: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.mg45 {
  margin: 45px;
}
.pl45 {
  padding-left: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pr45 {
  padding-right: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pd45 {
  padding: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mg50 {
  margin: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pr50 {
  padding-right: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pd50 {
  padding: 50px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f34 {
  font-size: 34px;
}
.f36 {
  font-size: 36px;
}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible; /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em; /* 2 */
}
/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}
/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}
/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}
/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
     ========================================================================== */
/**
   * Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal; /* 1 */
}
/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}
/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}
a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
small {
  font-size: 12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/****************************** style ******************************/
body,
button,
input,
select,
textarea {
  font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}
.center {
  width: 1400px;
  margin: 10px auto;
}
.header {
  width: 100%;
}
.header .head_top {
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
}

/* 固定导航样式 */
.header .head_top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

/* 固定导航时logo缩小 */
.header .head_top.fixed .logo {
  margin-top: 10px;
}

.header .head_top.fixed .logo img {
  height: 40px;
}

/* 固定导航时导航项高度调整 */
.header .head_top.fixed .nav li > a {
  line-height: 60px;
}

/* 固定导航时搜索框位置调整 */
.header .head_top.fixed .search {
  margin-top: 10px;
}

.header .head_top .box {
  width: 100%;
  position: relative;
}
.header .head_top .logo {
  float: left;
  width: 15%;
  margin-top: 25px;
}
.header .head_top .logo a img {
  height: 50px;
  display: block;
}
.header .head_top .search {
  display: block;
  float: right;
  width: 18%;
  margin-top: 30px;
}
.header .head_top .search .text {
  height: 44px;
  position: relative;

  background: #f5f5f5;
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header .head_top .search .text:hover,
.header .head_top .search .text:focus-within {
  border: 1px solid #4c6bfe;
  box-shadow: 0 0 0 1px #4c6bfe;
}
.header .head_top .search .text .inp1 {
  width: 80%;
  line-height: 44px;
  padding: 0 20px;
  color: #333;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
}
.header .head_top .search .text .inp1::placeholder {
  color: #999;
  font-size: 14px;
}

.search {
  margin-top: 20px;
  display: none;
}
.search .text {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
}
.search .text input {
  border: none;
  outline: 0;
  line-height: 34px;
}

.search .text .inp2 {
  width: 20%;
  float: right;
  background: #4c6bfe url(../img/search.png) no-repeat 85% center;
  background-size: 24px;
  padding: 6px;
}

/* }
  .header .head_top .search .text .inp2 {
    width: 20%;
    min-width: 44px;
    background: url(../img/search2.png) no-repeat center;
    background-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .header .head_top .search .text .inp2:hover {
    background-color: rgba(52, 71, 143, 0.1);
  } */
.nav {
  width: 65%;
  float: left;
}
.nav li {
  width: 12.5%;
  float: left;
  position: relative;
  transition: all 0.3s ease;
}
.nav li > a {
  line-height: 100px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.nav li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #34478f;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav li:hover > a:after {
  width: 100%;
}
.nav li:hover > a {
  color: #34478f;
  font-size: 16px;
  font-weight: bold;
  transform: translateY(-2px);
}
.nav li .v_list {
  position: absolute;
  top: 100px;
  left: 0;
  width: 160%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: none; /* 纭繚鍒濆鐘舵€佹槸闅愯棌鐨 */
  z-index: 99;
}
.nav li:hover .v_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav li .v_list a {
  line-height: 42px;
  display: block;
  font-size: 14px;
  color: #333;
  text-align: left;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.nav li .v_list a:hover {
  background: #34478f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transform: translateY(-2px);
}
.nav li:first-child {
  border-left: none;
}

.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}
.m_header .m_head_content {
  height: 60px;
  width: 100%;
  background: #34478f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px #999;
}
.m_header .m_head_content .m_head_logo {
  height: 60px;
  float: left;
  margin-left: 0.05rem;
}
.m_header .m_head_content .m_head_logo img {
  max-height: 100%;
  float: left;
  height: 40px;
  margin-top: 10px;
}
.m_header .m_head_content .menu {
  float: right;
  width: 60px;
  height: 60px;
}
.m_header .m_head_content .menu i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  display: block;
}
.app_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 60px;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.app_menu ul {
  background: #34478f;
}
.app_menu ul li {
  width: 100%;
  border-bottom: 1px solid #4e7eb2;
}
.app_menu ul li > a {
  width: 50%;
  display: block;
}
.app_menu ul li > a span {
  font-size: 14px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  display: block;
  padding-left: 18px;
  font-weight: bold;
}
.app_menu ul li.on {
  background: url(../img/bottom.png) no-repeat 95% 15px;
  background-size: 16px;
}
.app_menu ul .v_list {
  width: 100%;
  display: none;
}
.app_menu ul .v_list a {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  color: #fff;
  display: block;
  padding-left: 0.4rem;
  border-bottom: 1px dashed #4e7eb2;
  float: none;
}
.pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.pc_banner .pcbanner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.pc_banner .swiper-slide {
  width: 100%;
}
.pc_banner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.pc_banner .banner_pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  z-index: 12;
  text-align: center;
  padding-right: 5px;
}
.pc_banner .banner_pagination span {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  background: none;
  opacity: 1;
  cursor: pointer;
  margin: 0 3px;
  background: #fff;
}
.pc_banner .banner_pagination span.swiper-pagination-bullet-active {
  background: #34478f;
  color: #fff;
}
.pc_banner .banner_prev {
  position: absolute;
  top: 44%;
  left: 10px;
  z-index: 12;
  width: 48px;
  height: 86px;
  background: url(../img/bannerle.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}
.pc_banner .banner_next {
  position: absolute;
  top: 44%;
  right: 10px;
  z-index: 12;
  width: 48px;
  height: 86px;
  background: url(../img/bannerri.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}
.m_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: none;
}
.m_banner .mbanner {
  width: 100%;
  position: relative;
}
.m_banner .mbanner ul li {
  width: 100%;
  line-height: 0;
}
.m_banner .mbanner ul li img {
  width: 100%;
  height: auto;
}
.banner_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}
.banner_btn a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background: #f9c9d3;
  opacity: 0.4;
  margin: 0 5px;
  border: solid 2px #fff;
}
.banner_btn a.in {
  background: #34478f;
  opacity: 1;
}
.main {
  width: 100%;
  overflow: hidden;
}
.box_tit {
  text-align: left;
}
.box_tit span {
  display: block;
  font-size: 60px;
  text-align: center;
  color: #dee1ed;
  line-height: 100%;
  font-weight: bold;
}
.box_tit h3 {
  font-size: 26px;
  color: #34478f;
  display: block;
  text-align: center;
  position: relative;
  font-weight: normal;
}
.box_tit i {
  width: 50px;
  height: 2px;
  background: #34478f;
  display: block;
  font-style: normal;
  margin: 0 auto;
  margin-top: 10px;
}
.box_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.i_box1 {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #eef0f5 100%);
  position: relative;
  overflow: hidden;
}

.i_box1 .box_tit i {
  width: 40px;
  height: 3px;
  background: #34478f;
  display: block;
  margin: 20px auto;
}

.i_box1 .box_tit p {
  color: #666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* 鏈嶅姟椤圭洰鍒楄〃鏍峰紡 */
.i_box1 .box {
  margin-top: 40px;
}

.i_box1 .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 15px;
}

.i_box1 .box li {
  width: calc(25% - 30px);
  min-width: 250px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.i_box1 .box li .text {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.i_box1 .box li .text img {
  height: 64px;
  width: auto;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.i_box1 .box li .text span {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  display: block;
  margin-top: 15px;
  transition: all 0.3s ease;
}

/* 鎮仠鏁堟灉鍜屽姩鐢 */
.i_box1 .box li:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(52, 71, 143, 0.15);
}

.i_box1 .box li:hover .text img {
  transform: scale(1.1) rotate(10deg);
}

/* 鍥炬爣鍔ㄧ敾鏁堟灉 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.i_box1 .box li .text img {
  animation: float 3s ease-in-out infinite;
}

/* 涓烘瘡涓浘鏍囪繚鍚岀殑鍔ㄧ敾寤惰繜 */
.i_box1 .box li:nth-child(1) .text img {
  animation-delay: 0s;
}

.i_box1 .box li:nth-child(2) .text img {
  animation-delay: 0.5s;
}

.i_box1 .box li:nth-child(3) .text img {
  animation-delay: 1s;
}

.i_box1 .box li:nth-child(4) .text img {
  animation-delay: 1.5s;
}

/* 绉诲姩绔牱寮忚皟鏁 */
@media screen and (max-width: 768px) {
  .i_box1 .more a {
    /* 淇濇寔PC绔牱寮 */
    padding: 15px 40px;
    font-size: 16px;
    white-space: nowrap;
  }
}

/* 鍝嶅簲寮忚皟鏁 */
@media screen and (max-width: 1200px) {
  .i_box1 .box ul {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .i_box1 {
    padding: 40px 0;
  }

  .i_box1 .box {
    margin-top: 30px;
  }

  .i_box1 .box ul {
    gap: 15px;
    padding: 0 10px;
  }

  .i_box1 .box li {
    width: calc(50% - 8px); /* 璋冩暣涓轰袱鍒楀竷灞€锛岃冭檻闂磋窛 */
    min-width: unset;
  }

  .i_box1 .box li .text {
    padding: 20px 15px;
  }

  .i_box1 .box li .text img {
    height: 48px; /* 缂╁皬鍥炬爣灏哄 */
    margin-bottom: 15px;
  }

  .i_box1 .box li .text span {
    font-size: 16px; /* 缂╁皬鏂囧瓧澶у皬 */
    margin-top: 10px;
  }

  /* 璋冩暣鍔ㄧ敾鏁堟灉 */
  .i_box1 .box li:hover {
    transform: translateY(-5px); /* 鍑忓皬涓婄Щ璺濈 */
  }
}

/* 瓒呭皬灞忓箷鐨勪紭鍖 */
@media screen and (max-width: 375px) {
  .i_box1 .box ul {
    gap: 10px;
  }

  .i_box1 .box li {
    width: calc(50% - 5px);
  }

  .i_box1 .box li .text {
    padding: 15px 10px;
  }

  .i_box1 .box li .text img {
    height: 40px;
    margin-bottom: 10px;
  }

  .i_box1 .box li .text span {
    font-size: 14px;
  }
}
.i_box3 {
  padding: 80px 0;
}
.i_box3 .box li {
  width: 23.333%;
  float: left;
  margin-left: 2%;
  position: relative;
}
.i_box3 .box li img {
  position: relative;
  z-index: 8;
  display: block;
  width: 100%;
  height: 218px;
}
.i_box3 .box li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 8%;
  z-index: 9;
}
.i_box3 .box li .text span {
  font-size: 22px;
  display: block;
  font-weight: bold;
  color: #fff;
  padding-top: 25%;
}
.i_box3 .box li .text p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-top: 15px;
}
.i_box3 .box li:first-child {
  margin-left: 0;
}
.i_box3 .box li:hover .text {
  background: rgba(0, 0, 0, 0.5);
}
.i_box4 {
  padding: 40px 0;
  background: linear-gradient(
    135deg,
    #f5f7fa 0%,
    #e9ecef 100%
  ); /* 鏇存煍鍜岀殑娓愬彉鑳屾櫙 */
  background: url(../img/bg1.jpg) no-repeat top center;
}
.i_box4 .box_tit span {
  color: #626e9e;
}
.i_box4 .box_tit h3 {
  color: #fff;
}
.i_box4 .box_tit i {
  background: #fff;
}
.i_box4 .box_tit p {
  color: #fff;
}
.i_box4 .box {
  margin-top: 60px;
}
.i_box4 .more {
  margin-top: 40px;
}
.pro_list li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.pro_list li .imgauto {
  width: 100%;
  height: 286px;
  opacity: 1;
  transition: 0.5s;
}
.pro_list li .text {
  padding: 10px 20px;
}
.pro_list li .text span {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 10px;
}
.pro_list li .text p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 8px;
}
.pro_list li:nth-child(4n) {
  margin-right: 0;
}
.pro_list li:hover {
  box-shadow: 0px 10px 5px 0px #ccc;
}
.pro_list li:hover span {
  color: #34478f;
}
.i_box5 {
  padding-top: 60px;
  background: url(../img/bg2.jpg) no-repeat top center;
}
.i_box5 .box_tit span {
  color: #7f7a98;
}
.i_box5 .box_tit h3 {
  color: #fff;
}
.i_box5 .box_tit i {
  background: #fff;
}
.i_box5 .box_tit p {
  color: #fff;
}
.i_box5 .box {
  margin-top: 60px;
}
.i_box5 .box .text {
  padding: 0 10%;
}
.i_box5 .box .text p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.i_box5 .more {
  margin-top: 60px;
}
.i_box5 .box5_lisst {
  background: url(../img/bg3.jpg) no-repeat top center;
  padding: 40px 0;
  margin-top: 90px;
}
.i_box5 .box5_lisst .list li {
  width: 33.33%;
  float: left;
  position: relative;
  padding-left: 8%;
}
.i_box5 .box5_lisst .list li img {
  float: left;
  max-width: 100%;
  display: block;
  margin-top: 5px;
}
.i_box5 .box5_lisst .list li .text {
  width: 100%;
  padding-left: 45px;
}
.i_box5 .box5_lisst .list li .text span {
  font-size: 16px;
  color: #333;
  display: block;
}
.i_box5 .box5_lisst .list li .text p {
  font-size: 12px;
  color: #333;
  margin-top: 3px;
  display: block;
}
/*.i_box6 {*/
/*  margin-top: 60px;*/
/*}*/
/*.i_box6 .box {*/
/*  width: 100%;*/
/*  margin-top: 40px;*/
/*}*/
.i_box6 .box .fl {
  width: 42%;
  float: left;
}
.i_box6 .box .fl li {
  float: left;
  position: relative;
}
.i_box6 .box .fl li .pic img {
  width: 100%;
  display: block;
}
.i_box6 .box .fl li .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12% 0 0 17%;
}
.i_box6 .box .fl li .text img {
  display: block;
  max-width: 100%;
}
.i_box6 .box .fl li .text span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 12px;
}
.i_box6 .box .fl li:first-child {
  width: 100%;
  margin-bottom: 4%;
}
.i_box6 .box .fl li:first-child .text {
  padding: 5% 0 0 8%;
}
.i_box6 .box .fl li:first-child .text span {
  font-size: 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.i_box6 .box .fl li:first-child .text p {
  font-size: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.i_box6 .box .fl li:first-child + li {
  width: 48%;
  margin-right: 4%;
}
.i_box6 .box .fl li:first-child + li + li {
  width: 48%;
}
.i_box6 .box .fr {
  margin: 20px;
  width: 46.99%;
  background: #34478f;
  padding: 50px;
}
.i_box6 .box .fr .fr_tit {
  width: 100%;
  position: relative;
}
.i_box6 .box .fr .fr_tit p span {
  font-size: 26px;
  color: #fff;
  display: block;
  font-weight: bold;
}
.i_box6 .box .fr .fr_tit p i {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  display: block;
  margin-top: 5px;
}
.i_box6 .box .fr .fr_tit a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  display: block;
}
.i_box6 .box .fr .list {
  width: 100%;
  margin-top: 20px;
}
/* .i_box6 .box .fr .list li {
    background: url(../img/dian.png) no-repeat left center;
    padding-left: 15px;
    float: left;
    width: 100%;
    line-height: 41px;
  } */
.i_box6 .box .fr .list li a {
  width: 78%;
  font-size: 14px;
  color: #040404;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease; /* 娣诲姞杩囨浮鏁堟灉 */
  display: inline-block; /* 浣縯ransform鐢熸晥 */
  transform-origin: left center; /* 浠庡乏渚у紑濮嬪彉鍖 */
}

.i_box6 .box .fr .list li a:hover {
  color: #34478f;
  font-weight: bold;
  transform: scale(1.05); /* 鏀惧ぇ鏁堟灉 */
  text-shadow: 0 0 1px rgba(52, 71, 143, 0.2); /* 娣诲姞缁嗗井鏂囧瓧闃村奖 */
}

/* 闃叉鍔犵矖瀵艰嚧甯冨眬鎶栧姩 */
.i_box6 .box .fr .list li {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.link {
  margin-top: 40px;
  background: #eceef6;
  padding: 30px 0;
}
.link .list li {
  width: 20%;
  float: left;
}
.link .list li .imgauto {
  width: 100%;
  height: 150px;
  padding: 0 15%;
}
.footer {
  width: 100%;
  padding: 50px 0;
  background: #34478f;
}
.footer .box .fl {
  padding-right: 6%;
}
.footer .box .fl h3 {
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.footer .box .fl p {
  font-size: 12px;
  color: #7d8bc0;
  line-height: 32px;
}
.footer .box .fl p a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 20px;
}
.footer .box .fl p a:hover {
  color: #fff;
}
.footer .box .mid {
  padding-left: 6%;
  float: left;
  border-left: 1px solid #ccc;
}
.footer .box .mid h3 {
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.footer .box .mid p {
  font-size: 12px;
  color: #7d8bc0;
  line-height: 32px;
}
.footer .box .fr img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  max-width: 110px;
  margin-left: 10px;
}
.copyright {
  padding: 15px 0;
}
.copyright p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: block;
  text-align: center;
}
#page_header .head_top {
  /* background: #34478f; */
  position: relative;
}
.page_banner {
  width: 100%;
  position: relative;
}
.page_banner img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  display: none;
}
.page_banner img.pcimg {
  display: block;
}
.page_banner .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 12;
}
.page_banner .box_tit {
}
.page_banner .box_tit span {
  color: #86869e;
}
.page_banner .box_tit h3 {
  color: #fff;
  font-weight: bold;
}
.page_banner .box_tit i {
  background: #fff;
}
.page_main {
  background: #eceef6;
}
.wrap {
  width: 100%;
  margin: 30px 0;
}
.main_l {
  width: 300px;
}
.main_r {
  width: 860px;
  background: #fff;
  overflow: hidden;
}
.page_title h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding-left: 20px;
  line-height: 70px;
  background: #34478f;
}
.page_tit h3 {
  line-height: 44px;
  font-weight: normal;
  background: /* url(../img/le3.png) no-repeat 95% 15px */ #fff;
  background-size: 16px;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.page_tit h3 a {
  float: left;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
}
.page_tit h3.on {
  background: /* url(../img/bottom.png) no-repeat 95% 15px */ #34478f;
  background-size: 16px;
  font-weight: bold;
}
.page_tit h3.on a {
  color: #fff;
}
.page_tit ul {
  display: none;
  float: left;
  width: 100%;
}
.page_tit ul li {
  display: block;
  width: 100%;
  background: #fff;
  margin-top: 5px;
}
.page_tit ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 32px;
  padding-left: 30px;
}
.page_tit ul li:hover {
  background: #34478f;
}
.page_tit ul li:hover a {
  color: #fff;
}
.cat_title h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
  line-height: 70px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.page_content {
  padding: 20px;
  width: 100%;
}
.content {
  width: 100%;
}
.content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #333;
}
.content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.prolist li {
  margin-bottom: 40px;
}
.prolist li .imgauto {
  height: 286px;
}
.prolist li .imgauto img {
  transform: scale(1);
  transition: 0.5s;
}
.prolist li .text span {
  text-align: center;
  margin-top: 5px;
}
.prolist li .text p {
  text-align: center;
}
.prolist li:hover {
  box-shadow: 0px 0px 5px 0px #ccc;
}
.prolist li:hover .imgauto img {
  transform: scale(0.9);
  transition: 0.5s;
}
.pro_content {
  width: 100%;
  margin: 20px 0;
}
.pro_content .pro_pic {
  width: 50%;
  float: left;
}
.pro_content .pro_text {
  width: 50%;
  float: left;
  padding-left: 2%;
}
.pro_content .pro_text h3 {
  font-weight: normal;
  margin-top: 5px;
  line-height: 22px;
  font-size: 18px;
  color: #b0293d;
  padding-bottom: 10px;
  border-bottom: 1px dashed #757575;
  font-weight: bold;
}
.pro_content .pro_text .text {
  width: 100%;
  margin-top: 12px;
}
.pro_content .pro_text .text p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 12px;
  color: #d8d7d7;
}
.pro_content .pro_text .text a {
  width: 100px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../img/sanj.png) no-repeat 5px center #ce382b;
  background-size: 16px;
  padding-left: 24px;
}
.pro_content .pro_text .text a:hover {
  background: url(../img/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomDiv img {
  max-width: none;
}
div.zoomMask {
  position: absolute;
  background: url(../img/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 200px !important;
  max-height: 200px !important;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.pc-slide {
  width: 100%;
  margin: 0 auto;
}
.pc-slide .view .swiper-slide {
  width: 100%;
}
.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  height: 290px;
  box-sizing: border-box;
}
.pc-slide .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.pc-slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}
.pc-slide .preview .swiper-slide {
  width: 25%;
  padding: 5px;
}
.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
}
.pc-slide .preview .swiper-slide .imgauto img {
  display: block;
  padding: 5px;
}
.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #ce382b;
}
.pc-slide .preview .arrow-left {
  background: url(../img/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.pc-slide .preview .arrow-right {
  background: url(../img/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.art_content {
  padding: 0 20px;
}
.art_list {
  width: 100%;
  margin-bottom: 20px;
}
.art_list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  line-height: 57px;
  position: relative;
}
.art_list li a {
  float: left;
  padding-left: 18px;
  font-size: 16px;
  color: #333;
  max-width: 60%;
  /* background: url(../img/dian2.jpg) no-repeat left center; */
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.art_list li a:hover {
  color: #34478f;
  text-decoration: underline;
}
.art_list li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.content_tit {
  width: 100%;
  margin-top: 15px;
}
.content_tit h3 {
  display: block;
  font-size: 20px;
  color: #d8d7d7;
  text-align: center;
}
.content_tit p {
  width: 100%;
  display: block;
  text-align: center;
}
.content_tit p span {
  font-size: 12px;
  padding-bottom: 8px;
  color: #999;
  margin: 0 15px;
  margin-top: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.content_tit a {
  display: block;
}
.content_tit a i {
  width: 120px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../img/sanj.png) no-repeat 5px center #ce382b;
  background-size: 16px;
  padding-left: 24px;
  font-style: normal;
  float: right;
}
.content_tit a i:hover {
  background: url(../img/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}
.show_pages {
  width: 100%;
  margin: 30px 0;
}
.show_pages p {
  display: block;
  font-size: 16px;
  color: #ce382b;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}
.show_pages p a {
  font-size: 14px;
  color: #d8d7d7;
  font-weight: normal;
}
.show_pages p:hover a {
  color: #ce382b;
  text-decoration: underline;
}
.case_list li {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 20px;
}
.case_list li .pic {
  width: 50%;
  float: left;
  line-height: 0;
}
.case_list li .pic img {
  width: 100%;
}
.case_list li .text {
  width: 50%;
  float: left;
  padding: 50px;
}
.case_list li .text h3 {
  font-size: 18px;
  color: #34478f;
  display: block;
  font-weight: bold;
}
.case_list li .text i {
  width: 50px;
  height: 2px;
  background: #34478f;
  font-style: normal;
  display: block;
  margin-top: 8px;
}
.case_list li .text span {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.case_list li .text p {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 30px;
  padding-left: 26px;
  margin-bottom: 5px;
}
.case_list li .text p.p1 {
  background: url(../img/ic12.png) no-repeat left 2px;
}
.case_list li .text p.p2 {
  background: url(../img/ic13.png) no-repeat left 2px;
}
.case_list li .text p.p3 {
  background: url(../img/ic14.png) no-repeat left 5px;
}
.case_list li .text p.p4 {
  background: url(../img/ic15.png) no-repeat left 5px;
}
.case_list li .text .more {
  margin-top: 20px;
}
.case_list li .text .more a {
  background: #34478f;
  color: #fff;
  margin-left: 0;
}
.pic_list li {
  width: 31%;
  margin-right: 2.33%;
  float: left;
  margin-bottom: 20px;
  background: #f8f8f8;
}
.pic_list li .imgauto {
  width: 100%;
  height: 260px;
  padding: 10px 5%;
}
.pic_list li .imgauto img {
  transform: scale(1);
  transition: 0.5s;
}
.pic_list li:nth-child(3n) {
  margin-right: 0;
}
.pic_list li:hover .imgauto img {
  transform: scale(1.2);
  transition: 0.5s;
}
.pic_list figure {
  width: 31%;
  margin: 0;
  margin-right: 2.33%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
}
.pic_list figure .imgauto {
  width: 100%;
  height: 260px;
}
.pic_list figure .imgauto img {
  transform: scale(1);
  transition: 0.5s;
}
.pic_list figure:nth-child(3n) {
  margin-right: 0;
}
.pic_list figure:hover .imgauto img {
  transform: scale(1.2);
  transition: 0.5s;
}
.about_content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
  background: url(../img/abbg1.jpg) no-repeat bottom center #fff;
}
.about_content .box_tit {
  text-align: left;
}
.about_content .box_tit h3 {
  text-align: left;
}
.about_content .box_tit span {
  text-align: left;
}
.about_content .box_tit i {
  margin-left: 0;
}
.about_content .box {
  max-width: 56%;
  margin-top: 5%;
}
.about_content .box .content {
  margin-top: 40px;
}
.about_content .box .list {
  width: 100%;
  padding-top: 12%;
}
.about_content .box .list li {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 40px;
}
.about_content .box .list li img {
  float: left;
  max-width: 100%;
  display: block;
  margin-top: 5px;
}
.about_content .box .list li img.pcimg {
  display: block;
}
.about_content .box .list li img.wapimg {
  display: none;
}
.about_content .box .list li .text {
  width: 100%;
  padding-left: 45px;
}
.about_content .box .list li .text span {
  font-size: 16px;
  color: #333;
  display: block;
}
.about_content .box .list li .text p {
  font-size: 12px;
  color: #333;
  margin-top: 3px;
  display: block;
}
.contact_text1 {
  background: #fff;
  width: 100%;
  padding: 30px 0;
}
.contact_text1 .map {
  width: 100%;
  margin-bottom: 10px;
}
.contact_text p {
  width: 25%;
  float: left;
  padding-left: 30px;
}
.contact_text p span {
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: bold;
}
.contact_text p i {
  font-style: normal;
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 5px;
}
.contact_text p:first-child {
  background: url(../img/ic12.png) no-repeat left top;
}
.contact_text p:first-child + p {
  background: url(../img/ic13.png) no-repeat left top;
}
.contact_text p:first-child + p + p {
  background: url(../img/ic14.png) no-repeat left top;
}
.contact_text p:first-child + p + p + p {
  background: url(../img/ic15.png) no-repeat left top;
}
.message {
  width: 100%;
  background: #fff;
  padding: 30px 0;
}
.message .mess_tit span {
  font-size: 30px;
  color: #333;
  display: block;
  text-align: center;
}
.message .mess_tit i {
  width: 50px;
  height: 2px;
  background: #34478f;
  display: block;
  font-style: normal;
  margin: 0 auto;
  margin-top: 10px;
}
.message .mess_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.message .text {
  padding: 0 10%;
  width: 100%;
  margin-top: 30px;
}
.message .text input {
  width: 48%;
  margin: 1%;
  border: none;
  border: 1px solid #ddd;
  line-height: 40px;
  float: left;
  padding: 0 10px;
  outline: 0;
}
.message .text textarea {
  width: 98%;
  margin: 1%;
  border: none;
  border: 1px solid #ddd;
  float: left;
  padding: 5px 10px;
  height: 120px;
  outline: 0;
}
.message .text .subbtn {
  width: 98%;
  background: #34478f;
  color: #fff;
}
.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}
.iet p a {
  color: #3aba50;
  font-size: 12px;
}
.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}
.pages .pagination {
  text-align: center;
}
.pages .pagination a {
  float: none;
  height: 28px;
  display: inline-block;
}
.pages .pagination p {
  float: none;
  height: 28px;
  display: inline-block;
}
.pages .pagination a:hover {
  color: #34478f;
  background: white;
  border: 1px #34478f solid;
}
.pages .pagination a.cur {
  border: none;
  background: #34478f;
  color: #fff;
}
.case_content .text {
  width: 100%;
  float: left;
}
.case_content .text h3 {
  font-size: 20px;
  color: #34478f;
  display: block;
  font-weight: bold;
}
.case_content .text i {
  width: 50px;
  height: 2px;
  background: #34478f;
  font-style: normal;
  display: block;
  margin-top: 8px;
}
.case_content .text span {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.case_content .text p {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 30px;
  padding-left: 26px;
  margin-bottom: 5px;
}
.case_content .text p.p1 {
  background: url(../img/ic12.png) no-repeat left 2px;
}
.case_content .text p.p2 {
  background: url(../img/ic13.png) no-repeat left 2px;
}
.case_content .text p.p3 {
  background: url(../img/ic14.png) no-repeat left 5px;
}
.case_content .text p.p4 {
  background: url(../img/ic15.png) no-repeat left 5px;
}
.link .linklist span {
  font-size: 15px;
  font-weight: bold;
}
.link .linklist a {
  font-size: 14px;
  padding: 0 10px 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.link .arealist {
  margin-top: 10px;
}
.link .arealist span {
  font-size: 15px;
  font-weight: bold;
}
.link .arealist a {
  font-size: 14px;
  padding: 0 10px 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.g-titInfo {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
  line-height: 70px;
  text-align: center;
}
.info {
  text-align: center;
  margin-bottom: 20px;
}
.info span {
  font-size: 14px;
  margin: 0 10px;
}
@media screen and (max-width: 1200px) {
  .kf {
    display: none;
  }
  .center {
    width: 100%;
  }
  .main_l {
    width: 25%;
  }
  .main_r {
    width: 72%;
  }
}
@media screen and (max-width: 1020px) {
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .header {
    display: none;
  }
  .m_header {
    display: block;
  }
  .mtbanner {
    padding-top: 60px;
  }
  .currson {
    width: 98%;
    margin: 0 1%;
    margin-top: 80px;
  }
  .i_box6 .box .fl {
    display: none;
    width: 100%;
  }
  .i_box6 .box .fr {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro_list li {
    width: 31.33%;
    margin: 1%;
  }
  .pro_list li:nth-child(4n) {
    margin-right: 1%;
  }
  .i_box1 {
    padding: 20px 0;
  }
  .i_box1 .box {
    margin-top: 20px;
    background: none;
  }

  .i_box1 .box li p {
    min-height: 72px;
  }
  .i_box1 .box li .text {
    padding: 15px 20px;
  }
  .i_box3 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box3 .box {
    margin-top: 20px;
  }
  .i_box3 .box li {
    width: 48%;
    margin: 1%;
  }
  .i_box3 .box li:first-child {
    margin-left: 1%;
  }
  .i_box3 .box li .text span {
    padding-top: 15%;
  }
  .i_box4 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box4 .box {
    margin-top: 20px;
  }
  .i_box5 {
    padding-top: 20px;
  }
  .i_box5 .box {
    margin-top: 30px;
  }
  .i_box5 .more {
    margin-top: 30px;
  }
  .i_box5 .box5_lisst {
    margin-top: 30px;
    padding: 18px 0;
    background: #eceef6;
  }
  .footer .box .fl {
    width: 48%;
    display: none;
  }
  .footer .box .mid {
    width: 100%;
    border: none;
  }
  .footer .box .fr {
    width: 100%;
    padding-left: 6%;
    margin-top: 12px;
  }
  .footer .box .fr img {
    margin: 0;
    margin-right: 10px;
  }
  .footer {
    padding: 20px 0;
  }
  .main_l {
    width: 100%;
    padding: 0 1%;
  }
  .main_r {
    width: 98%;
    margin: 0 1%;
    margin-top: 10px;
  }
  .wrap {
    margin: 18px 0;
  }
  .pro_content .pro_pic {
    width: 100%;
  }
  .pro_content .pro_text {
    width: 100%;
    margin-top: 12px;
  }
  div.zoomMask {
    display: none !important;
  }
  div.zoomDiv {
    display: none !important;
  }
  .pro_content .pro_text .text {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
  .message {
    width: 96%;
    margin: 20px 2%;
  }
  .message p {
    padding-left: 0;
  }
  .message p span {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }
  .case_list li .pic {
    width: 100%;
  }
  .case_list li .text {
    width: 100%;
    padding: 20px;
  }
  .about_content .box {
    max-width: 100%;
    margin-top: 0;
  }
  .about_content {
    width: 98%;
    margin: 1%;
    background: #fff;
    padding: 20px 0;
  }
  .about_content .box_tit h3 {
    text-align: center;
    margin-top: 0;
  }
  .about_content .box_tit i {
    margin: 0 auto;
    margin-top: 8px;
  }
  .about_content .box_tit span {
    display: none;
  }
  .about_content .box .content {
    margin-top: 20px;
    padding: 0 10px;
  }
  .about_content .box .list {
    padding-top: 0px;
  }
  .about_content .box .list li {
    margin-top: 0;
    margin-bottom: 12px;
    width: 96%;
    margin: 5px 2%;
    background: #34478f;
    padding: 10px;
    border-radius: 3px;
  }
  .about_content .box .list li .text span {
    color: #fff;
  }
  .about_content .box .list li .text p {
    color: #fff;
  }
  .about_content .box .list li img.pcimg {
    display: none;
  }
  .about_content .box .list li img.wapimg {
    display: block;
  }
  .page_banner img {
    display: block;
  }
  .page_banner img.pcimg {
    display: none;
  }
  .page_banner .text {
    top: 45%;
  }
}
@media screen and (max-width: 450px) {
  .i_box5 .box .text {
    padding: 0 30px 30px 30px;
  }
  .box_tit span {
    font-size: 0.4rem;
  }
  .box_tit h3 {
    font-size: 0.2rem;
  }
  .box_tit i {
    margin-top: 9px;
  }

  .i_box1 .more {
    margin-top: 25px;
  }
  .i_box3 .box li {
    width: 90%;
    margin: 1% 5%;
  }
  .i_box3 .box li:first-child {
    margin-left: 5%;
  }
  .i_box3 .box {
    margin-top: 0;
  }
  .pro_list li .imgauto {
    height: 1.59rem;
  }
  .pro_list li .text {
    padding: 5px 10px;
  }
  .pro_list li .text span {
    font-size: 0.13rem;
  }
  .pro_list li .text p {
    margin-top: 5px;
    height: 72px;
    overflow: hidden;
  }
  .pro_list li:hover {
    box-shadow: none;
  }
  .i_box4 .more {
    margin-top: 10px;
  }
  .more a {
    background: #34478f;
    color: #fff;
  }
  .box5_lisst {
    display: none;
  }
  .i_box5 .box5_lisst {
    padding-bottom: 5px;
  }
  .i_box5 .box5_lisst .list li {
    width: 50%;
    margin-bottom: 15px;
    padding-left: 5%;
  }
  .i_box6 .box .fl {
    width: 98%;
    margin: 1%;
  }
  .i_box6 .box .fr {
    width: 98%;
    margin: 1%;
    margin-top: 2%;
    padding: 20px;
  }
  .i_box6 .box .fl li .text img {
    height: 32px;
  }
  .i_box6 .box .fl li .text span {
    font-size: 0.16rem;
  }
  .i_box6 .box .fl li:first-child .text img {
    height: 70px;
  }
  .i_box6 .box .fl li:first-child .text span {
    font-size: 0.23rem;
  }
  .i_box6 .box .fl li:first-child .text p {
    font-size: 0.16rem;
  }
  .i_box6 .box .fr .fr_tit p span {
    font-size: 0.16rem;
  }
  .i_box6 .box .fr .fr_tit p i {
    font-size: 0.12rem;
  }
  .i_box6 .box .fr .fr_tit a {
    font-size: 0.12rem;
  }
  .i_box6 .box .fr .list {
    margin-top: 12px;
  }
  .link {
    margin-top: 0;
    padding: 20px 0;
  }
  .link .list li {
    width: 33.33%;
  }
  .link .list li .imgauto {
    height: 100px;
  }
  .copyright {
    padding: 10px 1%;
  }
  .footer .box .mid h3 {
    font-size: 16px;
  }
  .footer .box .mid p {
    font-size: 14px;
  }
  .footer .box .mid p a {
    font-size: 14px;
  }
  .pro_list li {
    width: 48%;
    margin: 1%;
    margin-bottom: 20px;
  }
  .pro_list li:nth-child(4n) {
    margin-right: 1%;
  }
  .page_title h3 {
    line-height: 50px;
  }
  .cat_title h3 {
    line-height: 60px;
  }
  .case_list li .text {
    width: 100%;
    padding: 10px;
  }
  .case_list li .text span {
    margin: 8px 0 10px;
  }
  .case_list li .text p {
    margin-bottom: 0;
  }
  .case_list li .text .more {
    margin-top: 12px;
  }
  .pic_list li {
    width: 48%;
    margin: 1%;
  }
  .pic_list li:nth-child(3n) {
    margin-right: 1%;
  }
  .pic_list li .imgauto {
    height: 1rem;
    padding: 0 10%;
  }
  .contact_text p {
    width: 96%;
    margin: 8px 2%;
  }
  .message {
    padding: 10px;
  }
  .message .mess_tit span {
    font-size: 0.2rem;
  }
  .message .text {
    padding: 0;
  }
  .message .text input {
    width: 98%;
  }
  .search {
    display: block;
  }
  .art_content {
    padding: 10px;
  }
  .art_list li {
    line-height: 47px;
  }
  .art_list li a {
    width: 100%;
    font-size: 14px;
    max-width: 100%;
  }
  .art_list li a:hover {
    background: url(../img/sr2.png) no-repeat left 18px;
    background-size: 12px;
  }
  .art_list li span {
    display: none;
  }
  .prolist li:nth-child(3n) {
    margin-right: 1%;
  }
  .i_box_new .fr .contact_text {
    padding-left: 23px;
  }
  .i_box_new .fr .link_list {
    padding-left: 23px;
  }
  .link .linklist {
    padding: 0 1%;
  }
  .link .arealist {
    padding: 0 1%;
  }
}
@media screen and (max-width: 350px) {
  .m_header .m_head_content .m_head_logo p span {
    display: none;
  }
}

/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */

/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */

/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */

/* Layui鎼滅储妗嗘牱寮忎紭鍖 */
.header .head_top .search .text.focused {
  border-color: #34478f;
  background: #fff;
  box-shadow: 0 4px 12px rgba(52, 71, 143, 0.15);
}

/* Layui琛崟楠岃瘉鎻愮ず鏍峰紡 */
.layui-form-danger:focus {
  border-color: #ff5722 !important;
}

/* 鍔犺浇鍔ㄧ敾鏍峰紡浼樺寲 */
.layui-layer-loading {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* 閿欒鎻愮ず妗嗘牱寮忎紭鍖 */
.layui-layer-msg {
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* 鏁版嵁缁熻鏉垮潡鏍峰紡 */
.stats-section {
  background: linear-gradient(135deg, #34478f 0%, #1a2a6c 100%);
  padding: 60px 0px 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 15px; /* 娣诲姞宸﹀彸鍐呰竟璺 */
}

.stat-item {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 20px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-10px);
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-number .counter {
  display: inline-block;
}

.stat-number .plus {
  font-size: 36px;
  margin-left: 5px;
}

.stat-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.stat-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* 鍝嶅簲寮忚皟鏁 */
@media screen and (max-width: 768px) {
  .stats-container {
    flex-direction: row; /* 鏀逛负妯悜鎺掑垪 */
    justify-content: center; /* 灞呬腑瀵归綈 */
    padding: 0 10px; /* 鍑忓皬宸﹀彸鍐呰竟璺 */
  }

  .stat-item {
    flex: 0 0 calc(50% - 20px); /* 姣忎釜椤圭洰鍗50%瀹藉害锛屽噺鍘籱argin */
    min-width: unset; /* 绉婚櫎鏈€灏忓檺鍒 */
    margin: 10px;
    padding: 15px 10px; /* 鍑忓皬鍐呰竟璺 */
  }

  .stat-number {
    font-size: 32px; /* 鍑忓皬鏁板瓧澶у皬 */
  }

  .stat-title {
    font-size: 16px; /* 鍑忓皬鏍囬鏍峰紡 */
    margin-bottom: 5px;
  }

  .stat-desc {
    font-size: 12px; /* 鍑忓皬鎻忚堪鏂囧瓧澶у皬 */
    line-height: 1.4;
  }
}

/* 鏇村灞忓箷鐨勪紭鍖 */
@media screen and (max-width: 375px) {
  .stats-section {
    padding: 40px 0 20px !important;
  }
  .stat-item {
    padding: 12px 8px; /* 杩涗竴姝ュ噺灏忓唴杈硅窛 */
  }

  .stat-number {
    font-size: 28px; /* 杩涗竴姝ュ噺灏忔暟瀛楀ぇ灏 */
  }

  .stat-title {
    font-size: 14px;
  }

  .stat-desc {
    font-size: 12px;
  }
}

/* 鏂伴椈鍒楄〃鏍峰紡浼樺寲 */
/*.i_box6 {*/
/*  background: #fff;*/
/*  padding: 60px 0;*/
/*}*/

.i_box6 .box {
  margin-top: 40px;
  position: relative;
}

/* 鏂伴椈鏍囬鍖哄煙鏍峰紡浼樺寲 */
.i_box6 .box .fr {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(52, 71, 143, 0.1);
  padding: 25px;
  margin: 0 1%;
  width: 48%;
  position: relative;
  overflow: hidden;
}

.i_box6 .box .fr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(135deg, #34478f 0%, #3e55b3 100%);
  border-radius: 12px 12px 0 0;
  z-index: 1;
}

.i_box6 .box .fr .fr_tit {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  margin-bottom: 20px;
}

.i_box6 .box .fr .fr_tit p {
  position: relative;
  padding-left: 15px;
}

.i_box6 .box .fr .fr_tit p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
}

.i_box6 .box .fr .fr_tit p span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.i_box6 .box .fr .fr_tit p i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  display: block;
  letter-spacing: 1px;
}

.i_box6 .box .fr .fr_tit a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.i_box6 .box .fr .fr_tit a:hover {
  padding-right: 5px;
  opacity: 0.8;
}

/* 鏂伴椈鍒楄〃鏍峰紡浼樺寲 */
.i_box6 .box .list {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.i_box6 .box .list li {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  /* background: #394ea2; */
}

.i_box6 .box .list li:hover {
  background: #eef0f5;
  transform: translateY(-2px);
}

.i_box6 .box .list .news-thumb {
  width: 120px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
}
.i_box6 .box .list .news-thumb img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 6px;
}
.i_box6 .box .list .news-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.i_box6 .box .list .news-info a {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px; /* 鍑忓皬鏍囬鍜屾椂闂寸殑闂磋窛 */
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_box6 .box .list .news-info span {
  color: #999;
  font-size: 13px; /* 绋嶅井澧炲ぇ鏃堕棿瀛楀彿 */
  display: block;
  position: relative;
  padding-left: 20px; /* 涓哄浘鏍囩暀鍑虹┖闂 */
}

/* 娣诲姞鏃堕棿鍥炬爣 */
.i_box6 .box .list .news-info span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/time-icon.svg) no-repeat center; /* 闇瑕佹坊鍔犳椂闂村浘鏍 */
  background-size: contain;
  opacity: 0.6;
}

/* 榧犳爣鎮仠鏁堟灉 */
.i_box6 .box .list li:hover .news-info span {
  color: #34478f;
}

/* 绉诲姩绔傞厤 */
@media screen and (max-width: 768px) {
  .i_box6 {
    padding: 30px 0;
  }
  .i_box6 .box_tit {
    display: none;
  }
  .i_box6 .box .fr {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
  }

  .i_box6 .box .fr::before {
    height: 100px;
  }

  .i_box6 .box .fr .fr_tit {
    padding: 15px 0;
  }

  .i_box6 .box .fr .fr_tit p span {
    font-size: 20px;
  }

  .i_box6 .box .fr .fr_tit p i {
    font-size: 12px;
  }

  .i_box6 .box .list li {
    padding: 10px;
    margin-bottom: 10px;
  }

  .i_box6 .box .list .news-thumb {
    width: 90px;
    height: 60px;
  }

  .i_box6 .box .list .news-info a {
    font-size: 14px;
  }
}

/* 鍜ㄨ琛崟鏉垮潡鏍峰紡 */
.consultation-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.consultation-form {
  display: flex;
  margin-top: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(52, 71, 143, 0.1);
  overflow: hidden;
}

/* 宸︿晶鏍峰紡 */
.form-left {
  width: 300px;
  padding: 40px;
  background: linear-gradient(135deg, #34478f 0%, #3e55b3 100%);
  color: #fff;
}

.form-left h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-left p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 40px;
}

.form-desc {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

/* 鍙充晶琛崟鏍峰紡 */
.form-right {
  flex: 1;
  padding: 40px;
}

.form-row {
  margin-bottom: 20px;
}

.form-inline {
  display: flex;
  gap: 20px;
}

.form-inline .layui-form-item {
  flex: 1;
}

/* 琛崟鍏冪礌鏍峰紡 */
.consultation-form .layui-input,
.consultation-form .layui-textarea {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.consultation-form .layui-input:focus,
.consultation-form .layui-textarea:focus {
  border-color: #34478f;
  box-shadow: 0 0 0 2px rgba(52, 71, 143, 0.1);
}

.consultation-form .layui-textarea {
  height: 120px;
  resize: none;
}

/* 鎻愪氦鎸夐挳鏍峰紡 */
.consultation-form .form-actions {
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.consultation-form .layui-btn {
  min-width: 120px;
  height: 48px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 24px;
  transition: all 0.3s ease;
  background: #34478f; /* 娣诲姞涓绘寜閽儗鏅壊 */
}

.consultation-form .layui-btn:hover {
  background: #3e55b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(52, 71, 143, 0.3);
}

.consultation-form .layui-btn-primary {
  border: 1px solid #34478f;
  color: #34478f;
  background: transparent;
}

.consultation-form .layui-btn-primary:hover {
  border-color: #3e55b3;
  color: #3e55b3;
  background: rgba(62, 85, 179, 0.05);
}

/* 涓婁紶缁勪欢鏍峰紡浼樺寲 */
.layui-upload {
  position: relative;
  margin-bottom: 20px;
}

/* 涓婁紶鎸夐挳鏍峰紡 */
.layui-upload .layui-btn {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-size: 14px;
  background: #34478f;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.layui-upload .layui-btn:hover {
  background: #3e55b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 71, 143, 0.2);
}

.layui-upload .layui-btn i {
  font-size: 16px;
}

/* 涓婁紶鍒楄〃鏍峰紡 */
.layui-upload-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

/* 涓婁紶椤规牱寮 */
.upload-item {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.upload-item:hover {
  border-color: #34478f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 棰勮鍥炬牱寮 */
.upload-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* 鍒犻櫎鎸夐挳鏍峰紡 */
.upload-item .delete {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #dc3545;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.upload-item:hover .delete {
  opacity: 1;
  transform: scale(1);
}

.upload-item .delete:hover {
  background: #dc3545;
  color: #fff;
}

/* 涓婁紶杩涘害鏉℃牱寮 */
.layui-progress {
  margin: 10px 0;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}

.layui-progress-bar {
  background-color: #34478f;
  transition: width 0.3s ease;
}

/* 涓婁紶閿欒 */
.upload-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

/* 鍝嶅簲寮忛傞厤 */
@media screen and (max-width: 768px) {
  .layui-upload-list {
    gap: 8px;
  }

  .upload-item {
    width: calc(33.33% - 8px);
    height: 100px;
  }

  .upload-item .delete {
    opacity: 1;
    transform: scale(1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 4px;
    top: 4px;
  }
}

@media screen and (max-width: 480px) {
  .upload-item {
    width: calc(50% - 6px);
    height: 90px;
  }
}

/* 鍝嶅簲寮忛傞厤 */
@media screen and (max-width: 768px) {
  .consultation-form {
    flex-direction: column;
    margin: 25px 5px;
  }

  .form-left {
    width: 100%;
    padding: 30px;
  }

  .form-right {
    padding: 30px;
  }

  .form-inline {
    flex-direction: column;
    gap: 15px;
  }

  .consultation-form .layui-btn {
    width: 100%;
  }

  /* 绉婚櫎琛崟涓殑 layui-input-block 灞炴 */
  .consultation-form .layui-input-block {
    margin-left: 0;
    min-height: auto;
  }

  .consultation-form .layui-form-item .layui-input-block {
    margin-left: 0;
  }

  /* 璋冩暣琛崟椤圭殑闂磋窛 */
  .consultation-form .layui-form-item {
    margin-bottom: 15px;
  }

  /* 纭繚杈撳叆妗嗗崰婊 */
  .consultation-form .layui-input,
  .consultation-form .layui-textarea,
  .consultation-form .layui-select {
    width: 100%;
  }

  .i_box6 {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .i_box6 .box {
    margin-top: 0 !important;
  }
  .consultation-section {
    padding: 30px 0 20px !important;
  }
}

/* 缁熶竴鏇村鏍峰紡 */
.i_box1 .more a,
.i_box2 .more a,
.i_box3 .more a,
.i_box4 .more a,
.i_box5 .more a {
  display: inline-block;
  padding: 15px 40px;
  background: #34478f;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(52, 71, 143, 0.2);
  white-space: nowrap; /* 纭繚鏂囧瓧涓嶆崲琛 */
  text-align: center; /* 纭繚鏂囧瓧灞呬腑 */
  line-height: normal; /* 纭繚琛岄珮姝ｅ父 */
}

.i_box1 .more a:hover,
.i_box2 .more a:hover,
.i_box3 .more a:hover,
.i_box4 .more a:hover,
.i_box5 .more a:hover {
  background: #3e55b3;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 71, 143, 0.3);
}

/* 绉诲姩绔傞厤 */
@media screen and (max-width: 768px) {
  .i_box1 .more a,
  .i_box2 .more a,
  .i_box3 .more a,
  .i_box4 .more a,
  .i_box5 .more a {
    /* 淇濇寔PC绔牱寮 */
    padding: 15px 40px;
    font-size: 16px;
    white-space: nowrap;
  }
}

.more {
  text-align: center; /* 纭繚鐖跺鍣ㄥ唴鐨勫唴瀹瑰眳涓 */
  margin-top: 50px; /* 鏍规嵁闇瑕佽皟鏁撮棿璺 */
}

/* 鏂囩珷椤甸潰涓撳睘鏍峰紡 */
.article-container {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.article-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.article-layout {
  display: flex;
  gap: 30px;
  position: relative;
}

/* 鍙充晶涓昏鍐呭鍖哄煙 */
.article-main {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  min-height: 600px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

/* 涓绘爣棰樻牱寮 */
.article-header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #34478f, #3e55b3);
  border-radius: 1.5px;
}

.article-title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin: 0;
}

.article-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: #34478f;
  border-radius: 2px;
}

/* 鍐呭鍖哄煙鏍峰紡 */
.article-content {
  color: #4a5568;
  line-height: 1.8;
  font-size: 15px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
}

.article-content p {
  margin-bottom: 1.5em;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #2d3748;
  /*margin: 0 1em 0 1em;*/
  font-weight: 600;
}
.article-content h1 {
  text-align: center;
}
.article-content a {
  color: #34478f;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.article-content a:hover {
  border-bottom-color: #34478f;
}

/* 娣诲姞鍐呭鍖哄煙鐨勬粴鍔ㄥ姩鐢 */
@keyframes articleFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.article-main {
  animation: articleFadeIn 0.6s ease-out;
}

/* 鍝嶅簲寮忛傞厤 */
@media screen and (max-width: 992px) {
  .article-layout {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .article-container {
    padding: 20px 0;
  }

  .article-wrapper {
    padding: 0 10px;
  }

  .article-main {
    min-height: auto;
  }

  .article-title {
    font-size: 20px;
  }

  .article-content {
    font-size: 14px;
  }

  .article-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

/* 鎵撳嵃鏍峰紡浼樺寲 */
@media print {
  .article-container {
    padding: 0;
    background: none;
  }

  .article-main {
    box-shadow: none;
    padding: 0;
  }

  .article-content {
    font-size: 12pt;
    line-height: 1.6;
  }
}

/* 鏂囩珷鍒楄〃鏍峰紡 */
.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.article-list li {
  width: calc(33.333% - 20px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.article-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.article-card {
  display: flex;
  flex-direction: column;
}

.article-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.article-info {
  padding: 15px;
  text-align: center;
}

.article-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-title:hover {
  color: #34478f;
}

.article-date {
  font-size: 14px;
  color: #999;
}

/* 鍝嶅簲寮忚皟鏁 */
@media screen and (max-width: 768px) {
  .article-list li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .article-list li {
    width: 100%;
  }
}

/* 鍒楄〃椤垫暣浣撳竷灞 */
.list-container {
  padding: 20px 0;
}

.list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 鍒楄〃椤规牱寮 */
.list-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* 鍥剧墖瀹瑰櫒 */
.list-image {
  position: relative;
  padding-top: 66.67%; /* 3:2 姣斾緥 */
  overflow: hidden;
}

.list-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.list-item:hover .list-image img {
  border-radius: 8px;
  transform: scale(1.05);
}

/* 鍐呭鍖哄煙 */
.list-content {
  padding: 20px;
}

.list-title {
  margin: 0 0 10px;
  line-height: 1.4;
}

.list-title a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.list-title a:hover {
  color: #34478f;
}

.list-meta {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
}

.list-date {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/time-icon.svg) left center no-repeat;
  background-size: 16px;
}

/* 鍒嗛〉鏍峰紡 */
.list-pagination {
  margin-top: 40px;
  text-align: center;
}

.list-pagination a,
.list-pagination span {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.list-pagination span.current {
  background: #34478f;
  color: #fff;
}

.list-pagination a:hover {
  background: #34478f;
  color: #fff;
}

/* 鍝嶅簲寮忓竷灞 */
@media screen and (max-width: 1200px) {
  .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 3px;
  }
}

@media screen and (max-width: 768px) {
  .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .list-content {
    padding: 15px;
  }

  .list-title a {
    font-size: 16px;
  }

  .list-pagination a,
  .list-pagination span {
    padding: 6px 12px;
    margin: 0 3px;
    min-width: 35px;
  }
}

.list-category {
  display: inline-block;
  background-color: #34478f;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.list-category:hover {
  background-color: #3e55b3;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(52, 71, 143, 0.2);
}

/* 椤甸潰鏍囬鏍峰紡 */
.page_tit h3 {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.page_tit h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #34478f;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.page_tit h3:hover {
  color: #34478f;
}

.page_tit h3:hover::after {
  width: 100%;
}

/* 鏂囩珷璇︽儏椤垫牱寮 */
.news-detail {
  background: #fff;
  border-radius: 12px;
  /*box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);*/
  padding: 30px;
}

/* 鏂囩珷澶撮儴 */
.news-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.news-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.news-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #666;
  font-size: 14px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 鏂囩珷鍐呭 */
.news-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.news-content img {
  max-width: 600px;
  height: auto!important;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
}

/* 鏂囩珷瀵艰埅 */
.news-nav {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.nav-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.nav-label {
  color: #666;
  margin-right: 10px;
  font-weight: bold;
}

.nav-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-item a:hover {
  color: #34478f;
}

/* 鐩稿叧鎺ㄨ崘 */
.news-related {
  margin-top: 40px;
}

.related-header {
  margin-bottom: 20px;
}

.related-header h3 {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 12px;
}

.related-header h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #34478f;
  border-radius: 2px;
}

.related-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.related-item {
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.item-link {
  display: flex;
  gap: 15px;
  padding: 15px;
  text-decoration: none;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-info {
  flex: 1;
}

.item-title {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.item-meta {
  color: #999;
  font-size: 12px;
}

/* 鍝嶅簲寮忚皟鏁 */
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 20px;
  }
  /*.news-meta {*/
  /*  gap: 0 !important;*/
  /*}*/

  .news-title {
    font-size: 22px;
  }

  .news-content {
    font-size: 15px;
  }

  .news-content img {
    max-width: 100%;
    margin: 15px auto;
  }

  .related-list {
    grid-template-columns: repeat(2, 1fr); /* 淇敼涓轰袱鍒 */
    gap: 10px; /* 璋冩暣闂磋窛 */
  }

  .item-image {
    width: 100px;
    height: 70px;
  }

  .item-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .item-image {
    width: 100%;
    padding-top: 133.33%; /* 3:4 姣斾緥 */
    position: relative;
    overflow: hidden;
  }

  .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .item-title {
    font-size: 14px;
  }
}

/* 鐩稿叧鎺ㄨ崘鏂囩珷鏍峰紡 */
.related-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.related-item {
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.item-link {
  display: block;
  text-decoration: none;
}

.item-image {
  position: relative;
  width: 150px;
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}

.item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-info {
  padding: 12px;
}

.item-title {
  font-size: 16px;
  color: #333;
  margin: 0 0 8px;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.item-meta {
  color: #999;
  font-size: 12px;
}

/* 绉诲姩绔搷搴斿紡璋冩暣 */
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 15px;
    border-radius: 8px;
  }
.list-meta{
        display: inline-block!important;
}
  .news-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .news-title {
    font-size: 20px; /* 澧炲ぇ鏍囬鏍峰紡 */
    margin-bottom: 12px;
  }

  .news-meta {
    font-size: 14px; /* 澧炲ぇ鍏冧俊鎭瓧浣 */
    /*gap: 10px;*/
  }

  .news-content {
    font-size: 16px; /* 澧炲ぇ鍐呭鍖哄煙 */
    line-height: 1.6;
  }

  .news-content img {
    margin: 12px auto;
    border-radius: 6px;
  }

  /* 鐩稿叧鎺ㄨ崘绉诲姩绔 */
  .related-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .related-item {
    border-radius: 6px;
  }

  .item-image {
    padding-top: 133.33%; /* 3:4 姣斾緥 */
  }

  .item-info {
    padding: 8px;
  }

  .item-title {
    font-size: 15px; /* 澧炲ぇ鎺ㄨ崘鏍囬鏍峰紡 */
    margin-bottom: 4px;

    line-height: 1.3;
  }

  .item-meta {
    font-size: 13px; /* 澧炲ぇ鎺ㄨ崘鏃ユ湡鍖哄煙 */
  }

  /* 瀵艰埅鏍峰紡浼樺寲 */
  .news-nav {
    margin: 20px 0;
    padding: 15px 0;
  }

  .nav-item {
    padding: 8px 0;
    font-size: 14px; /* 澧炲ぇ瀵艰埅鍖哄煙 */
  }

  .nav-label {
    color: #666;
    margin-right: 8px;
  }
}

/* 瓒呭皬灞忓箷浼樺寲 */
@media screen and (max-width: 375px) {
  .news-detail {
    padding: 12px;
  }

  .related-list {
    gap: 8px;
  }

  .item-info {
    padding: 6px;
  }

  .item-title {
    font-size: 14px; /* 澧炲ぇ瓒呭皬灞忓箷鎺ㄨ崘鏍囬鏍峰紡 */
  }
}

/* 下拉动画 */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* 右侧悬浮菜单样式 */
.float-menu {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 999;
  width: 60px;
}

.float-menu .menu-item {
  position: relative;
  width: 60px;
  height: 60px;
  background: #0066cc;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.float-menu .menu-item:hover {
  background: #005bb7;
}

.float-menu .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.float-menu .icon-box i {
  font-size: 24px;
  margin-bottom: 5px;
}

.float-menu .icon-box span {
  font-size: 12px;
  line-height: 1;
}

/* 悬浮内容样式优化 */
.float-menu .hover-content {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  border-radius: 4px;
  width: auto;
  min-width: 140px;
  max-width: 200px;
  opacity: 0; /* 默认隐藏 */
  visibility: hidden; /* 默认隐藏 */
  transition: all 0.3s ease; /* 添加过渡效果 */
  word-break: keep-all;
  white-space: nowrap;
}

/* 鼠标悬浮时显示内容 */
.float-menu .menu-item:hover .hover-content {
  opacity: 1;
  visibility: visible;
  right: 65px; /* 添加一点位移效果 */
}

/* 箭头位置调整 */
.float-menu .hover-content:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}

/* 内容样式优化 */
.float-menu .hover-content p {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  color: #333;
}

/* 链接样式 */
.float-menu .hover-content a {
  display: inline-block;
  margin-top: 5px;
  color: #0066cc;
  text-decoration: none;
}

.float-menu .hover-content a:hover {
  color: #005bb7;
}

/* 电话号码样式 */
.float-menu .hover-content .phone {
  font-size: 16px;
  color: #0066cc;
  font-weight: bold;
  margin-top: 3px;
}

/* 二维码样式优化 */
.float-menu .qrcode {
  width: 120px;
  padding: 10px;
}

.float-menu .qrcode img {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.float-menu .qrcode p {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 0;
}

/* 图标样式 */
.icon-service:before {
  content: "\e606";
  font-family: "layui-icon";
}
.icon-phone:before {
  content: "\e678";
  font-family: "layui-icon";
}
.icon-qrcode:before {
  content: "\e677"; /* 修改为微信图标的 Unicode 编码 */
  font-family: "layui-icon";
}
.icon-top:before {
  content: "\e604";
  font-family: "layui-icon";
}
