@charset "utf-8";

/* 全局防止横向滚动 */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.abidx_ban {
  width: 100%;
  height: 60vh;
  min-height: 680px;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.abidx_ban .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.abidx_ban .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative
}

.abidx_ban .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0
}

.abidx_ban .swiper-container .swiper-pagination {
  width: 100%;
  height: 6px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 30px !important
}

.abidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.45);
  margin: 0 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.abidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: #EF3B1B
}

.abidx_ban .swiper-container .swiper-button-prev,
.abidx_ban .swiper-container .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  margin: -30px 0 0 !important;
  position: absolute;
  top: 50% !important;
  opacity: 1;
  border-radius: 50%
}

.abidx_ban .swiper-container .swiper-button-prev {
  left: 30px;
  background: rgba(255, 255, 255, 0.1) url(../images/baprev.png) center center no-repeat;
  background-size: 40px 40px
}

.abidx_ban .swiper-container .swiper-button-next {
  right: 30px;
  background: rgba(255, 255, 255, 0.1) url(../images/banext.png) center center no-repeat;
  background-size: 40px 40px
}

.abidx_ban .swiper-container .swiper-button-prev:hover {
  background: #EF3B1B url(../images/baprev.png) center center no-repeat;
  background-size: 40px 40px
}

.abidx_ban .swiper-container .swiper-button-next:hover {
  background: #EF3B1B url(../images/banext.png) center center no-repeat;
  background-size: 40px 40px
}

@media (max-width:1600px) {
  .abidx_ban {
    height: 50vh;
    min-height: 500px;
  }
}

@media (max-width:1200px) {
  .abidx_ban {
    height: 45vh;
    min-height: 400px;
  }
}

@media (max-width:1024px) {
  .abidx_ban {
    height: 40vh;
    min-height: 320px;
    margin-top: 82px;
  }

  .ab_pos {
    margin: -60px 0 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .ab_pos .pos_main {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    height: 60px;
  }

  .pos_main p {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .abidx_ban .swiper-container .swiper-button-prev {
    left: 15px;
    width: 50px !important;
    height: 50px !important;
    margin: -25px 0 0 !important;
  }

  .abidx_ban .swiper-container .swiper-button-next {
    right: 15px;
    width: 50px !important;
    height: 50px !important;
    margin: -25px 0 0 !important;
  }
}

@media (max-width:800px) {
  .abidx_ban {
    height: 35vh;
    min-height: 280px;
    margin: 80px auto 0;
  }

  .abidx_ban .swiper-container .swiper-button-prev {
    left: 10px;
    width: 40px !important;
    height: 40px !important;
    margin: -20px 0 0 !important;
  }

  .abidx_ban .swiper-container .swiper-button-next {
    right: 10px;
    width: 40px !important;
    height: 40px !important;
    margin: -20px 0 0 !important;
  }
}

@media (max-width:1023px) and (min-width:768px) {
  .ab_pos {
    padding: 15px 20px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .ab_pos .pos_main {
    width: 100% !important;
    margin: 0 0 0 2.5% !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }

  .pos_main p {
    width: auto !important;
    max-width: 100% !important;
    margin-top: 10px !important;
    float: none !important;
    clear: both !important;
  }
}

@media (max-width:767px) {
  .abidx_ban {
    height: 30vh;
    min-height: 200px;
    margin: 68px auto 0;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .abidx_ban .swiper-container {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .abidx_ban .swiper-container .swiper-wrapper {
    width: 100% !important;
    height: 100% !important;
  }

  .abidx_ban .swiper-container .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .abidx_ban .swiper-container .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

  .abidx_ban .swiper-container .swiper-button-prev,
  .abidx_ban .swiper-container .swiper-button-next {
    display: none !important;
  }

  .abidx_ban .swiper-container .swiper-pagination {
    bottom: 15px !important;
  }

  .abidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    margin: 0 2px;
  }

  .abidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
}

@media (max-width:480px) {
  .abidx_ban {
    height: 25vh;
    min-height: 180px;
  }

  .abidx_ban .swiper-container .swiper-pagination {
    bottom: 10px !important;
  }

  .abidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    margin: 0 1px;
  }

  .abidx_ban .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

@media (max-width:375px) {
  .abidx_ban {
    height: 22vh;
    min-height: 160px;
  }
}

@media (max-width:320px) {
  .abidx_ban {
    height: 20vh;
    min-height: 140px;
  }
}

.abidx_pro {
  width: 100%;
  background: #f8f8f8;
  padding: 70px 0 55px;
  overflow: hidden
}

.ab_title {
  text-align: center;
  width: 100%;
  margin-bottom: 40px
}

.ab_title b {
  font-size: 34px;
  color: #333;
  display: block
}

.ab_title p {
  font-size: 14px;
  color: #999;
  margin: 3px 0 20px
}

.ab_title span {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #EF3B1B
}

.ab_title3 b {
  color: #fff
}

.ab_title3 p {
  color: rgba(255, 255, 255, .65)
}

.ab_title3 span {
  background: #fff
}

.abpro_mulu {
  margin: 40px 0;
  text-align: center;
  max-height: 54px;
  overflow: hidden
}

.abpro_mulu a {
  display: inline-block;
  width: 12.571%;
  height: 54px;
  line-height: 54px;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  color: #666;
  font-size: 16px;
  background: #fff;
  padding: 0 1.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.abpro_mulu a:nth-child(6n) {
  margin-right: 0
}

.abpro_mulu a:hover {
  background: #EF3B1B;
  color: #fff
}

.abpro_mulu a.on {
  background: #EF3B1B;
  color: #fff
}

.abidx_pro .abpro_list {
  min-height: 540px
}

.abidx_pro .abpro_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative
}

.abidx_pro .abpro_list li:nth-child(4n+4) {
  margin-right: 0
}

/* 3D翻转容器 */
.abidx_pro .abpro_list li .card-container {
  perspective: 1000px;
  width: 100%;
  height: 420px
}

.abidx_pro .abpro_list li .card-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d
}

.abidx_pro .abpro_list li:hover .card-flipper {
  transform: rotateY(180deg)
}

/* 卡片正反面共同样式 */
.abidx_pro .abpro_list li .card-front,
.abidx_pro .abpro_list li .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease
}

.abidx_pro .abpro_list li .card-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, rgba(239, 59, 27, 0.9) 0%, rgba(239, 59, 27, 0.7) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

/* 卡片正面样式 */
/* 正面覆盖链接（用于移动端点击） */
.abidx_pro .abpro_list li .card-front .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none
}

.abidx_pro .abpro_list li .card-front .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 345px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.5)
}

.abidx_pro .abpro_list li .card-front .pic img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease
}

.abidx_pro .abpro_list li:hover .card-front .pic img {
  transform: scale(1.05)
}

.abidx_pro .abpro_list li .card-front .wz {
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px)
}

.abidx_pro .abpro_list li .card-front .wz .tlt {
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  transition: color 0.3s ease
}

/* 卡片背面样式 */
.abidx_pro .abpro_list li .card-back .back-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 25px;
  text-align: center;
  color: #fff
}

.abidx_pro .abpro_list li .card-back .back-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #fff;
  line-height: 1.4
}

.abidx_pro .abpro_list li .card-back .back-desc {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 25px 0;
  max-height: 180px;
  overflow-y: auto;
  text-align: left;
  padding: 0 5px
}

.abidx_pro .abpro_list li .card-back .back-desc::-webkit-scrollbar {
  width: 4px
}

.abidx_pro .abpro_list li .card-back .back-desc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px
}

.abidx_pro .abpro_list li .card-back .back-btn {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease
}

.abidx_pro .abpro_list li .card-back .back-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

@media screen and (max-width:1399px) {
  .abidx_pro {
    padding: 65px 0 45px
  }
}

@media screen and (max-width:1200px) {
  .abpro_mulu a {
    width: 15%
  }
}

@media screen and (max-width:1080px) {
  .abidx_pro {
    padding: 55px 0 35px
  }

  .abpro_mulu {
    max-height: 50px;
    margin: 35px 0
  }

  .abpro_mulu a {
    padding: 0 1%;
    width: 20%;
    font-size: 15px;
    height: 48px;
    line-height: 48px
  }

  .abidx_pro .abpro_list li {
    width: 48.5%;
    margin-right: 3%
  }

  .abidx_pro .abpro_list li:nth-child(2n+2) {
    margin-right: 0
  }

  .abidx_pro .abpro_list li .card-container {
    height: 380px
  }

  .abidx_pro .abpro_list li .card-front .pic {
    height: 300px
  }

  .abidx_pro .abpro_list li .card-back .back-content {
    padding: 25px 20px
  }

  .abidx_pro .abpro_list li .card-back .back-title {
    font-size: 18px;
    margin-bottom: 15px
  }

  .abidx_pro .abpro_list li .card-back .back-desc {
    font-size: 13px;
    max-height: 150px
  }
}

@media screen and (max-width:1023px) {
  .ab_title {
    margin-bottom: 35px
  }

  .ab_title b {
    font-size: 32px
  }

  .abidx_pro {
    padding: 45px 0 25px
  }
}

@media screen and (max-width:767px) {
  .ab_title {
    margin-bottom: 30px
  }

  .ab_title b {
    font-size: 28px
  }

  .ab_title p {
    margin: 3px 0 15px
  }

  .abidx_pro {
    padding: 35px 0 15px
  }

  .abpro_mulu {
    max-height: 88px;
    height: auto;
    margin: 30px 0
  }

  .abpro_mulu a {
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 2%;
    margin-bottom: 5px
  }

  .abpro_mulu a:nth-child(3n) {
    margin-right: 0
  }

  .abidx_pro .abpro_list li {
    width: 100%;
    margin-bottom: 30px
  }

  /* 移动端禁用3D翻转，改为静态显示 */
  .abidx_pro .abpro_list li .card-container {
    height: auto;
    perspective: none
  }

  .abidx_pro .abpro_list li .card-flipper {
    transform-style: flat;
    height: auto;
    display: flex;
    flex-direction: column
  }

  .abidx_pro .abpro_list li:hover .card-flipper {
    transform: none
  }

  .abidx_pro .abpro_list li .card-front {
    position: relative;
    height: auto;
    order: 1;
    border-radius: 5px 5px 0 0
  }

  /* 移动端启用覆盖链接（点击图片/标题跳转） */
  .abidx_pro .abpro_list li .card-front .card-link {
    display: block
  }

  .abidx_pro .abpro_list li .card-front .pic {
    height: 280px;
    border-radius: 5px 5px 0 0
  }

  .abidx_pro .abpro_list li .card-front .wz .tlt {
    font-size: 15px
  }

  /* 移动端显示背面作为静态内容 */
  .abidx_pro .abpro_list li .card-back {
    position: relative;
    transform: none;
    order: 2;
    height: auto;
    min-height: auto;
    background: rgba(239, 59, 27, 0.85);
    border-radius: 0 0 5px 5px
  }

  .abidx_pro .abpro_list li .card-back .back-content {
    padding: 20px 15px;
    height: auto;
    min-height: auto
  }

  .abidx_pro .abpro_list li .card-back .back-title {
    display: none
  }

  .abidx_pro .abpro_list li .card-back .back-desc {
    font-size: 13px;
    line-height: 1.6;
    max-height: none;
    margin-bottom: 15px;
    text-align: center
  }

  .abidx_pro .abpro_list li .card-back .back-btn {
    font-size: 13px;
    padding: 8px 25px
  }
}

.abidx_about {
  width: 100%;
  background: #fff;
  padding: 70px 0;
  overflow: hidden
}

.abidx_about .webabout_con {
  width: 100%;
  min-height: 530px;
  display: flex;
  align-items: stretch;
  gap: 0
}

.abidx_about .webabout_con .webabout_img {
  width: 60%;
  min-height: 530px;
  position: relative;
  flex-shrink: 0;
  order: 1
}

.abidx_about .webabout_con .webabout_img img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.abidx_about .webabout_con .webabout_text {
  width: 40%;
  min-height: 530px;
  background: #EF3B1B;
  position: relative;
  padding: 60px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2
}

.abidx_about .webabout_con .webabout_text .webabout_name {
  font-size: 26px;
  color: #fff;
  margin: 30px 0
}

.abidx_about .webabout_con .webabout_text p {
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  width: 100%;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  line-height: 30px;
  text-align: justify;
  word-break: break-all;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}

.abidx_about .webabout_con .webabout_text .webabout_btn {
  width: 130px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 50px
}

.abidx_about .webabout_con .webabout_text .webabout_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, .8)
}

.abidx_about .webabout_con .webabout_text .webabout_btn a img {
  display: inline-block;
  margin: -2px 0 0 10px
}

.web_data {
  width: 100%;
  overflow: hidden;
  margin: 40px auto 0
}

.web_data ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 0
}

.web_data ul li {
  width: 25%;
  overflow: hidden;
  margin: 0;
  padding: 0 40px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.web_data ul li p {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #666;
  font-family: "DINMITTELSCHRIFTSTD";
  font-size: 48px;
  text-align: center;
  margin: 0 auto 5px;
  padding: 0
}

.web_data ul li p font {
  font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
  font-size: 16px
}

.web_data ul li span {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #EF3B1B;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

@media (max-width:1399px) {
  .abidx_about {
    padding: 65px 0
  }

  .web_data ul li p {
    font-size: 42px
  }
}

@media (max-width:1079px) {
  .abidx_about {
    padding: 55px 0
  }

  .web_data ul li p {
    font-size: 36px
  }

  .web_data ul li span {
    font-size: 17px
  }
}

@media (max-width:1023px) {
  .abidx_about {
    padding: 45px 0
  }

  .abidx_about .webabout_con {
    flex-direction: column;
    min-height: auto
  }

  .abidx_about .webabout_con .webabout_img {
    width: 100%;
    min-height: 450px;
    order: 1
  }

  .abidx_about .webabout_con .webabout_text {
    width: 100%;
    min-height: auto;
    padding: 40px 35px;
    order: 2
  }

  .abidx_about .webabout_con .webabout_text .webabout_name {
    font-size: 24px;
    margin: 15px 0 25px
  }

  .abidx_about .webabout_con .webabout_text p {
    font-size: 15px;
    line-height: 28px;
    max-height: 140px
  }

  .abidx_about .webabout_con .webabout_text .webabout_btn {
    margin-top: 30px
  }

  .abidx_about .webabout_con .webabout_text .webabout_btn a {
    font-size: 15px
  }

  .web_data {
    margin: 30px 0 0
  }

  .web_data ul li p {
    font-size: 32px
  }

  .web_data ul li span {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .abidx_about {
    padding: 35px 0
  }

  .abidx_about .webabout_con {
    flex-direction: column;
    min-height: auto
  }

  .abidx_about .webabout_con .webabout_img {
    width: 100%;
    min-height: 300px;
    order: 1
  }

  .abidx_about .webabout_con .webabout_text {
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
    order: 2
  }

  .abidx_about .webabout_con .webabout_text .webabout_name {
    font-size: 20px;
    margin: 0 0 15px
  }

  .abidx_about .webabout_con .webabout_text p {
    font-size: 14px;
    line-height: 24px;
    max-height: 120px
  }

  .abidx_about .webabout_con .webabout_text .webabout_btn {
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px
  }

  .abidx_about .webabout_con .webabout_text .webabout_btn a {
    font-size: 14px
  }

  .web_data {
    margin: 25px 0 0
  }

  .web_data ul li {
    width: 50%;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 5px
  }

  .web_data ul li p {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0
  }

  .web_data ul li span {
    text-align: left;
    font-size: 16px
  }
}

.webdx_case {
  width: 100%;
  background: url(../images/case_bg.jpg) no-repeat top center #fff;
  background-size: contain;
  padding: 70px 0;
  overflow: hidden;
  min-height: 550px
}

.webdx_case .webcase_list .swiper-container {
  width: 100%
}

.webcase_list .swiper-container .swiper-slide .webcase_img {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden
}

.webcase_list .swiper-container .swiper-slide .webcase_img img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webcase_list .swiper-container .swiper-slide:hover .webcase_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1)
}

.webcase_list .swiper-container .swiper-slide .webcase_text {
  width: 100%;
  padding: 20px 20px 30px;
  background: #f8f8f8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.webcase_list .swiper-container .swiper-slide .webcase_text a.webcase_Name {
  display: block;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 35px;
  line-height: 35px
}

.webcase_list .swiper-container .swiper-slide .webcase_text p {
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px
}

.webcase_list .swiper-container .swiper-slide:hover {
  margin-top: -6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webcase_list .swiper-container .swiper-slide:hover .webcase_text {
  background: #EF3B1B
}

.webcase_list .swiper-container .swiper-slide:hover .webcase_text a.webcase_Name {
  color: #fff
}

.webcase_list .swiper-container .swiper-slide:hover .webcase_text p {
  color: rgba(255, 255, 255, .45)
}

@media (max-width:1399px) {
  .webdx_case {
    padding: 65px 0
  }
}

@media (max-width:1079px) {
  .webdx_case {
    background-size: auto;
    padding: 55px 0
  }
}

@media (max-width:1023px) {
  .webdx_case {
    background-size: auto;
    padding: 45px 0
  }

}

@media (max-width:767px) {
  .webdx_case {
    background-size: auto;
    padding: 35px 0
  }

}

.web_article {
  width: 100%;
  padding: 0 0 70px;
  overflow: hidden
}

.web_article .webarticle_list {
  width: 100%;
  height: auto;
  min-height: 320px;
  margin: 0 auto;
  padding: 0
}

.webarticle_list ul li {
  width: 48.5%;
  margin: 0 3% 0 0;
  float: left;
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  position: relative
}

.webarticle_list ul li:nth-child(2n+2) {
  margin-right: 0
}

.webarticle_list ul li:after {
  content: "";
  height: 0;
  background: #EF3B1B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 0
}

.webarticle_list ul li .webarticle_img {
  width: 120px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  border-radius: 8px
}

.webarticle_list ul li .webarticle_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s
}

.webarticle_list ul li .webarticle_l {
  width: 110px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2
}

.webarticle_list ul li .webarticle_l em {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #EF3B1B;
  border-radius: 50px;
  margin-left: -14px
}

.webarticle_list ul li .webarticle_l i {
  display: block;
  width: 14px;
  height: 14px;
  margin: 20px auto 5px;
  background: url(../images/date.png) center no-repeat
}

.webarticle_list ul li .webarticle_l span {
  display: block;
  font-size: 14px;
  color: #999
}

.webarticle_list ul li .webarticle_text {
  width: calc(100% - 270px);
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  position: relative;
  z-index: 2
}

.webarticle_list ul li .webarticle_text .tit {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  max-width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -5px
}

.webarticle_list ul li .webarticle_text p {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all
}

.webarticle_list ul li .webarticle_text .date-info {
  display: none
}

.webarticle_list ul li:hover:after {
  height: 100%;
  top: 0
}

.webarticle_list ul li:hover .webarticle_l em {
  color: #EF3B1B;
  background: #fff
}

.webarticle_list ul li:hover .webarticle_l i {
  background: url(../images/date1.png) center no-repeat
}

.webarticle_list ul li:hover .webarticle_l span {
  color: #fff;
  opacity: 0.6
}

.webarticle_list ul li:hover .webarticle_text .tit {
  color: #fff
}

.webarticle_list ul li:hover .webarticle_text p {
  color: #fff;
  opacity: 0.6
}

.webarticle_list ul li:hover .webarticle_img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05)
}

@media (max-width:1399px) {
  .web_article {
    padding: 0 0 65px
  }
}

@media (max-width:1079px) {
  .web_article {
    padding: 0 0 55px
  }
}

@media (max-width:1023px) {
  .web_article {
    padding: 0 0 45px
  }

  .webarticle_list ul li {
    width: 100%;
    padding: 35px 0
  }

  .webarticle_list ul li .webarticle_img {
    width: 100px;
    height: 75px;
    margin-right: 15px
  }

  .webarticle_list ul li .webarticle_text {
    width: calc(100% - 225px)
  }

  .webarticle_list ul li .webarticle_text p {
    font-size: 15px
  }
}

@media (max-width:767px) {
  .web_article {
    padding: 0 0 35px
  }

  .webarticle_list ul li {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: flex-start
  }

  .webarticle_list ul li .webarticle_img {
    width: 80px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0
  }

  .webarticle_list ul li .webarticle_l {
    display: none
  }

  .webarticle_list ul li .webarticle_text {
    width: calc(100% - 95px);
    padding: 0;
    float: none
  }

  .webarticle_list ul li .webarticle_text .tit {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 0
  }

  .webarticle_list ul li .webarticle_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px
  }

  .webarticle_list ul li .webarticle_text .date-info {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    display: block
  }
}

.ab_title1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 0
}

.ab_title1 p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.ab_title2 p {
  color: #fff
}

.ab_title1 span {
  display: block;
  width: 144px;
  height: 13px;
  margin: 17px auto 0;
  padding: 0;
  background: url(../images/line01.png) center center repeat-x
}

.ab_title1 span i {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 auto;
  padding: 0;
  background-color: #EF3B1B
}

@media (max-width:1440px) {
  .ab_title1 {
    margin: 0 auto 30px
  }

  .ab_title1 p {
    height: 36px;
    line-height: 36px;
    font-size: 32px
  }

  .ab_title1 span {
    width: 128px;
    height: 9px;
    margin: 15px auto 0
  }

  .ab_title1 span i {
    width: 9px;
    height: 9px
  }
}

@media (max-width:1280px) {
  .ab_title1 p {
    height: 32px;
    line-height: 32px;
    font-size: 30px
  }

  .ab_title1 span {
    width: 120px
  }
}

@media (max-width:1200px) {
  .ab_title1 p {
    font-size: 28px
  }
}

@media (max-width:1080px) {
  .ab_title1 p {
    height: 30px;
    line-height: 30px;
    font-size: 26px
  }

  .ab_title1 span {
    margin: 10px auto 0
  }
}

@media (max-width:767px) {
  .ab_title1 {
    margin: 0 auto 20px
  }

  .ab_title1 p {
    height: 30px;
    line-height: 30px;
    font-size: 24px
  }

  .ab_title1 span {
    width: 96px;
    height: 5px;
    margin: 5px auto 0
  }

  .ab_title1 span i {
    width: 5px;
    height: 5px
  }
}

@media (max-width:320px) {
  .ab_title1 p {
    font-size: 22px
  }
}

.webban {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.webban img.abban_img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center
}

.webban .webba_con {
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webba_con p {
  width: 100%;
  height: auto;
  line-height: 40px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.webba_con i {
  display: block;
  width: 40px;
  height: 3px;
  margin: 10px auto 15px;
  padding: 0;
  background-color: #EF3B1B
}

.webba_con span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.ab_pos {
  width: 100%;
  height: auto;
  margin: -70px 0 0 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.ab_pos .pos_main {
  width: auto;
  max-width: 500px;
  height: 70px;
  margin: 0 0 0 calc((100% - 1400px) / 2);
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pos_main p {
  width: auto;
  max-width: 100%;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 10px 0;
  float: none;
  text-align: left;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.pos_main p img.ab_mbx {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: -2px 6px 0 0
}

.pos_main p img.ab_mbxJt {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: -2px 8px 0
}

.pos_main p a {
  color: #333
}

.pos_main p a:hover {
  color: #EF3B1B
}

.pos_main p span {
  color: #999
}

@media (max-width:1680px) {
  .webban {
    height: 520px
  }

}

@media (max-width:1600px) {
  .webban {
    height: 480px
  }

}

@media (max-width:1440px) {
  .webban {
    height: 440px
  }


  .webba_con p {
    line-height: 36px;
    font-size: 32px
  }

  .webba_con span {
    font-size: 20px
  }

  .webba_con i {
    margin: 10px auto
  }

  .ab_pos {
    margin: -60px 0 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .ab_pos .pos_main {
    width: auto;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
    height: 60px;
  }

  .pos_main p {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}

@media (max-width:1366px) {
  .webban {
    height: 420px
  }

}

@media (max-width:1280px) {
  .webban {
    height: 400px
  }


  .webba_con p {
    line-height: 32px;
    font-size: 30px
  }

  .webba_con span {
    line-height: 20px;
    font-size: 18px
  }

  .webba_con i {
    height: 2px
  }

  .ab_pos {
    margin: -60px 0 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .ab_pos .pos_main {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    height: 60px;
  }

  .pos_main p {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}

@media (max-width:1200px) {
  .webban {
    height: 370px
  }


  .ab_pos {
    margin: -60px 0 0 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .ab_pos .pos_main {
    width: auto;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    height: 60px;
  }

  .pos_main p {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}

@media (max-width:1080px) {
  .webban {
    height: 340px
  }


  .webba_con p {
    line-height: 30px;
    font-size: 26px
  }

  .webba_con span {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .webban {
    height: 320px
  }

}

@media (max-width:1023px) {
  .webban {
    margin-top: 82px
  }
}

@media (max-width:800px) {
  .webban {
    height: 280px;
    margin-top: 78px
  }


  .ab_pos {
    margin: -50px 0 0 0;
    padding: 0 20px
  }

  .ab_pos .pos_main {
    height: 50px
  }

  .pos_main p {
    /* height:50px;padding:5px 0;*/
  }

  .pos_main p img.ab_mbxJt {
    margin: -2px 6px 0
  }
}

@media (max-width:767px) {
  .webban {
    height: 180px;
    margin-top: 68px
  }


  .webba_con p {
    font-size: 24px
  }

  .webba_con span {
    font-size: 14px
  }

  .webba_con i {
    width: 30px;
    margin: 5px auto
  }
}

/* 隐藏平板端和移动端的面包屑导航 */
@media (max-width:1024px) {
  .ab_pos {
    display: none !important;
  }

  .ab_pos .pos_main {
    height: auto;
    margin: 0 0 0 2.5%;
    padding: 10px;
  }

  .pos_main p {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 10px 12px;
    text-align: left;
    display: flex;
    align-items: center;
  }
}

@media (max-width:375px) {
  .webban {
    height: 160px
  }

}

@media (max-width:320px) {
  .webban {
    height: 140px
  }


  .webba_con p {
    font-size: 22px
  }
}

.webaboutus {
  width: 100%;
  height: auto;
  min-height: 320px;
  margin: 0 auto;
  padding: 0
}

.webaboutus .webaboutus_profile {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutus_profile .webaboutus_con {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webaboutus_con .webaboutus_img {
  width: 100%;
  height: auto;
  margin: 0 0 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutus_img p img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.webaboutus_con .webaboutus_text {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutus_text .webab_ms {
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutus_text .webab_ms p {
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0
}

.inab-main-data {
  margin-top: 20px
}

.inab-main-data .nums {
  transition: 0.3s;
  overflow: hidden
}

.inab-main-data .num {
  width: 33.3333%;
  float: left;
  padding: 30px 60px;
  height: 200px;
  color: #f9f9f9;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.3s
}

.inab-main-data .num1 {
  background: #EF3B1B url(../images/abicon1.png) no-repeat center 115px
}

.inab-main-data .num2 {
  background: #fd6044 url(../images/abicon2.png) no-repeat center 115px
}

.inab-main-data .num3 {
  background: #EF3B1B url(../images/abicon3.png) no-repeat center 115px
}

.inab-main-data .num span {
  font-size: 58px;
  line-height: 1;
  float: left;
  letter-spacing: -2px;
  font-family: Arial
}

.inab-main-data .num span sub {
  font-size: 26px
}

.inab-main-data .num3 span sub {
  font-size: 16px
}

.inab-main-data .num p {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 215px;
  top: 33px;
  padding-bottom: 12px;
  width: 180px;
  border-bottom: 1px solid rgba(255, 255, 255, .35)
}

/* 公司图片展示区域样式 */
.company_gallery {
  width: 100%;
  margin: 40px 0;
  padding: 0
}

.gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%
}

.gallery_item {
  width: 100%;
  position: relative
}

.gallery_image_wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.gallery_image_wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15)
}

.company_gallery_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease
}

.gallery_image_wrapper:hover .company_gallery_img {
  transform: scale(1.05)
}

/* 响应式设计 */
@media (max-width: 1023px) {
  .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px
  }
}

@media (max-width: 767px) {
  .gallery_grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .company_gallery {
    margin: 30px 0
  }
}

.webaboutus .webaboutus_culture {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 90px;
  background: #313131 url(../images/nyabbg1.png) center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutus_culture .webculture_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webculture_main ul {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap
}

.webculture_main ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  background: #fff;
  position: relative
}

.webculture_main ul li:nth-child(4n) {
  margin-right: 0
}

.webculture_main ul li .line {
  width: 100%;
  height: 80px;
  border-bottom: solid 1px #e1e1e1
}

.webculture_main ul li .text {
  padding: 70px 30px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.webculture_main ul li p {
  font-size: 28px;
  font-weight: bold
}

.webculture_main ul li .ms {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 30px
}

.webculture_main ul li em {
  position: absolute;
  top: 47px;
  left: 30px;
  transition: all 0.5s
}

.webculture_main ul li:hover em {
  transform: rotatab(180deg)
}

.webaboutus .webaboutus_honor {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutus_honor .webaboutushonor_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutushonor_main .webaboutushonor_list {
  width: 100%;
  height: auto;
  min-height: 240px;
  margin: 0 0 0 -70px;
  padding: 0 70px;
  position: relative
}

.webaboutushonor_list .swiper-container03 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.webaboutushonor_list .swiper-container03 .swiper-slide {
  height: auto;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webaboutushonor_list .swiper-container03 .swiper-slide:hover .webahonor_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webaboutushonor_list .swiper-container03 .swiper-slide:hover .webahonor_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1)
}

.webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6
}

.webaboutushonor_list .swiper-container03 .swiper-slide:hover a.webaboutushonor_name {
  color: #EF3B1B;
  border-bottom: 1px solid #EF3B1B
}

.webaboutushonor_list .swiper-button-prev3,
.webaboutushonor_list .swiper-button-next3 {
  width: 40px !important;
  height: 40px !important;
  margin: -20px 0 0 !important;
  border-radius: 50%;
  position: absolute;
  top: 50% !important;
  bottom: 0 !important;
  opacity: 1;
  cursor: pointer;
  z-index: 10 !important;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.webaboutushonor_list .swiper-button-prev3 {
  background: rgba(255, 255, 255, 0.9) url(../images/prev01.png) center center no-repeat;
  background-size: 20px 20px;
  left: 0
}

.webaboutushonor_list .swiper-button-next3 {
  background: rgba(255, 255, 255, 0.9) url(../images/next01.png) center center no-repeat;
  background-size: 20px 20px;
  right: 0
}

.webaboutushonor_list .swiper-button-prev3:hover {
  background: rgba(239, 59, 27, 0.9) url(../images/prev02.png) center center no-repeat;
  background-size: 20px 20px
}

.webaboutushonor_list .swiper-button-next3:hover {
  background: rgba(239, 59, 27, 0.9) url(../images/next02.png) center center no-repeat;
  background-size: 20px 20px
}

@media (max-width:1440px) {
  .inab-main-data .num {
    padding: 30px 40px
  }

  .inab-main-data .num p {
    left: 173px
  }

  .inab-main-data .num span {
    font-size: 50px
  }

  .webaboutus .webaboutus_profile {
    padding: 60px
  }

  .webaboutus_profile .webaboutus_con {
    width: 100%
  }

  .webaboutus .webaboutus_culture {
    padding: 60px
  }

  .webaboutus_culture .webculture_main {
    width: 100%
  }

  .webaboutus .webaboutus_honor {
    padding: 60px
  }

  .webaboutus_honor .webaboutushonor_main {
    width: 100%
  }

  .webaboutushonor_main .webaboutushonor_list {
    margin: 0 0 0 -60px;
    padding: 0 60px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 240px
  }
}

@media (max-width:1366px) {
  .webaboutus_text .webab_ms {
    font-size: 15px
  }
}

@media (max-width:1280px) {

  .inab-main-data,
  .in-more {
    margin-top: 30px
  }

  .inab-main-data .num {
    padding: 25px
  }

  .inab-main-data .num1 {
    background: #EF3B1B url(../images/abicon1.png) no-repeat center 115px
  }

  .inab-main-data .num2 {
    background: #1d9055 url(../images/abicon2.png) no-repeat center 115px
  }

  .inab-main-data .num3 {
    background: #0a8a48 url(../images/abicon3.png) no-repeat center 115px
  }

  .inab-main-data .num span {
    font-size: 45px
  }

  .inab-main-data .num p {
    left: 140px;
    top: 26px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 200px
  }
}

@media (max-width:1200px) {
  .webaboutus .webaboutus_profile {
    padding: 60px 40px
  }

  .webaboutus_text .webab_ms {
    line-height: 26px;
    font-size: 14px
  }

  .webaboutus .webaboutus_culture {
    padding: 60px 40px
  }

  .webculture_main ul li .text {
    padding: 50px 20px 30px
  }

  .webculture_main ul li p {
    font-size: 21px
  }

  .webculture_main ul li .ms {
    margin-top: 15px;
    font-size: 15px
  }

  .webaboutus .webaboutus_honor {
    padding: 60px 40px
  }

  .webaboutushonor_main .webaboutushonor_list {
    min-height: 180px;
    margin: 0 0 0 -40px;
    padding: 0 40px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 200px
  }
}

@media (max-width:1080px) {
  .webaboutus_text .webab_ms {
    line-height: 24px
  }

  .inab-main-data .num p {
    width: 140px;
    left: 123px
  }

  .inab-main-data .num span {
    font-size: 40px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 240px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
    font-size: 18px
  }
}

@media (max-width:1024px) {
  .webaboutus_con .webaboutus_img {
    margin: 0 0 30px
  }

  .inab-main-data .num p {
    width: 120px;
    font-size: 15px
  }

  .webaboutus_text .webab_ms p {
    font-size: 15px;
    line-height: 26px
  }

  .webaboutus .webaboutus_profile {
    padding: 40px
  }

  .webaboutus .webaboutus_culture {
    padding: 40px
  }

  .webculture_main {
    padding: 40px 0
  }

  .webculture_main ul li .line {
    height: 60px
  }

  .webculture_main ul li em {
    top: 27px;
    left: 20px
  }

  .webaboutus .webaboutus_honor {
    padding: 40px
  }
  
  /* 荣誉资质平板端优化 */
  .webaboutushonor_main .webaboutushonor_list {
    min-height: 200px;
    margin: 0 0 0 -30px;
    padding: 0 30px
  }
  
  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 200px
  }
  
  .webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 10px 0
  }
  
  /* 平板端切换按钮优化 */
  .webaboutushonor_list .swiper-button-prev3,
  .webaboutushonor_list .swiper-button-next3 {
    width: 35px !important;
    height: 35px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }
  
  .webaboutushonor_list .swiper-button-prev3 {
    background: rgba(255, 255, 255, 0.9) url(../images/prev01.png) center center no-repeat !important;
    background-size: 18px 18px !important;
  }
  
  .webaboutushonor_list .swiper-button-next3 {
    background: rgba(255, 255, 255, 0.9) url(../images/next01.png) center center no-repeat !important;
    background-size: 18px 18px !important;
  }
}

@media (max-width:992px) {
  .inab-main-data .num p {
    width: auto
  }
}

@media (max-width:800px) {
  .inab-main-data .num p {
    top: 23px
  }

  .inab-main-data .num span {
    font-size: 36px
  }

  .webaboutus .webaboutus_profile {
    padding: 40px 20px
  }

  .webaboutus .webaboutus_culture {
    padding: 40px 20px
  }

  .webaboutus .webaboutus_honor {
    padding: 40px 20px
  }
  
  .webaboutushonor_main .webaboutushonor_list {
    margin: 0 auto;
    padding: 0 10px
  }
  
  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 180px;
    margin: 0 auto
  }
  
  .webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
    font-size: 15px;
    height: 35px;
    line-height: 17px;
    padding: 8px 0
  }
  
  /* 小平板端切换按钮优化 */
  .webaboutushonor_list .swiper-button-prev3,
  .webaboutushonor_list .swiper-button-next3 {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }
  
  .webaboutushonor_list .swiper-button-prev3 {
    background: rgba(255, 255, 255, 0.9) url(../images/prev01.png) center center no-repeat !important;
    background-size: 16px 16px !important;
  }
  
  .webaboutushonor_list .swiper-button-next3 {
    background: rgba(255, 255, 255, 0.9) url(../images/next01.png) center center no-repeat !important;
    background-size: 16px 16px !important;
  }
}

@media (max-width:767px) {
  .webaboutus_con .webaboutus_img {
    margin: 0 0 20px
  }

  .webaboutus_text .webab_ms p {
    font-size: 14px;
    line-height: 24px
  }

  .inab-main-data .num {
    display: none
  }

  .webaboutus .webaboutus_profile {
    padding: 20px 12px
  }

  .webaboutus .webaboutus_culture {
    padding: 20px 12px
  }

  .webculture_main {
    padding: 40px 0 25px
  }

  .webculture_main ul li {
    width: 49%;
    margin-bottom: 15px
  }

  .webculture_main ul li:nth-child(2n+2) {
    margin-right: 0
  }

  .webaboutus .webaboutus_honor {
    padding: 20px 12px
  }

  .webaboutushonor_main .webaboutushonor_list {
    margin: 0 auto;
    padding: 0
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 160px;
    margin: 0 auto 15px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
    font-size: 14px;
    height: 30px;
    line-height: 15px;
    padding: 8px 5px;
    text-align: center
  }

}

@media (max-width:450px) {
  .webculture_main ul li {
    width: 100%
  }
  
  /* 小屏移动端隐藏荣誉资质切换按钮 */
  .webaboutushonor_list .swiper-button-prev3,
  .webaboutushonor_list .swiper-button-next3 {
    display: none
  }
}

@media (max-width:375px) {
  .webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
    padding: 5px 0;
    font-size: 15px
  }

  .webculture_main ul li .text {
    padding: 50px 20px 30px
  }

  .webculture_main ul li p {
    font-size: 18px
  }

  .webculture_main ul li .ms {
    margin-top: 5px
  }
}

@media (max-width:320px) {
  .webaboutushonor_list .swiper-container03 .swiper-slide .webahonor_img {
    height: 140px;
    margin: 0 auto 12px
  }

  .webaboutushonor_list .swiper-container03 .swiper-slide a.webaboutushonor_name {
    padding: 8px 0;
    font-size: 13px;
    height: 28px;
    line-height: 14px
  }
}

.news-section {
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 500px;
}

.news-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 旧的新闻列表样式已移除,现使用3D翻转卡片样式 (.webnews_yb) */

.empty-state {
  text-align: center;
  padding: 80px 20px;
  color: #7f8c8d;
}

.empty-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.empty-state h3 {
  margin: 0 0 10px 0;
  color: #2c3e50;
  font-size: 24px;
}

.empty-state p {
  margin: 0;
  font-size: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  align-items: center;
}

.page-item {
  margin: 0;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  color: #2c3e50;
  text-decoration: none;
  border: 1px solid #e0e6ed;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.page-link:hover {
  background: #EF3B1B;
  color: #fff;
  border-color: #EF3B1B;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(239, 59, 27, 0.3);
}

.page-item.current .page-link {
  background: #EF3B1B;
  color: #fff;
  border-color: #EF3B1B;
  cursor: default;
  box-shadow: 0 4px 8px rgba(239, 59, 27, 0.3);
}

.page-text {
  display: inline;
}

#fengye {
  margin: 40px auto 0;
  color: #666;
  font-size: 14px;
  text-align: center
}

#fengye a {
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e6ed;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#fengye a:hover {
  background-color: #EF3B1B;
  color: #fff;
  border: 1px solid #EF3B1B;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(239, 59, 27, 0.3);
}

#fengye a.pnnum1 {
  background-color: #EF3B1B;
  color: #fff;
  border: 1px solid #EF3B1B;
  box-shadow: 0 4px 8px rgba(239, 59, 27, 0.3);
}

#fengye input {
  display: inline-block;
  padding: 0 5px;
  background-color: #EF3B1B;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
  font-weight: 500;
}

#fengye .p_input {
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  width: 40px !important;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 0 5px;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 500;
  cursor: default;
  border: 1px solid #e0e6ed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:1024px) {
  .news-container {
    padding: 0 15px;
  }

  .news-grid {
    gap: 20px;
  }

  .news-image {
    width: 130px;
    height: 130px;
    margin-left: 15px;
  }

  .news-content {
    padding: 20px;
    min-height: 130px;
  }
}

@media (max-width:768px) {
  .news-section {
    padding: 40px 0;
  }

  .news-container {
    padding: 0 15px;
  }

  .news-grid {
    gap: 15px;
  }

  .news-card {
    min-height: 120px;
  }

  .news-image {
    width: 120px;
    height: 120px;
    margin-left: 15px;
  }

  .news-content {
    padding: 15px;
    min-height: 120px;
  }

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

  .news-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
    margin: 0 0 10px 0;
  }

  .news-meta {
    padding-top: 8px;
  }

  .news-date {
    font-size: 12px;
  }

  .news-read-more {
    font-size: 13px;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 6px;
  }

  .page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .page-text {
    display: inline;
  }

  #fengye a {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  #fengye input {
    height: 36px !important;
    line-height: 36px;
  }

  #fengye .p_input {
    height: 36px;
    line-height: 34px;
  }
}

@media (max-width:480px) {
  .news-section {
    padding: 30px 0;
  }

  .news-container {
    padding: 0 10px;
  }

  .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .news-card {
    min-height: 100px;
    flex-direction: column;
  }

  .news-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    flex-shrink: 1;
    margin-left: 0;
  }

  .news-content {
    padding: 10px;
    min-height: auto;
  }

  .news-title a {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .news-excerpt {
    font-size: 12px;
    margin: 0 0 15px 0;
    -webkit-line-clamp: 2;
  }

  .news-date {
    font-size: 12px;
  }

  .news-read-more {
    font-size: 13px;
  }

  .pagination {
    gap: 4px;
  }

  .page-link {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 12px;
  }

  #fengye a {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 3px;
    font-size: 12px;
  }

  #fengye input {
    height: 32px !important;
    line-height: 32px;
    width: 32px !important;
  }

  #fengye .p_input {
    height: 32px;
    line-height: 30px;
    width: 32px !important;
  }

  .empty-state {
    padding: 60px 15px;
  }

  .empty-icon {
    font-size: 36px;
  }

  .empty-state h3 {
    font-size: 20px;
  }

  .empty-state p {
    font-size: 14px;
  }
}

@media (hover:none) and (pointer:coarse) {
  .news-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .news-card:hover .news-image img {
    transform: none;
  }

  .news-card:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }

  .page-link:hover {
    transform: none;
  }

  .page-link:active {
    transform: scale(0.95);
  }

  .news-read-more:hover {
    transform: none;
  }

  .news-read-more:active {
    transform: scale(0.95);
  }
}

.news-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.news-image img {
  position: relative;
  z-index: 2;
}

@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.news-card.loading .news-image::before {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 400% 100%;
  animation: shimmer 1.5s infinite;
}

.news-section::-webkit-scrollbar {
  width: 8px;
}

.news-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.news-section::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.news-section::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.news-card:focus-within {
  outline: 2px solid #e74c3c;
  outline-offset: 2px;
}

.page-link:focus {
  outline: 2px solid #e74c3c;
  outline-offset: 2px;
}

@media (prefers-reduced-motion:reduce) {

  .news-card,
  .news-image img,
  .page-link,
  .news-read-more {
    transition: none;
  }

  .news-card:hover {
    transform: none;
  }

  .news-card:hover .news-image img {
    transform: none;
  }
}

.home-news-section {
  padding: 80px 0;
  background: #fff;
}

.home-news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 15px 0;
  position: relative;
}

.section-subtitle {
  font-size: 16px;
  color: #7f8c8d;
  margin: 0 0 20px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: #EF3B1B;
  margin: 0 auto;
  border-radius: 2px;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.home-news-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-news-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.home-news-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  flex-shrink: 0;
  overflow: hidden;
  background: #f0f0f0;
}

.home-news-image::before {
  content: "📰";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ccc;
  z-index: 1;
}

.home-news-image img {
  position: relative;
  z-index: 2;
}

.home-news-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.home-news-item:hover .home-news-image img {
  transform: scale(1.1);
}

.home-news-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.home-news-header {
  margin-bottom: 10px;
}

.home-news-title {
  margin: 0;
  line-height: 1.4;
}

.home-news-title a {
  color: #2c3e50;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.home-news-title a:hover {
  color: #EF3B1B;
}

.home-news-excerpt {
  color: #7f8c8d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 15px 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #ecf0f1;
}

.home-news-date {
  color: #95a5a6;
  font-size: 13px;
  font-weight: 500;
}

.home-news-read-more {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #EF3B1B;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.home-news-read-more:hover {
  color: #d32f0f;
  transform: translateX(3px);
}

.home-news-read-more svg {
  transition: transform 0.3s ease;
}

.home-news-read-more:hover svg {
  transform: translateX(3px);
}

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

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #EF3B1B;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(239, 59, 27, 0.3);
}

.view-all-btn:hover {
  background: #d32f0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(239, 59, 27, 0.4);
}

/* Tablet Large - 3 columns */
@media (max-width:1200px) {
  .home-news-container {
    padding: 0 15px;
  }

  .home-news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .section-title {
    font-size: 32px;
  }

  .home-news-title a {
    font-size: 17px;
  }
}

/* Tablet - 2 columns */
@media (max-width:1024px) {
  .home-news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home-news-content {
    padding: 18px;
  }

  .section-title {
    font-size: 30px;
  }
}

/* Tablet Small - 2 columns optimized */
@media (max-width:768px) {
  .home-news-section {
    padding: 50px 0;
  }

  .home-news-container {
    padding: 0 15px;
  }

  .section-header {
    margin-bottom: 35px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .home-news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
  }

  .home-news-item {
    border-radius: 10px;
  }

  .home-news-image {
    aspect-ratio: 16/9;
  }

  .home-news-content {
    padding: 15px;
  }

  .home-news-title a {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .home-news-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
    margin: 0 0 10px 0;
  }

  .home-news-meta {
    padding-top: 8px;
  }

  .home-news-date {
    font-size: 12px;
  }

  .home-news-read-more {
    font-size: 12px;
  }

  .view-all-btn {
    padding: 12px 25px;
    font-size: 15px;
  }
}

/* Mobile Large - 1 column horizontal layout */
@media (max-width:600px) {
  .home-news-section {
    padding: 40px 0;
  }

  .home-news-container {
    padding: 0 12px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .home-news-item {
    flex-direction: row;
    min-height: 140px;
  }

  .home-news-image {
    width: 140px;
    min-width: 140px;
    height: 140px;
    aspect-ratio: 1/1;
    border-radius: 10px 0 0 10px;
  }

  .home-news-content {
    padding: 12px 15px;
    flex: 1;
  }

  .home-news-title a {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .home-news-excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
    margin: 0 0 8px 0;
  }

  .home-news-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-top: 6px;
  }

  .home-news-date {
    font-size: 11px;
  }

  .home-news-read-more {
    font-size: 12px;
  }

  .view-all-btn {
    padding: 11px 22px;
    font-size: 14px;
  }
}

/* Mobile - 1 column vertical layout */
@media (max-width:480px) {
  .home-news-section {
    padding: 35px 0;
  }

  .home-news-container {
    padding: 0 10px;
  }

  .section-header {
    margin-bottom: 25px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .section-subtitle {
    font-size: 13px;
    line-height: 1.5;
  }

  .section-divider {
    width: 50px;
    height: 3px;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }

  .home-news-item {
    flex-direction: column;
    min-height: auto;
    border-radius: 8px;
  }

  .home-news-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    flex-shrink: 0;
    border-radius: 8px 8px 0 0;
  }

  .home-news-content {
    padding: 12px;
  }

  .home-news-title a {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }

  .home-news-excerpt {
    font-size: 12px;
    margin: 8px 0;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }

  .home-news-meta {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 6px;
  }

  .home-news-date {
    font-size: 11px;
  }

  .home-news-read-more {
    font-size: 11px;
    gap: 3px;
  }

  .home-news-read-more svg {
    width: 14px;
    height: 14px;
  }

  .view-all-btn {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 40px;
  }
}

@media (hover:none) and (pointer:coarse) {
  .home-news-item:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .home-news-item:hover .home-news-image img {
    transform: none;
  }

  .home-news-item:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }

  .view-all-btn:hover {
    transform: none;
  }

  .view-all-btn:active {
    transform: scale(0.95);
  }
}

.aboudetail {
  width: 100%;
  height: auto;
  min-height: 320px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.aboudetail .aboudetail_main {
  width: 1400px;
  height: auto;
  min-height: 320px;
  margin: 80px auto 60px;
  padding: 0
}

.aboudetail_main .aboudetail_name {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 30px;
  margin: 0 auto 15px;
  padding: 0
}

.aboudetail_main .aboudetail_tips {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e6e6e6
}

.aboudetail_tips span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  margin: 0 40px 0 0;
  padding: 0
}

.aboudetail_tips span img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 7px 10px 7px 0;
  padding: 0;
  float: left
}

.aboudetail_main .aboudetail_content {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 28px !important;
  color: #666 !important;
  font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 16px !important;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0
}

.aboudetail_content div,
.aboudetail_content p,
.aboudetail_content span,
.aboudetail_content font,
.aboudetail_content em {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 28px !important;
  color: #666 !important;
  font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0
}

.aboudetail_content div,
.aboudetail_content p {
  margin: 0 auto 20px
}

.aboudetail_content img {
  display: inline-block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 20px
}

.abxwsx {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.abxwsx ul {
  width: 1400px;
  margin: 0 auto
}

.abxwsx ul li {
  width: 100%;
  height: auto;
  min-height: 100px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 18px;
  margin: 0;
  padding: 30px 0 30px 120px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.abxwsx ul li:nth-child(1) {
  border-bottom: 1px solid #e6e6e6
}

.abxwsx ul li i {
  display: block;
  width: 100px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.abxwsx ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.abxwsx ul li:hover i {
  color: #fff;
  background-color: #EF3B1B
}

.abxwsx ul li:hover a {
  color: #EF3B1B;
  text-decoration: underline
}

@media (max-width:1440px) {
  .webnews {
    padding: 60px
  }

  .webnews .webnews_main {
    width: 100%
  }

  .webnews_list ul li {
    width: 48.5%;
    margin: 0 3% 20px 0;
    padding: 0 0 0 90px
  }

  .webnews_list ul li:nth-child(2n+2) {
    margin: 0 0 20px
  }

  .webnews_list ul li .webnews_time {
    width: 90px;
    height: 90px;
    padding: 18px 0
  }

  .webnews_list ul li .webnews_time em {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin: 0 auto 4px
  }

  .webnews_list ul li .webnews_time span {
    height: 32px;
    line-height: 32px;
    font-size: 28px
  }

  .webnews_list ul li .webnews_text {
    padding: 15px 20px 20px
  }

  .webnews_list ul li .webnews_text a.webnews_Name {
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px
  }

  .webnews_list ul li .webnews_text p {
    height: 75px;
    line-height: 25px;
    font-size: 15px
  }

  .aboudetail {
    padding: 0 60px
  }

  .aboudetail .aboudetail_main {
    width: 100%;
    margin: 60px auto 45px
  }

  .aboudetail_main .aboudetail_name {
    font-size: 28px
  }

  .aboudetail_main .aboudetail_tips {
    font-size: 15px
  }

  .aboudetail_tips span {
    font-size: 15px;
    margin: 0 30px 0 0
  }

  .aboudetail_main .aboudetail_content {
    line-height: 25px !important;
    font-size: 15px !important
  }

  .aboudetail_content div,
  .aboudetail_content p,
  .aboudetail_content span,
  .aboudetail_content font,
  .aboudetail_content em {
    line-height: 25px !important;
    font-size: 15px !important
  }

  .aboudetail_content div,
  .aboudetail_content p {
    margin: 0 auto 15px
  }

  .aboudetail_content img {
    margin: 0 0 15px
  }

  .abxwsx {
    padding: 0 60px
  }

  .abxwsx ul {
    width: 100%
  }

  .abxwsx ul li {
    min-height: 80px;
    padding: 20px 0 20px 120px
  }

  .abxwsx ul li i {
    top: 20px
  }
}

@media (max-width:1366px) {
  .aboudetail_main .aboudetail_name {
    font-size: 26px
  }
}

@media (max-width:1200px) {
  .webnews {
    padding: 60px 40px
  }

  .webnews_list ul li {
    padding: 0 0 0 80px
  }

  .webnews_list ul li .webnews_time {
    width: 80px;
    height: 80px;
    padding: 15px 0
  }

  .webnews_list ul li .webnews_time em {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 auto
  }

  .webnews_list ul li .webnews_time span {
    height: 30px;
    line-height: 30px;
    font-size: 26px
  }

  .webnews_list ul li .webnews_text {
    padding: 12px 20px 20px
  }

  .webnews_list ul li .webnews_text a.webnews_Name {
    font-size: 18px;
    margin: 0 auto 6px
  }

  .webnews_list ul li .webnews_text p {
    height: 72px;
    line-height: 24px;
    font-size: 14px
  }

  .webnews_list ul li .webnews_text a.webnews_More {
    width: 40px;
    height: 40px;
    right: -40px;
    bottom: -40px
  }

  .webnews_list ul li .webnews_text a.webnews_More img {
    width: 40px;
    height: 40px
  }

  .aboudetail {
    padding: 0 40px
  }

  .aboudetail .aboudetail_main {
    width: 100%;
    margin: 60px auto 50px
  }

  .aboudetail_main .aboudetail_name {
    font-size: 24px;
    margin: 0 auto 10px
  }

  .aboudetail_main .aboudetail_tips {
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 0 0 5px
  }

  .aboudetail_tips span {
    font-size: 14px;
    margin: 0 30px 0 0
  }

  .aboudetail_main .aboudetail_content {
    line-height: 24px !important;
    font-size: 14px !important
  }

  .aboudetail_content div,
  .aboudetail_content p,
  .aboudetail_content span,
  .aboudetail_content font,
  .aboudetail_content em {
    line-height: 24px !important;
    font-size: 14px !important
  }

  .aboudetail_content div,
  .aboudetail_content p {
    margin: 0 auto 10px
  }

  .aboudetail_content img {
    margin: 0 0 10px
  }

  .abxwsx {
    padding: 0 40px
  }

  .abxwsx ul li {
    min-height: 80px;
    font-size: 16px;
    padding: 20px 0 20px 110px
  }

  .abxwsx ul li a {
    font-size: 16px
  }

  .abxwsx ul li i {
    width: 90px;
    font-size: 16px
  }
}

@media (max-width:800px) {
  .webnews {
    padding: 40px 20px
  }

  .webnews_list ul li {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    padding: 12px
  }

  .webnews_list ul li:nth-child(2n+2) {
    margin: 0 auto 20px
  }

  .webnews_list ul li .webnews_thumb {
    width: 90px;
    height: 70px;
    margin: 0 0 0 15px
  }

  .webnews_list ul li .webnews_text {
    margin: 0 15px 0 0;
    min-height: 70px
  }

  .webnews_list ul li .webnews_text a.webnews_Name {
    font-size: 13px
  }

  .webnews_list ul li .webnews_text p {
    font-size: 11px
  }

  .webnews_list ul li .webnews_time {
    font-size: 10px
  }

  .webnews_main #fengye {
    margin: 20px auto 0
  }

  .aboudetail {
    padding: 0 20px
  }

  .aboudetail .aboudetail_main {
    width: 100%;
    margin: 40px auto 30px
  }

  .aboudetail_main .aboudetail_name {
    line-height: 32px;
    font-size: 22px;
    margin: 0 auto 10px
  }

  .abxwsx {
    padding: 0 20px
  }

  .abxwsx ul li {
    font-size: 16px;
    padding: 20px 0 20px 100px
  }

  .abxwsx ul li a {
    font-size: 16px
  }

  .abxwsx ul li i {
    width: 80px;
    font-size: 14px
  }
}

@media (max-width:767px) {
  .webnews {
    padding: 20px 12px
  }

  .webnews .webnews_main {
    min-height: inherit
  }

  .webnews_list ul li {
    width: 100%;
    margin: 0 auto 15px;
    float: none;
    padding: 10px
  }

  .webnews_list ul li:nth-child(2n+2) {
    margin: 0 auto 15px
  }

  .webnews_list ul li .webnews_thumb {
    width: 80px;
    height: 60px;
    margin: 0 0 0 12px
  }

  .webnews_list ul li .webnews_text {
    margin: 0 12px 0 0;
    min-height: 60px
  }

  .webnews_list ul li .webnews_text a.webnews_Name {
    font-size: 13px
  }

  .webnews_list ul li .webnews_text p {
    font-size: 11px
  }

  .webnews_list ul li .webnews_time {
    font-size: 10px
  }

  .webnews_list ul li .webnews_text a.webnews_More {
    width: 32px;
    height: 32px;
    right: -32px;
    bottom: -32px
  }

  .webnews_list ul li .webnews_text a.webnews_More img {
    width: 32px;
    height: 32px
  }

  #fengye {
    margin: 8px auto 0;
    font-size: 0
  }

  #fengye .p_input,
  #fengye input {
    display: none
  }

  .aboudetail {
    padding: 0 12px
  }

  .aboudetail .aboudetail_main {
    width: 100%;
    min-height: inherit;
    margin: 20px auto 10px
  }

  .aboudetail_main .aboudetail_name {
    line-height: 30px;
    font-size: 20px;
    margin: 0 auto 10px
  }

  .aboudetail_tips span {
    margin: 0 20px 0 0
  }

  .abxwsx {
    padding: 0 12px
  }

  .abxwsx ul li {
    font-size: 16px;
    padding: 20px 0 20px 92px
  }

  .abxwsx ul li a {
    font-size: 16px
  }

  .abxwsx ul li i {
    width: 80px;
    font-size: 14px
  }
}

@media (max-width:375px) {
  .webnews_list ul li {
    min-height: 40px;
    padding: 40px 0 0
  }

  .webnews_list ul li .webnews_time {
    width: auto;
    height: 40px;
    padding: 0 12px
  }

  .webnews_list ul li .webnews_time em {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0
  }

  .webnews_list ul li .webnews_time span {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }

  .webnews_list ul li .webnews_text {
    padding: 10px 12px
  }

  .webnews_list ul li .webnews_text a.webnews_Name {
    font-size: 16px
  }

  .abxwsx ul li {
    min-height: 56px;
    line-height: 32px;
    font-size: 14px;
    padding: 12px 0 12px 80px
  }

  .abxwsx ul li a {
    height: 32px;
    line-height: 32px;
    font-size: 14px
  }

  .abxwsx ul li i {
    width: 68px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    top: 12px
  }
}

@media (max-width:320px) {
  .webnews_list ul li .webnews_thumb {
    width: 60px;
    height: 45px;
    margin: 0 0 0 10px
  }

  .webnews_list ul li .webnews_text {
    margin: 0 10px 0 0
  }

  .webnews_list ul li .webnews_text a.webnews_Name {
    font-size: 13px;
    margin: 0 0 4px 0
  }

  .webnews_list ul li .webnews_text p {
    font-size: 11px;
    margin: 0 0 6px 0;
    flex: 1
  }

  .webnews_list ul li .webnews_time {
    margin: 6px 0 0 0
  }

  .webnews_list ul li .webnews_time em,
  .webnews_list ul li .webnews_time span {
    font-size: 11px
  }

  .aboudetail_main .aboudetail_name {
    line-height: 26px;
    font-size: 18px
  }

  #fengye a {
    padding: 0 10px
  }
}

.webhonor {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webhonor .webhonor_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webhonor_main .webhonor_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  min-height: 300px
}

/* 新卡片样式 */
.webhonor_list ul li.webhonor_card {
  width: 23.5%;
  margin: 0 2% 30px 0;
  padding: 0;
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 480px
}

.webhonor_list ul li.webhonor_card:nth-child(4n+4) {
  margin: 0 0 30px
}

.webhonor_card .card_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none
}

.webhonor_card .card_link:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15)
}

/* 图片容器 */
.card_image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background: #f5f5f5
}

.card_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.webhonor_card .card_link:hover .card_image img {
  transform: scale(1.08)
}

/* 图片遮罩 */
.card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease
}

.webhonor_card .card_link:hover .card_overlay {
  opacity: 1
}

/* 内容区域 */
.card_content {
  padding: 20px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column
}

.card_title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  word-wrap: break-word;
  word-break: break-word;
  transition: color 0.3s ease;
  min-height: 50px;
  max-height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.webhonor_card .card_link:hover .card_title {
  color: #EF3B1B
}

/* 描述区域 */
.card_desc_wrapper {
  position: relative;
  min-height: 120px;
  max-height: 120px;
  overflow: hidden
}

.card_desc {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  word-wrap: break-word;
  word-break: break-word;
  height: 100%;
  overflow-y: auto;
  padding-right: 4px
}

/* 滚动条样式 */
.card_desc::-webkit-scrollbar {
  width: 4px
}

.card_desc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px
}

.card_desc::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px
}

.card_desc::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8
}

/* 卡片底部文字 */
.card_footer_text {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px
}

@media (max-width:1440px) {
  .webhonor {
    padding: 60px
  }

  .webhonor .webhonor_main {
    width: 100%
  }

  .webhonor_list ul li .webhonor_img {}

  .webhonor_main #fengye {
    margin: 30px auto 0
  }
}

@media (max-width:1280px) {
  .webhonor_list ul li .webhonor_img {}
}

@media (max-width:1200px) {
  .webhonor {
    padding: 60px 40px
  }

  .webhonor_list ul li {
    margin: 0 2% 30px 0
  }

  .webhonor_list ul li:nth-child(4n+4) {
    margin: 0 0 30px
  }

  .webhonor_list ul li .webhonor_img {}

  .webhonor_main #fengye {
    margin: 35px auto 0
  }
}

@media (max-width:1080px) {
  .webhonor_list ul li.webhonor_card {
    margin: 0 2% 30px 0;
    min-height: 460px
  }

  .webhonor_list ul li.webhonor_card:nth-child(4n+4) {
    margin: 0 0 30px
  }

  .card_link {
    min-height: 460px
  }

  .card_content {
    padding: 16px
  }

  .card_title {
    font-size: 17px;
    margin-bottom: 10px;
    min-height: 48px;
    max-height: 72px;
    -webkit-line-clamp: 3
  }

  .card_desc {
    font-size: 13px
  }

  .card_desc_wrapper {
    min-height: 100px;
    max-height: 100px
  }

  .webhonor_main #fengye {
    margin: 40px auto 0
  }
}

@media (max-width:1024px) and (min-width:820px) {
  .webhonor {
    padding: 40px 20px
  }

  .webhonor_list ul li.webhonor_card {
    width: 48.5%;
    margin: 0 3% 25px 0;
    min-height: 450px
  }

  .webhonor_list ul li.webhonor_card:nth-child(3n+3),
  .webhonor_list ul li.webhonor_card:nth-child(4n+4) {
    margin: 0 3% 25px 0
  }

  .webhonor_list ul li.webhonor_card:nth-child(2n+2) {
    margin: 0 0 25px
  }

  .webhonor_list ul li.webhonor_card:nth-child(n+7) {
    display: none
  }

  .card_link {
    border-radius: 10px;
    min-height: 450px
  }

  .card_image {
    padding-bottom: 70%
  }

  .card_content {
    padding: 15px
  }

  .card_title {
    font-size: 17px;
    margin-bottom: 8px;
    min-height: 48px;
    max-height: 72px;
    -webkit-line-clamp: 3
  }

  .card_desc {
    font-size: 13px
  }

  .card_desc_wrapper {
    min-height: 100px;
    max-height: 100px
  }

  .webhonor_main #fengye {
    margin: 20px auto 0
  }
}

@media (max-width:819px) and (min-width:768px) {
  .webhonor {
    padding: 40px 20px
  }

  .webhonor_list ul li.webhonor_card {
    width: 48.5%;
    margin: 0 3% 25px 0;
    min-height: 430px
  }

  .webhonor_list ul li.webhonor_card:nth-child(3n+3),
  .webhonor_list ul li.webhonor_card:nth-child(4n+4) {
    margin: 0 3% 25px 0
  }

  .webhonor_list ul li.webhonor_card:nth-child(2n+2) {
    margin: 0 0 25px
  }

  .webhonor_list ul li.webhonor_card:nth-child(n+7) {
    display: none
  }

  .card_link {
    border-radius: 10px;
    min-height: 430px
  }

  .card_content {
    padding: 15px
  }

  .card_title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 45px;
    max-height: 68px;
    -webkit-line-clamp: 3
  }

  .card_desc {
    font-size: 13px
  }

  .card_desc_wrapper {
    min-height: 100px;
    max-height: 100px
  }

  .webhonor_main #fengye {
    margin: 20px auto 0
  }
}

@media (max-width:767px) {
  .webhonor {
    padding: 20px 12px
  }

  .webhonor_list ul li.webhonor_card {
    width: 100%;
    margin: 0 0 20px 0
  }

  .webhonor_list ul li.webhonor_card:nth-child(3n+3),
  .webhonor_list ul li.webhonor_card:nth-child(4n+4),
  .webhonor_list ul li.webhonor_card:nth-child(2n+2) {
    margin: 0 0 20px 0
  }

  .webhonor_list ul li.webhonor_card:nth-child(n+5) {
    display: none
  }

  .card_link {
    border-radius: 8px
  }

  .card_image {
    padding-bottom: 60%
  }

  .card_content {
    padding: 16px
  }

  .card_title {
    font-size: 17px;
    margin-bottom: 10px;
    min-height: 48px;
    max-height: 72px;
    -webkit-line-clamp: 3
  }

  .card_desc {
    font-size: 14px;
    line-height: 1.6
  }

  .card_desc_wrapper {
    min-height: 100px;
    max-height: 100px
  }

  .webhonor_main #fengye {
    margin: 0 auto
  }

  .card_footer_text {
    font-size: 11px;
    margin-top: 12px;
    padding-top: 10px
  }
}

@media (max-width:375px) {
  .card_content {
    padding: 14px
  }

  .card_title {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 45px;
    max-height: 68px;
    -webkit-line-clamp: 3
  }

  .card_desc {
    font-size: 13px;
    line-height: 1.5
  }

  .card_desc_wrapper {
    min-height: 90px;
    max-height: 90px
  }

  .card_footer_text {
    font-size: 10px;
    margin-top: 10px;
    padding-top: 8px
  }
}

@media (max-width:320px) {
  .webhonor_list ul li {
    width: 100%;
    margin: 0 auto 20px;
    float: inherit
  }

  .webhonor_list ul li:nth-child(2n+2),
  .webhonor_list ul li:nth-child(3n+3),
  .webhonor_list ul li:nth-child(4n+4) {
    margin: 0 auto 20px
  }

  .webhonor_list ul li .webhonor_img {}

  .webhonor_list ul li a.webhonor_Name {
    padding: 10px 0;
    font-size: 18px
  }
}

.webdown {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webdown .webdown_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webdown_main .webdown_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webdown_list ul li {
  width: 48.5%;
  height: auto;
  margin: 0 3% 30px 0;
  padding: 0 100px 0 0;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  float: left;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webdown_list ul li:nth-child(2n+2) {
  margin: 0 0 30px
}

.webdown_list ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.webdown_list ul li .webdown_Btn {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webdown_list ul li .webdown_Btn a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webdown_list ul li .webdown_Btn a i.DwIco {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/down.png) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webdown_list ul li:hover .webdown_Btn {
  border-left: 1px solid #EF3B1B
}

.webdown_list ul li:hover .webdown_Btn a i.DwIco {
  background: url(../images/down1.png) center center no-repeat;
  background-size: 100% 100%
}

.webdown_list ul li .webdown_text {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webdown_list ul li .webdown_text a.webdown_Name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto 6px;
  padding: 0 0 0 13px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webdown_list ul li .webdown_text a.webdown_Name i {
  display: block;
  width: 3px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: #EF3B1B;
  position: absolute;
  left: 0;
  top: 10px
}

.webdown_list ul li .webdown_text span {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  margin: 0 auto;
  padding: 0
}

.webdown_list ul li .webdown_text span img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 2px 6px 2px 0;
  padding: 0;
  float: left
}

.webdown_list ul li:hover .webdown_text a.webdown_Name {
  color: #EF3B1B
}

.xzabtn a {
  display: block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 33px;
  background: #EF3B1B url(../images/down2.png) 104px 8px no-repeat;
  background-size: 28px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.xzabtn a:hover {
  background-color: #0352aa
}

@media (max-width:1440px) {
  .webdown {
    padding: 60px
  }

  .webdown .webdown_main {
    width: 100%
  }

  .webdown_main #fengye {
    margin: 30px auto 0
  }
}

@media (max-width:1200px) {
  .webdown {
    padding: 60px 40px
  }

  .webdown_list ul li .webdown_text a.webdown_Name {
    font-size: 18px
  }

  .webdown_list ul li .webdown_text a.webdown_Name i {
    height: 18px;
    top: 11px
  }
}

@media (max-width:800px) {
  .webdown {
    padding: 40px 20px
  }

  .webdown_list ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    float: inherit
  }

  .webdown_list ul li:nth-child(2n+2) {
    margin: 0 auto 20px
  }

  .webdown_main #fengye {
    margin: 20px auto 0
  }
}

@media (max-width:767px) {
  .webdown {
    padding: 20px 12px
  }

  .webdown_list ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0 60px 0 0;
    float: inherit
  }

  .webdown_list ul li:nth-child(2n+2) {
    margin: 0 auto 20px
  }

  .webdown_list ul li .webdown_text {
    height: 80px;
    padding: 10px 12px
  }

  .webdown_list ul li .webdown_text a.webdown_Name {
    height: 36px;
    line-height: 36px;
    margin: 0 auto
  }

  .webdown_list ul li .webdown_text a.webdown_Name i {
    top: 9px
  }

  .webdown_list ul li .webdown_Btn {
    width: 60px;
    height: 80px
  }

  .webdown_list ul li .webdown_Btn a {
    width: 60px;
    height: 80px;
    padding: 20px 0
  }

  .webdown_list ul li .webdown_Btn a i.DwIco {
    width: 40px;
    height: 40px
  }

  .webdown_main #fengye {
    margin: 0 auto
  }
}

@media (max-width:375px) {
  .webdown_list ul li .webdown_text a.webdown_Name {
    font-size: 16px
  }
}

.webcases {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcases .webcases_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webcases_main .webcases_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  min-height: 300px
}

.webcases_list ul li {
  width: 23.5%;
  height: auto;
  margin: 0 2% 30px 0;
  padding: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcases_list ul li:nth-child(4n+4) {
  margin: 0 0 30px
}

.webcases_list ul li .webcases_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 15px 0;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcases_list ul li:hover .webcases_con {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.webcases_list ul li:hover .webcases_Img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06)
}

.webcases_list ul li .webcases_con a.webcases_Img {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.webcases_list ul li .webcases_con a.webcases_Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webcases_list ul li:hover .webcases_con a.webcases_Img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1)
}

.webcases_list ul li .webcases_con a.webcases_Name {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 10px 0
}

.webcases_list ul li:hover .webcases_con a.webcases_Name {
  color: #EF3B1B
}

.webcases_list ul li .webcases_ms {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcases_list ul li .webcases_ms p {
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.webcases_list ul li:hover .webcases_ms {
  border-bottom: 1px solid #EF3B1B
}

.webcases_list ul li:hover .webcases_ms p {
  color: #666
}

@media (max-width:1440px) {
  .webcases {
    padding: 60px
  }

  .webcases .webcases_main {
    width: 100%
  }

  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 220px
  }

  .webcases_main #fengye {
    margin: 30px auto 0
  }
}

@media (max-width:1366px) {
  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 200px
  }
}

@media (max-width:1280px) {
  .webcases_list ul li .webcases_con {
    padding: 10px 10px 0
  }

  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 190px
  }

  .webcases_list ul li .webcases_ms {
    padding: 10px
  }
}

@media (max-width:1200px) {
  .webcases {
    padding: 60px 40px
  }

  .webcases_list ul li {
    margin: 0 2% 25px 0
  }

  .webcases_list ul li:nth-child(4n+4) {
    margin: 0 0 25px
  }

  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 180px
  }

  .webcases_main #fengye {
    margin: 35px auto 0
  }
}

@media (max-width:1080px) {
  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 160px
  }

  .webcases_list ul li .webcases_con a.webcases_Name {
    font-size: 18px
  }
}

@media (max-width:1024px) {
  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 155px
  }
}

@media (max-width:800px) {
  .webcases {
    padding: 40px 20px
  }

  .webcases_list ul li {
    width: 31.333333%;
    margin: 0 3% 20px 0
  }

  .webcases_list ul li:nth-child(4n+4) {
    margin: 0 3% 20px 0
  }

  .webcases_list ul li:nth-child(3n+3) {
    margin: 0 0 20px
  }

  .webcases_main #fengye {
    margin: 20px auto 0
  }
}

@media (max-width:767px) {
  .webcases {
    padding: 20px 12px
  }

  .webcases_list ul li {
    width: 48.5%;
    margin: 0 3% 20px 0
  }

  .webcases_list ul li:nth-child(3n+3),
  .webcases_list ul li:nth-child(4n+4) {
    margin: 0 3% 20px 0
  }

  .webcases_list ul li:nth-child(2n+2) {
    margin: 0 0 20px
  }

  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 130px
  }

  .webcases_list ul li .webcases_con a.webcases_Name {
    font-size: 16px;
    padding: 5px 0
  }

  .webcases_main #fengye {
    margin: 0 auto
  }
}

@media (max-width:375px) {
  .webcases_list ul li {
    width: 100%;
    margin: 0 auto 20px
  }

  .webcases_list ul li:nth-child(2n+2),
  .webcases_list ul li:nth-child(3n+3),
  .webcases_list ul li:nth-child(4n+4) {
    margin: 0 auto 20px
  }

  .webcases_list ul li .webcases_con a.webcases_Img {
    height: 200px
  }

  .webcases_list ul li .webcases_con a.webcases_Name {
    font-size: 18px;
    padding: 10px 0
  }
}

.aboudetail_content iframe {
  display: block;
  width: 60% !important;
  height: 480px !important;
  margin: 0 auto 20px !important
}

@media (max-width:1080px) {
  .aboudetail_content iframe {
    width: 80% !important
  }
}

@media (max-width:800px) {
  .aboudetail_content iframe {
    width: 100% !important;
    height: 420px !important
  }
}

@media (max-width:767px) {
  .aboudetail_content iframe {
    height: 240px !important
  }
}

@media (max-width:375px) {
  .aboudetail_content iframe {
    height: 200px !important
  }
}

@media (max-width:320px) {
  .aboudetail_content iframe {
    height: 180px !important
  }
}

.weborder {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder .weborder_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_main .weborder_left {
  width: 28%;
  height: 430px;
  overflow: hidden;
  margin: 0;
  padding: 60px 40px;
  background: #EF3B1B;
  background-size: 320px 220px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_left .weborder_img {
  width: 180px;
  height: 180px;
  margin: 0 auto 40px;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_img img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 0;
  border: 8px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%
}

.weborder_left p {
  width: 100%;
  height: auto;
  line-height: 40px;
  color: #fff;
  font-size: 28px;
  margin: 0 auto 15px;
  padding: 0
}

.weborder_left span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0
}

.weborder_left .weborder_btn {
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_btn a {
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}

.weborder_btn a img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  padding: 0
}

.weborder_btn a:hover {
  background-color: #202020
}

.weborder_main .weborder_right {
  width: 72%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0 40px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_right #ly_msg.ly_msg {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important
}

.weborder_right #ly_msg.ly_msg h3 {
  display: none !important
}

.weborder_right #ly_msg.ly_msg ul {
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  padding: 0 !important
}

.weborder_right #ly_msg.ly_msg ul li h4,
.weborder_right #ly_msg.ly_msg ul li h4.xh {
  display: none !important
}

.weborder_right #ly_msg.ly_msg ul li {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  line-height: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
  clear: inherit !important
}

.weborder_right #ly_msg.ly_msg ul li:nth-child(1),
.weborder_right #ly_msg.ly_msg ul li:nth-child(3) {
  width: 48% !important;
  margin: 0 4% 25px 0 !important;
  float: left !important
}

.weborder_right #ly_msg.ly_msg ul li:nth-child(2),
.weborder_right #ly_msg.ly_msg ul li:nth-child(4) {
  width: 48% !important;
  float: right !important
}

.weborder_right #ly_msg.ly_msg ul li:last-child {
  margin: 0 auto !important
}

.weborder_right #ly_msg.ly_msg ul li .msg_ipt1,
.weborder_right #ly_msg.ly_msg ul li .msg_ipt12,
.weborder_right #ly_msg.ly_msg ul li .msg_tara {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important
}

.weborder_right #ly_msg.ly_msg ul li .msg_ipt1 input,
.weborder_right #ly_msg.ly_msg ul li .msg_ipt12 input,
.weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input,
.weborder_right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
  display: block !important;
  width: 100% !important;
  height: 60px !important;
  line-height: 60px;
  color: #666;
  font-size: 16px;
  margin: 0 !important;
  padding: 0 20px !important;
  background-color: #f9f9f9 !important;
  border: 0 !important;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
  padding: 0 20px 0 16px !important
}

.weborder_right #ly_msg.ly_msg ul li .c_yzm {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  float: left !important
}

.weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input {
  width: 240px !important;
  margin: 0 10px 0 0 !important;
  float: left !important
}

.weborder_right #ly_msg.ly_msg ul li a.yzm_img {
  display: block !important;
  width: 120px !important;
  height: 40px !important;
  margin: 10px 0 !important;
  padding: 0 !important;
  float: left !important
}

.weborder_right #ly_msg.ly_msg ul li .msg_ipt2>span {
  line-height: 60px !important;
  color: #999 !important;
  font-size: 16px !important
}

.weborder_right #ly_msg.ly_msg ul li .msg_tara textarea,
.weborder_right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  line-height: 30px;
  color: #aaa;
  font-size: 16px;
  margin: 0 !important;
  padding: 15px 20px !important;
  background-color: #f9f9f9 !important;
  border: 0 !important;
  outline: none !important;
  resize: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_right #ly_msg.ly_msg ul li .msg_btn {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  float: inherit !important
}

.weborder_right #ly_msg.ly_msg .msg_btn input {
  width: 200px !important;
  height: 60px !important;
  overflow: hidden !important;
  line-height: 60px !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: center !important;
  background-color: #333 !important;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  cursor: pointer !important
}

.weborder_right #ly_msg.ly_msg .msg_btn input:hover {
  background-color: #202020 !important
}

.weborder_right #ly_msg.ly_msg .msg_btn input.msg_btn1 {
  background-color: #EF3B1B !important
}

.weborder_right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
  background-color: #004fa6 !important
}

.weborder_right #ly_msg.ly_msg ul li .msg_ipt2 {
  width: 100% !important
}

@media (max-width:1440px) {
  .weborder {
    padding: 60px
  }

  .weborder .weborder_main {
    width: 100%
  }
}

@media (max-width:1280px) {
  .weborder_main .weborder_left {
    height: 600px
  }

  .weborder_left p {
    font-size: 26px
  }

  .weborder_left font {
    font-size: 20px
  }

  .weborder_left span {
    font-size: 15px;
    line-height: 25px
  }

  .weborder_btn a {
    height: 50px;
    line-height: 50px
  }

  .weborder_right #ly_msg.ly_msg ul li:last-child {
    margin: 30px auto 0 !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt1 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt12 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    height: 50px !important;
    line-height: 50px;
    font-size: 15px
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_tara textarea,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    height: 145px !important;
    line-height: 25px;
    font-size: 15px;
    padding: 10px 20px
  }

  .weborder_right #ly_msg.ly_msg ul li a.yzm_img {
    margin: 5px 0 !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2>span {
    line-height: 50px !important;
    font-size: 15px !important
  }

  .weborder_right #ly_msg.ly_msg .msg_btn input {
    height: 50px !important;
    line-height: 50px !important
  }
}

@media (max-width:1200px) {
  .weborder {
    padding: 60px 40px
  }

  .weborder .weborder_main {
    padding: 30px
  }

  .weborder_main .weborder_left {
    padding: 60px 30px
  }

  .weborder_left p {
    line-height: 36px
  }

  .weborder_left .weborder_btn {
    padding: 0 30px
  }

  .weborder_main .weborder_right {
    padding: 0 30px 0 0
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 200px !important
  }
}

@media (max-width:1080px) {
  .weborder .weborder_main {
    padding: 25px
  }

  .weborder_main .weborder_left {
    height: 560px;
    padding: 50px 25px;
    background-size: 280px 160px
  }

  .weborder_left p {
    line-height: 32px;
    font-size: 24px
  }

  .weborder_left span {
    line-height: 24px;
    font-size: 14px
  }

  .weborder_left .weborder_btn {
    margin: 50px auto 0;
    padding: 0 25px
  }

  .weborder_main .weborder_right {
    padding: 0 25px 0 0
  }

  .weborder_right #ly_msg.ly_msg ul li {
    margin: 0 0 20px !important
  }

  .weborder_right #ly_msg.ly_msg ul li:nth-child(1),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(3),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(5) {
    width: 48.5% !important;
    margin: 0 3% 20px 0 !important;
    float: left !important
  }

  .weborder_right #ly_msg.ly_msg ul li:nth-child(2),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(4),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(6) {
    width: 48.5% !important;
    margin: 0 0 20px 0 !important;
    float: right !important
  }

  .weborder_right #ly_msg.ly_msg ul li:last-child {
    margin: 20px auto 0 !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt1 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt12 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    font-size: 14px
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_tara textarea,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    height: 140px !important;
    line-height: 24px;
    font-size: 14px
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 180px !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2>span {
    font-size: 14px !important
  }
}

@media (max-width:1024px) {
  .weborder_main .weborder_left {
    width: 30%;
    height: 590px
  }

  .weborder_main .weborder_right {
    width: 70%
  }

  .weborder_right #ly_msg.ly_msg ul li .c_yzm {
    height: 50px;
    float: inherit !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2>span {
    display: block;
    width: 100%;
    line-height: 30px !important
  }
}

@media (max-width:800px) {
  .weborder {
    padding: 40px 20px
  }

  .weborder .weborder_main {
    padding: 20px
  }

  .weborder_main .weborder_left {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 40px;
    float: inherit
  }

  .weborder_left .weborder_img {
    float: left;
    margin: 0 40px 0 0
  }

  .weborder_left p {
    line-height: 30px;
    font-size: 24px;
    margin: 8px auto 2px
  }

  .weborder_left span {
    margin: 10px auto 0
  }

  .weborder_left .weborder_btn {
    width: 200px;
    margin: 20px 0 0;
    padding: 0;
    float: left
  }

  .weborder_main .weborder_right {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: inherit
  }

  .weborder_right #ly_msg.ly_msg ul li .c_yzm {
    height: 50px;
    float: left !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2>span {
    display: inline-block;
    width: auto;
    line-height: 50px !important
  }
}

@media (max-width:767px) {
  .weborder {
    padding: 20px 12px
  }

  .weborder .weborder_main {
    padding: 12px
  }

  .weborder_main .weborder_left {
    padding: 20px
  }

  .weborder_left .weborder_img {
    width: 106px;
    height: 106px;
    margin: 0 20px 0 0;
    padding: 4px 0
  }

  .weborder_img img {
    width: 90px;
    height: 90px;
    border: 4px solid rgba(0, 0, 0, 0.05)
  }

  .weborder_left p {
    line-height: 24px;
    font-size: 18px;
    margin: 0 auto 2px
  }

  .weborder_left span {
    line-height: 20px
  }

  .weborder_left .weborder_btn {
    width: 100%;
    margin: 20px auto 0;
    float: inherit
  }

  .weborder_btn a {
    height: 40px;
    line-height: 40px;
    font-size: 15px
  }

  .weborder_right #ly_msg.ly_msg ul li:nth-child(1),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(3),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(5) {
    width: 100% !important;
    margin: 0 auto 20px !important;
    float: inherit !important
  }

  .weborder_right #ly_msg.ly_msg ul li:nth-child(2),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(4),
  .weborder_right #ly_msg.ly_msg ul li:nth-child(6) {
    width: 100% !important;
    margin: 0 auto 20px !important;
    float: inherit !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt1 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt12 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    padding: 0 12px !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 160px !important
  }

  .weborder_right #ly_msg.ly_msg ul li .c_yzm {
    height: 50px;
    float: inherit !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2>span {
    display: block;
    width: 100%;
    line-height: 24px !important;
    margin: 10px auto 0
  }

  .weborder_right #ly_msg.ly_msg .msg_btn input {
    width: 48% !important;
    margin: 0 !important;
    float: left
  }

  .weborder_right #ly_msg.ly_msg .msg_btn input.msg_btn1 {
    margin: 0 4% 0 0 !important
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_tara textarea,
  .weborder_right #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    padding: 10px 12px !important
  }
}

@media (max-width:320px) {
  .weborder_left .weborder_img {
    float: inherit;
    margin: 0 auto 20px
  }

  .weborder_left p {
    text-align: center
  }

  .weborder_left span {
    text-align: center
  }

  .weborder_right #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 130px !important
  }
}

.webcontact {
  width: 100%;
  height: auto;
  min-height: 320px;
  margin: 0 auto;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcontact .webcontact_infor {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcontact_infor .webcontactinfor_main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webcontactinfor_main .webcontactinfor_img {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  padding: 0;
  position: relative
}

.webcontactinfor_img img.contactimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.webcontactinfor_img .contacttext {
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 100px 20% 100px 60px;
  background: url(../images/contactbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.contacttext p {
  width: 100%;
  height: auto;
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  padding: 0
}

.contacttext i {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px 0 40px;
  padding: 0;
  background: url(../images/line06.png) 0 0 no-repeat
}

.contacttext span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin: 0 auto;
  padding: 0
}

.contacttext em {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  background: url(../images/xs.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50px;
  right: 40%
}

.webcontactinfor_main .webcontactinfor_con {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff
}

.webcontactinfor_con .webcontact_ewm {
  width: 25%;
  height: 200px;
  overflow: hidden;
  margin: 0;
  padding: 20px 40px;
  border-right: 1px solid #e6e6e6;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcontact_ewm span {
  display: block;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcontact_ewm span img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 0
}

.webcontact_ewm p {
  width: 100%;
  height: auto;
  line-height: 20px;
  color: #999;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.webcontactinfor_con .webcontact_lxfs {
  width: 75%;
  height: 200px;
  overflow: hidden;
  margin: 0;
  padding: 42px 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcontact_lxfs ul li {
  width: 33.333333%;
  height: auto;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #e6e6e6;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webcontact_lxfs ul li:nth-child(3) {
  border: 0
}

.webcontact_lxfs ul li img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  padding: 0
}

.webcontact_lxfs ul li span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  padding: 0
}

.webcontact_lxfs ul li p {
  width: 100%;
  height: auto;
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 18px;
  text-align: center;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  padding: 0
}

.webcontact .webcontact_map {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.webmap {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webmap .dz_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0
}

.webmap .dz_map #container {
  height: 120%
}

@media (max-width:1440px) {
  .webcontact {
    padding: 60px
  }

  .webcontact_infor .webcontactinfor_main {
    width: 100%
  }

  .contacttext em {
    top: 40px;
    right: 30%
  }

  .webcontact .webcontact_infor {
    margin: 0 auto 30px
  }

  .webcontactinfor_main .webcontactinfor_con {
    padding: 30px 0
  }

  .webcontactinfor_con .webcontact_ewm {
    padding: 20px
  }

  .webcontact_lxfs ul li span {
    font-size: 16px
  }

  .webcontact_lxfs ul li p {
    font-size: 16px
  }

  .webcontact .webcontact_map {
    width: 100%
  }

  .webmap {
    height: 440px
  }
}

@media (max-width:1366px) {
  .webcontactinfor_main .webcontactinfor_img {
    height: 320px
  }

  .webcontactinfor_img .contacttext {
    padding: 80px 15% 80px 60px
  }

  .contacttext span {
    line-height: 25px;
    font-size: 15px
  }

  .contacttext em {
    width: 72px;
    height: 72px
  }

  .webcontact_ewm p {
    font-size: 15px
  }

  .webmap {
    height: 400px
  }
}

@media (max-width:1280px) {
  .webcontact_infor .webcontactinfor_img {
    height: 300px
  }

  .contacttext em {
    width: 70px;
    height: 70px;
    top: 30px;
    right: 20%
  }

  .webcontactinfor_con .webcontact_ewm {
    height: 220px;
    padding: 30px
  }

  .webcontactinfor_con .webcontact_lxfs {
    height: 220px;
    padding: 52px 0
  }

  .webmap {
    height: 380px
  }
}

@media (max-width:1200px) {
  .webcontact {
    padding: 60px 40px
  }

  .webcontactinfor_main .webcontactinfor_img {
    height: 260px
  }

  .webcontactinfor_img .contacttext {
    padding: 60px 12% 60px 40px
  }

  .contacttext p {
    line-height: 32px;
    font-size: 22px
  }

  .contacttext span {
    line-height: 24px;
    font-size: 14px
  }

  .contacttext i {
    margin: 10px 0 30px
  }

  .webcontactinfor_con .webcontact_ewm {
    height: 200px;
    padding: 20px
  }

  .webcontact_ewm p {
    line-height: 20px;
    font-size: 14px
  }

  .webcontactinfor_con .webcontact_lxfs {
    height: 200px;
    padding: 40px 0
  }

  .webcontact_lxfs ul li span {
    font-size: 16px
  }

  .webcontact_lxfs ul li p {
    font-size: 15px
  }

  .webmap {
    height: 360px
  }
}

@media (max-width:1080px) {
  .webcontactinfor_img .contacttext {
    width: 56%
  }

  .webmap {
    height: 340px
  }
}

@media (max-width:800px) {
  .webcontact {
    padding: 40px 20px
  }

  .webcontactinfor_main .webcontactinfor_img {
    height: 240px
  }

  .webcontactinfor_img .contacttext {
    width: 65%;
    padding: 50px 12% 50px 40px
  }

  .contacttext em {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 20%
  }

  .webcontactinfor_main .webcontactinfor_con {
    padding: 20px 0
  }

  .webcontactinfor_con .webcontact_ewm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    border: 0;
    float: inherit
  }

  .webcontactinfor_con .webcontact_lxfs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    float: inherit
  }

  .webcontact_lxfs ul li span {
    font-size: 15px
  }

  .webcontact_lxfs ul li p {
    font-size: 15px
  }

  .webmap {
    height: 300px
  }
}

@media (max-width:767px) {
  .webcontact {
    padding: 20px 12px
  }

  .webcontactinfor_main .webcontactinfor_img {
    height: 180px
  }

  .webcontactinfor_img .contacttext {
    width: 100%;
    padding: 30px 12% 30px 20px
  }

  .webcontact_ewm p {
    line-height: 30px;
    font-size: 16px
  }

  .contacttext em {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 20%
  }

  .contacttext p {
    line-height: 30px;
    font-size: 20px
  }

  .contacttext i {
    margin: 10px 0 20px
  }

  .webcontact .webcontact_infor {
    margin: 0 auto 20px
  }

  .webcontactinfor_con .webcontact_ewm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px;
    float: inherit
  }

  .webcontactinfor_con .webcontact_lxfs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    float: inherit
  }

  .webcontact_lxfs ul li {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
    float: inherit
  }

  .webcontact_lxfs ul li img {
    margin: 0 auto 10px
  }

  .webcontact_lxfs ul li span {
    font-size: 16px
  }

  .webcontact_lxfs ul li p {
    font-size: 18px
  }

  .webmap {
    height: 300px
  }
}

@media (max-width:375px) {
  .contacttext p {
    font-size: 18px
  }
}

.webproducts {
  width: 1400px;
  height: auto;
  min-height: 320px;
  margin: 80px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  flex-wrap: wrap
}

.webproducts .webpro_left {
  width: 23%;
  height: auto;
  margin: 0;
  padding: 0;
  order: 1;
  align-self: flex-start
}

.webproducts .webpro_yb {
  width: 75%;
  height: auto;
  margin: 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  order: 2
}

.webpro_yb .webpro_list {
  min-height: 540px
}

.webpro_yb .webpro_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative
}

.webpro_yb .webpro_list li:nth-child(3n+3) {
  margin-right: 0
}

/* PC端：隐藏第10个产品，保持3x3布局 */
@media (min-width:1201px) {
  .webpro_yb .webpro_list li:nth-child(10) {
    display: none !important;
  }
}

/* 平板端：显示所有10个产品，保持2列布局 */
@media (min-width:768px) and (max-width:1200px) {
  .webpro_yb .webpro_list li:nth-child(n) {
    display: block !important;
  }
}

/* 移动端：只显示前4个产品，隐藏第5-10个 */
@media (max-width:767px) {
  .webpro_yb .webpro_list li:nth-child(n+5) {
    display: none !important;
  }
}

/* 3D翻转容器 */
.webpro_yb .webpro_list li .card-container {
  perspective: 1000px;
  width: 100%;
  height: 420px
}

.webpro_yb .webpro_list li .card-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d
}

.webpro_yb .webpro_list li:hover .card-flipper {
  transform: rotateY(180deg)
}

/* 卡片正反面共同样式 */
.webpro_yb .webpro_list li .card-front,
.webpro_yb .webpro_list li .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease
}

.webpro_yb .webpro_list li .card-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, rgba(239, 59, 27, 0.9) 0%, rgba(239, 59, 27, 0.7) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

/* 正面覆盖链接（用于移动端点击） */
.webpro_yb .webpro_list li .card-front .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none
}

.webpro_yb .webpro_list li .card-front .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 345px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.5)
}

.webpro_yb .webpro_list li .card-front .pic img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease
}

.webpro_yb .webpro_list li:hover .card-front .pic img {
  transform: scale(1.05)
}

.webpro_yb .webpro_list li .card-front .wz {
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px)
}

.webpro_yb .webpro_list li .card-front .wz .tlt {
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  transition: color 0.3s ease
}

/* 卡片背面样式 */
.webpro_yb .webpro_list li .card-back .back-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 25px;
  text-align: center;
  color: #fff
}

.webpro_yb .webpro_list li .card-back .back-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #fff;
  line-height: 1.4
}

.webpro_yb .webpro_list li .card-back .back-desc {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 25px 0;
  max-height: 180px;
  overflow-y: auto;
  text-align: left;
  padding: 0 5px
}

.webpro_yb .webpro_list li .card-back .back-desc::-webkit-scrollbar {
  width: 4px
}

.webpro_yb .webpro_list li .card-back .back-desc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px
}

.webpro_yb .webpro_list li .card-back .back-btn {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease
}

.webpro_yb .webpro_list li .card-back .back-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

/* ===== 新闻列表页 3D翻转卡片样式 (4:3图片比例) ===== */
.webnews_yb .webnews_list {
  min-height: 540px;
  list-style: none;
  padding: 0;
  margin: 0
}

.webnews_yb .webnews_list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative
}

.webnews_yb .webnews_list li:nth-child(5n+5) {
  margin-right: 0
}

/* 3D翻转容器 */
.webnews_yb .webnews_list li .card-container {
  perspective: 1000px;
  width: 100%;
  height: 300px
}

.webnews_yb .webnews_list li .card-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d
}

.webnews_yb .webnews_list li:hover .card-flipper {
  transform: rotateY(180deg)
}

/* 卡片正反面共同样式 */
.webnews_yb .webnews_list li .card-front,
.webnews_yb .webnews_list li .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease
}

.webnews_yb .webnews_list li .card-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, rgba(239, 59, 27, 0.95) 0%, rgba(239, 59, 27, 0.85) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

/* 正面覆盖链接（用于移动端点击） */
.webnews_yb .webnews_list li .card-front .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none
}

/* 正面图片区域 - 4:3比例 */
.webnews_yb .webnews_list li .card-front .pic {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: #f5f5f5
}

.webnews_yb .webnews_list li .card-front .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease
}

.webnews_yb .webnews_list li:hover .card-front .pic img {
  transform: scale(1.1)
}

/* 正面文字区域 */
.webnews_yb .webnews_list li .card-front .wz {
  padding: 15px;
  background: #fff
}

.webnews_yb .webnews_list li .card-front .wz .tlt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  min-height: 42px;
  transition: color 0.3s ease
}

.webnews_yb .webnews_list li:hover .card-front .wz .tlt {
  color: #EF3B1B
}

.webnews_yb .webnews_list li .card-front .wz .date {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px
}

.webnews_yb .webnews_list li .card-front .wz .date::before {
  content: "📅";
  font-size: 12px
}

/* 卡片背面样式 */
.webnews_yb .webnews_list li .card-back .back-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 20px;
  text-align: center;
  color: #fff
}

.webnews_yb .webnews_list li .card-back .back-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.webnews_yb .webnews_list li .card-back .back-desc {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 20px 0;
  max-height: 180px;
  overflow-y: auto;
  text-align: left;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.webnews_yb .webnews_list li .card-back .back-desc::-webkit-scrollbar {
  width: 4px
}

.webnews_yb .webnews_list li .card-back .back-desc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px
}

.webnews_yb .webnews_list li .card-back .back-btn {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease
}

.webnews_yb .webnews_list li .card-back .back-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

/* 新闻列表页响应式布局 - Desktop to Mobile */

/* Desktop Large - 4 columns */
@media (max-width:1400px) {
  .webnews_yb .webnews_list li {
    width: 23.5%;
    margin-right: 2%;
  }

  .webnews_yb .webnews_list li:nth-child(5n+5) {
    margin-right: 2%;
  }

  .webnews_yb .webnews_list li:nth-child(4n+4) {
    margin-right: 0;
  }

  .webnews_yb .webnews_list li .card-container {
    height: 320px;
  }
}

/* Tablet Large - 3 columns */
@media (max-width:1200px) {
  .webnews_yb .webnews_list li {
    width: 32%;
    margin-right: 2%;
  }

  .webnews_yb .webnews_list li:nth-child(5n+5) {
    margin-right: 2%;
  }

  .webnews_yb .webnews_list li:nth-child(4n+4) {
    margin-right: 2%;
  }

  .webnews_yb .webnews_list li:nth-child(3n+3) {
    margin-right: 0;
  }

  .webnews_yb .webnews_list li .card-container {
    height: 420px;
  }

  /* 改用3:2宽高比，减少图片高度 */
  .webnews_yb .webnews_list li .card-front .pic {
    aspect-ratio: 3/2;
  }

  .webnews_yb .webnews_list li .card-front .wz {
    padding: 12px;
  }

  .webnews_yb .webnews_list li .card-front .wz .tlt {
    font-size: 14px;
    min-height: 40px;
  }

  .webnews_yb .webnews_list li .card-back .back-title {
    font-size: 17px;
  }

  .webnews_yb .webnews_list li .card-back .back-desc {
    font-size: 12px;
  }
}

/* Tablet - 2 columns (iPad竖屏 1024×768 + Android平板 820px) */
@media (max-width:1024px) {
  .webnews_yb .webnews_list li {
    width: 48.5%;
    margin-right: 3%;
  }

  .webnews_yb .webnews_list li:nth-child(3n+3) {
    margin-right: 3%;
  }

  .webnews_yb .webnews_list li:nth-child(2n+2) {
    margin-right: 0;
  }

  .webnews_yb .webnews_list li .card-container {
    height: 420px;
  }

  /* 改用3:2宽高比，减少图片高度 */
  .webnews_yb .webnews_list li .card-front .pic {
    aspect-ratio: 3/2;
  }

  .webnews_yb .webnews_list li .card-front .wz {
    padding: 10px 12px;
  }

  .webnews_yb .webnews_list li .card-front .wz .tlt {
    font-size: 14px;
    min-height: 40px;
    line-height: 1.4;
  }

  .webnews_yb .webnews_list li .card-front .wz .date {
    font-size: 12px;
  }

  .webnews_yb .webnews_list li .card-back .back-content {
    padding: 18px 15px;
  }
}

/* Android Tablet - 2 columns (820px专用) */
@media (max-width:820px) {
  .webnews_yb .webnews_list li .card-container {
    height: 370px;
  }
}

/* Tablet Small - 2 columns optimized (iPad Mini 768px) */
@media (max-width:768px) {
  .news-section {
    padding: 50px 0;
  }

  .news-container {
    padding: 0 15px;
  }

  .webnews_yb .webnews_list {
    min-height: auto;
  }

  .webnews_yb .webnews_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }

  .webnews_yb .webnews_list li:nth-child(2n+2) {
    margin-right: 0;
  }

  .webnews_yb .webnews_list li .card-container {
    height: 320px;
  }

  /* 改用16:9宽高比，进一步减少图片高度 */
  .webnews_yb .webnews_list li .card-front .pic {
    aspect-ratio: 16/9;
  }

  .webnews_yb .webnews_list li .card-front .wz {
    padding: 12px;
  }

  .webnews_yb .webnews_list li .card-front .wz .tlt {
    font-size: 13px;
    min-height: 36px;
    margin-bottom: 6px;
    line-height: 1.38;
  }

  .webnews_yb .webnews_list li .card-front .wz .date {
    font-size: 11px;
  }

  .webnews_yb .webnews_list li .card-back .back-content {
    padding: 18px 12px;
  }

  .webnews_yb .webnews_list li .card-back .back-title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .webnews_yb .webnews_list li .card-back .back-desc {
    font-size: 12px;
    -webkit-line-clamp: 5;
    margin-bottom: 15px;
  }

  .webnews_yb .webnews_list li .card-back .back-btn {
    padding: 8px 20px;
    font-size: 13px;
  }
}

/* Mobile Large - 1 column (大屏手机) */
@media (max-width:600px) {
  .news-section {
    padding: 40px 0;
  }

  .news-container {
    padding: 0 12px;
  }

  .webnews_yb .webnews_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* Keep 3D flip for larger phones */
  /* .webnews_yb .webnews_list li .card-container {
    height: 360px;
  } */

  /* 使用16:9宽高比 */
  .webnews_yb .webnews_list li .card-front .pic {
    aspect-ratio: 16/9;
  }

  .webnews_yb .webnews_list li .card-front .wz {
    padding: 12px;
  }

  .webnews_yb .webnews_list li .card-front .wz .tlt {
    font-size: 14px;
    -webkit-line-clamp: 2;
    min-height: 40px;
    line-height: 1.4;
  }

  .webnews_yb .webnews_list li .card-front .wz .date {
    font-size: 12px;
  }

  .webnews_yb .webnews_list li .card-back .back-content {
    padding: 18px 15px;
  }

  .webnews_yb .webnews_list li .card-back .back-title {
    font-size: 16px;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
  }

  .webnews_yb .webnews_list li .card-back .back-desc {
    font-size: 13px;
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .webnews_yb .webnews_list li .card-back .back-btn {
    padding: 9px 20px;
    font-size: 13px;
  }
}

/* Mobile - Disable 3D flip, show static layout */
@media (max-width:480px) {
  .news-section {
    padding: 35px 0;
  }

  .news-container {
    padding: 0 10px;
  }

  .webnews_yb .webnews_list li {
    margin-bottom: 20px;
  }

  /* Disable 3D flip on small phones */
  .webnews_yb .webnews_list li .card-container {
    height: auto;
    perspective: none;
  }

  .webnews_yb .webnews_list li .card-flipper {
    transform-style: flat;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .webnews_yb .webnews_list li:hover .card-flipper {
    transform: none;
  }

  /* Card front */
  .webnews_yb .webnews_list li .card-front {
    position: relative;
    height: auto;
    order: 1;
    border-radius: 8px 8px 0 0;
  }

  .webnews_yb .webnews_list li .card-front .card-link {
    display: block;
  }

  .webnews_yb .webnews_list li .card-front .pic {
    aspect-ratio: 16/9;
    border-radius: 8px 8px 0 0;
  }

  .webnews_yb .webnews_list li .card-front .wz {
    padding: 12px;
  }

  .webnews_yb .webnews_list li .card-front .wz .tlt {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 8px;
  }

  .webnews_yb .webnews_list li .card-front .wz .date {
    font-size: 11px;
  }

  /* Card back - show as static content */
  .webnews_yb .webnews_list li .card-back {
    position: relative;
    transform: none;
    order: 2;
    height: auto;
    background: rgba(239, 59, 27, 0.9);
    border-radius: 0 0 8px 8px;
  }

  .webnews_yb .webnews_list li .card-back .back-content {
    padding: 15px 12px;
    height: auto;
  }

  .webnews_yb .webnews_list li .card-back .back-title {
    display: none;
  }

  .webnews_yb .webnews_list li .card-back .back-desc {
    font-size: 12px;
    max-height: none;
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.6;
  }

  .webnews_yb .webnews_list li .card-back .back-btn {
    font-size: 12px;
    padding: 7px 18px;
  }
}

/* Touch device optimization - 移除翻转禁用，允许触摸设备点击翻转 */
@media (hover:none) and (pointer:coarse) {
  /* 保留图片缩放禁用，避免触摸时图片抖动 */
  .webnews_yb .webnews_list li:hover .card-front .pic img {
    transform: none;
  }

  /* 触摸反馈效果 */
  .webnews_yb .webnews_list li:active {
    opacity: 0.95;
  }

  /* 确保触摸设备可以触发翻转 - 使用ontouchstart */
  .webnews_yb .webnews_list li {
    cursor: pointer;
  }
}

@media (max-width:1440px) {
  .webproducts {
    width: 100%;
    margin: 60px auto;
    padding: 0 60px
  }

  .webpro_yb #fengye {
    margin: 30px auto 0
  }
}

@media (max-width:1200px) {
  .webproducts {
    padding: 0 40px
  }

  .webpro_yb #fengye {
    margin: 35px auto 0
  }

  .webpro_yb .webpro_list li .card-container {
    height: 380px
  }

  .webpro_yb .webpro_list li .card-front .pic {
    height: 300px
  }
}

@media (max-width:1079px) {
  .webpro_yb .webpro_list li {
    width: 48.5%;
    margin-right: 3%
  }

  .webpro_yb .webpro_list li:nth-child(2n+2) {
    margin-right: 0
  }

  .webpro_yb .webpro_list li:nth-child(3n+3) {
    margin-right: 3%
  }

  .webpro_yb .webpro_list li:nth-child(6n+6) {
    margin-right: 0
  }

  .webpro_yb .webpro_list li .card-back .back-content {
    padding: 25px 20px
  }

  .webpro_yb .webpro_list li .card-back .back-title {
    font-size: 18px;
    margin-bottom: 15px
  }

  .webpro_yb .webpro_list li .card-back .back-desc {
    font-size: 13px;
    max-height: 150px
  }

  .webpro_yb #fengye {
    margin: 40px auto 0
  }
}

@media (max-width:1023px) {
  .webpro_yb .webpro_list li .card-front .pic {
    height: 320px
  }
}

@media (max-width:1024px) {
  .webproducts {
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column
  }

  .webproducts .webpro_left {
    width: 100%;
    margin: 0 auto;
    display: contents
  }

  .webproducts .webpro_left .h_left {
    order: 1
  }

  .webproducts .webpro_left .webxgwz {
    order: 3
  }

  .webproducts .webpro_yb {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    order: 2
  }

  .webpro_left .webxgwz {
    width: 100% !important;
    margin: 20px auto
  }

  .webproducts .webxgwz_list dl dd a {
    height: auto;
    white-space: normal;
    line-height: 24px;
    padding: 8px 0 8px 20px;
  }

  .webproducts .webxgwz_list dl dd a i {
    top: 12px;
  }

  .webpro_yb #fengye {
    margin: 20px auto 0
  }
}

@media (max-width:767px) {
  .webproducts {
    margin: 20px auto;
    padding: 0 12px
  }

  .webpro_yb .webpro_list li {
    width: 100%;
    margin-bottom: 30px
  }

  /* 移动端禁用3D翻转，改为静态显示 */
  .webpro_yb .webpro_list li .card-container {
    height: auto;
    perspective: none
  }

  .webpro_yb .webpro_list li .card-flipper {
    transform-style: flat;
    height: auto;
    display: flex;
    flex-direction: column
  }

  .webpro_yb .webpro_list li:hover .card-flipper {
    transform: none
  }

  .webpro_yb .webpro_list li .card-front {
    position: relative;
    height: auto;
    order: 1;
    border-radius: 5px 5px 0 0
  }

  /* 移动端启用覆盖链接（点击图片/标题跳转） */
  .webpro_yb .webpro_list li .card-front .card-link {
    display: block
  }

  .webpro_yb .webpro_list li .card-front .pic {
    height: 280px;
    border-radius: 5px 5px 0 0
  }

  .webpro_yb .webpro_list li .card-front .wz .tlt {
    font-size: 15px
  }

  /* 移动端显示背面作为静态内容 */
  .webpro_yb .webpro_list li .card-back {
    position: relative;
    transform: none;
    order: 2;
    height: auto;
    min-height: auto;
    background: rgba(239, 59, 27, 0.85);
    border-radius: 0 0 5px 5px
  }

  .webpro_yb .webpro_list li .card-back .back-content {
    padding: 20px 15px;
    height: auto;
    min-height: auto
  }

  .webpro_yb .webpro_list li .card-back .back-title {
    display: none
  }

  .webpro_yb .webpro_list li .card-back .back-desc {
    font-size: 13px;
    line-height: 1.6;
    max-height: none;
    margin-bottom: 15px;
    text-align: center
  }

  .webpro_yb .webpro_list li .card-back .back-btn {
    font-size: 13px;
    padding: 8px 25px
  }

  .webpro_yb #fengye {
    margin: 0 auto
  }
}

.h_left {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cp_type .hd {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cp_type .hd p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #EF3B1B;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 4px;
  padding: 0
}

.cp_type .hd p img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px 10px 3px 0;
  padding: 0;
  float: left
}

.cp_type .hd span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #aaa;
  font-size: 14px
}

.cp_type .hd em {
  display: block;
  width: 50px;
  height: 2px;
  margin: 6px 0 0;
  padding: 0;
  background: url(../images/line05.png) 0 0 no-repeat
}

.cp_type .hd i {
  display: none
}

.cp_type .bd {
  padding: 0
}

.cp_type .bd ul li {
  background-color: #fff;
  padding: 0
}

.cp_type .bd ul li p {
  height: 40px;
  line-height: 40px;
  padding: 4px 70px 4px 30px;
  position: relative
}

.cp_type .bd ul li p a {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.cp_type .bd ul li p span {
  display: block;
  width: 40px;
  height: 100%;
  background: url(../images/mulu0.png) center center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 30px
}

.cp_type .bd ul li div {
  display: none;
  padding: 15px 30px
}

.cp_type .bd ul li div a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 14px;
  border-top: 0px solid #eaeaea;
  padding: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/ico08.png) 4px 14px no-repeat
}

.cp_type .bd ul li div a:first-child {
  border-top: 0
}

.cp_type .bd ul li:hover p,
.cp_type .bd ul li.on p {
  background-color: #EF3B1B
}

.cp_type .bd ul li:hover p a,
.cp_type .bd ul li.on p a {
  color: #fff
}

.cp_type .bd ul li:hover p span {
  background: url(../images/mulu1.png) center center no-repeat
}

.cp_type .bd ul li.on p span {
  background: url(../images/mulu2.png) center center no-repeat
}

.cp_type .bd ul li div a:hover {
  color: #EF3B1B;
  background: url(../images/ico09.png) 4px 14px no-repeat
}

.cp_type .bd ul a.ckqb {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  background: #f1f1f1;
  width: 92%;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer
}

.cp_type .bd ul a.ckqb:hover {
  background: #EF3B1B;
  color: #fff
}

.proall {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.proall a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.proall a i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: url(../images/mulu0.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 30px
}

.proall a:hover {
  color: #EF3B1B
}

.proall a:hover i {
  background: url(../images/mulu1.png) center center no-repeat
}

.webxgwz {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 30px auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webpro_left .webxgwz {
  width: 100%;
  margin: 30px 0 0 0;
}

.webxgwz .webxgwz_title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webxgwz_title p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #EF3B1B;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 4px;
  padding: 0
}

.webxgwz_title p img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px 10px 3px 0;
  padding: 0;
  float: left
}

.webxgwz_title span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #ccc;
  font-size: 14px
}

.webxgwz_title em {
  display: block;
  width: 50px;
  height: 2px;
  margin: 6px 0 0;
  padding: 0;
  background: url(../images/line05.png) 0 0 no-repeat
}

.webxgwz .webxgwz_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webxgwz_list dl dd {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4px 0
}

.webxgwz_list dl dd a {
  display: block;
  width: 100%;
  min-height: 40px;
  height: auto;
  overflow: visible;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
  white-space: normal;
  margin: 0 auto;
  padding: 8px 0 8px 20px;
  word-wrap: break-word;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webxgwz_list dl dd a i {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  background: url(../images/ico08.png) center center no-repeat;
  position: absolute;
  top: 12px;
  left: 4px
}

.webxgwz_list dl dd a:hover {
  color: #EF3B1B
}

.webxgwz_list dl dd a:hover i {
  background: url(../images/ico09.png) center center no-repeat
}

@media screen and (max-width:1366px) {
  .cp_type .bd ul li p a {
    font-size: 15px
  }

  .proall a {
    font-size: 15px
  }

  .webxgwz_list dl dd a {
    font-size: 15px
  }
}

@media screen and (max-width:1280px) {
  .cp_type .hd {
    padding: 20px
  }

  .cp_type .bd ul li p {
    padding: 4px 60px 4px 20px
  }

  .cp_type .bd ul li p span {
    right: 20px
  }

  .proall a {
    padding: 0 20px
  }

  .proall a i {
    right: 20px
  }

  .cp_type .bd ul li div {
    padding: 10px 20px
  }

  .webxgwz .webxgwz_title {
    padding: 20px
  }

  .webxgwz .webxgwz_list {
    padding: 10px 20px
  }

  .webxgwz_list dl dd {
    padding: 0
  }
}

@media screen and (max-width:1200px) {
  .cp_type .hd p {
    font-size: 22px
  }

  .webxgwz_title p {
    font-size: 22px
  }
}

@media screen and (max-width:1080px) {
  .cp_type .hd {
    padding: 15px
  }

  .cp_type .bd ul li p {
    padding: 4px 55px 4px 15px
  }

  .cp_type .bd ul li p span {
    right: 15px
  }

  .proall a {
    padding: 0 15px
  }

  .proall a i {
    right: 15px
  }

  .webxgwz .webxgwz_title {
    padding: 15px
  }

  .webxgwz_title p img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 3px 10px 3px 0;
    padding: 0;
    float: left
  }

  .webxgwz .webxgwz_list {
    padding: 10px 15px
  }
}

@media screen and (max-width:1024px) {
  .cp_type .hd p {
    height: 30px;
    line-height: 30px;
    font-size: 24px
  }

  .cp_type .hd p img {
    width: 24px;
    height: 24px
  }

  .webxgwz_title p {
    height: 30px;
    line-height: 30px;
    font-size: 24px
  }

  .webxgwz_title p img {
    width: 24px;
    height: 24px
  }
}

@media screen and (min-width:801px) and (max-width:1024px) {
  /* 平板端：显示产品分类标题的加号指示器，与768px保持一致 */
  .cp_type .hd {
    margin: 0 auto;
    padding: 20px;
    position: relative
  }

  .cp_type .hd i {
    display: block !important;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: rgba(0, 87, 184, 0.06) url(../images/mulu1.png) center center no-repeat;
    position: absolute;
    top: 30px;
    right: 20px
  }

  .cp_type .hd.on i {
    background: rgba(0, 87, 184, 0.06) url(../images/mulu2.png) center center no-repeat
  }

  .cp_type .bd {
    display: none
  }
}

@media screen and (max-width:800px) {
  .h_left {
    margin: 0 auto 20px
  }

  .cp_type .hd {
    margin: 0 auto;
    padding: 20px;
    position: relative
  }

  .cp_type .hd p:before {
    display: none
  }

  .cp_type .hd p {
    font-size: 22px;
    margin: 0 auto 2px
  }

  .cp_type .hd p img {
    width: 22px;
    height: 22px;
    margin: 4px 10px 4px 0
  }

  .cp_type .hd span {
    height: 20px;
    line-height: 20px
  }

  .cp_type .hd i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: rgba(0, 87, 184, 0.06) url(../images/mulu1.png) center center no-repeat;
    position: absolute;
    top: 30px;
    right: 20px
  }

  .cp_type .hd.on i {
    background: rgba(0, 87, 184, 0.06) url(../images/mulu2.png) center center no-repeat
  }

  .cp_type .bd {
    margin: 20px auto 0
  }

  .cp_type .bd ul li {
    padding: 0
  }

  .cp_type .bd ul li.on {
    padding: 0
  }

  .cp_type .bd ul li p {
    padding: 10px 60px 10px 20px
  }

  .cp_type .bd ul li div a {
    padding: 0 0 0 20px
  }

  .cp_type .bd {
    display: none
  }

  .proall a {
    padding: 0 19px
  }

  .webxgwz {
    margin: 20px auto
  }

  .webxgwz .webxgwz_title {
    padding: 20px
  }

  .webxgwz_title p {
    font-size: 22px;
    margin: 0 auto 2px
  }

  .webxgwz_title p img {
    width: 22px;
    height: 22px;
    margin: 4px 10px 4px 0
  }

  .webxgwz_title span {
    height: 20px;
    line-height: 20px
  }

  .webxgwz .webxgwz_list {
    padding: 15px 20px
  }
}

@media screen and (max-width:767px) {
  .cp_type .hd p {
    font-size: 20px
  }

  .webxgwz_title p {
    font-size: 20px
  }
}

.webprodetail {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail .webprodetail_main {
  width: 100%;
  height: auto;
  margin: 60px auto;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_main .webprodetail_img {
  width: 38%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#preview {
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative
}

#spec-n1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#main-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#main-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0
}

/* 产品缩略图容器 */
#spec-n5 {
  width: 100%;
  position: relative;
  padding-top: 10px;
  overflow: visible;
}

/* 缩略图 Swiper 容器 */
.swiper-thumbs {
  width: calc(100% - 70px);
  margin: 0 auto;
  overflow: hidden;
}

#spec-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 缩略图滑块 */
#spec-list .swiper-slide {
  width: 23.5%;
  height: 88px;
  box-sizing: border-box;
}

#spec-list .swiper-slide p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.3s;
}

#spec-list .swiper-slide:hover p {
  border: 1px solid #EF3B1B;
}

#spec-list .swiper-slide img {
  display: block;
  max-width: 92%;
  max-height: 94%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* 缩略图切换按钮 */
.swiper-button-prev-thumb,
.swiper-button-next-thumb {
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  top: 50% !important;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  background-image: none !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.swiper-button-prev-thumb::before,
.swiper-button-next-thumb::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-button-prev-thumb::before {
  border-width: 7px 10px 7px 0;
  border-color: transparent #333 transparent transparent;
  transform: translate(-60%, -50%);
}

.swiper-button-next-thumb::before {
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #333;
  transform: translate(-40%, -50%);
}

.swiper-button-prev-thumb {
  left: 5px !important;
}

.swiper-button-next-thumb {
  right: 5px !important;
}

.swiper-button-prev-thumb:hover,
.swiper-button-next-thumb:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  box-shadow: 0 6px 25px rgba(239, 59, 27, 0.25), 0 2px 8px rgba(239, 59, 27, 0.15);
  border-color: rgba(239, 59, 27, 0.3);
  transform: translateY(-2px) scale(1.05);
}

.swiper-button-prev-thumb:hover::before {
  border-color: transparent #EF3B1B transparent transparent;
  transform: translate(-65%, -50%);
}

.swiper-button-next-thumb:hover::before {
  border-color: transparent transparent transparent #EF3B1B;
  transform: translate(-35%, -50%);
}

.swiper-button-prev-thumb:active,
.swiper-button-next-thumb:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 0.1s;
}

/* 禁用状态 */
.swiper-button-prev-thumb.swiper-button-disabled,
.swiper-button-next-thumb.swiper-button-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.swiper-button-prev-thumb.swiper-button-disabled:hover,
.swiper-button-next-thumb.swiper-button-disabled:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  transform: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* 缩略图切换按钮响应式适配 */
@media (max-width: 1024px) {
  .swiper-button-prev-thumb,
  .swiper-button-next-thumb {
    width: 32px !important;
    height: 32px !important;
    margin-top: -16px !important;
    border-radius: 6px;
  }

  .swiper-button-prev-thumb {
    left: 2px !important;
  }

  .swiper-button-next-thumb {
    right: 2px !important;
  }

  .swiper-button-prev-thumb::before {
    border-width: 5px 8px 5px 0;
  }

  .swiper-button-next-thumb::before {
    border-width: 5px 0 5px 8px;
  }
}

@media (max-width: 480px) {
  .swiper-button-prev-thumb,
  .swiper-button-next-thumb {
    width: 28px !important;
    height: 28px !important;
    margin-top: -14px !important;
    border-radius: 5px;
  }

  .swiper-button-prev-thumb::before {
    border-width: 4px 7px 4px 0;
  }

  .swiper-button-next-thumb::before {
    border-width: 4px 0 4px 7px;
  }
}

.jqzoom {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.jqzoom img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 1px;
  left: 0px;
  background: url(../images/loading.gif) #fff no-repeat center center;
  border: 1px solid #eaeaea;
  display: none;
  text-align: center;
  overflow: hidden;
  left: 102% !important;
  top: 0 !important
}

.bigimg {}

.jqZoomPup {
  width: 200px !important;
  height: 200px !important;
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/mask.png) 0 0 repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: move
}

#ceshi {
  display: block;
  margin: auto !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.webprodetail_img a.videoIco {
  left: 20px !important;
  bottom: 20px !important;
  z-index: 99 !important
}

.Warning {
  width: 100% !important;
  height: 100% !important
}

.webprodetail_main .webprodetail_text {
  width: 62%;
  height: auto;
  margin: 0;
  padding: 40px 20px 0 40px;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_text .webprodetail_name {
  width: 100%;
  height: auto;
  min-height: 40px;
  max-height: 80px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  word-break: break-all;
  position: relative;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_text .webprodetail_ms {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_text .webprodetail_ms span {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  margin: 0 auto 10px;
  padding: 0
}

.webprodetail_text .webprodetail_ms span img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 10px 5px 0;
  padding: 0;
  float: left
}

.webprodetail_text .webprodetail_ms p {
  width: 100%;
  height: auto;
  /* max-height: 56px; */
  overflow: visible;
  line-height: 28px;
  color: #999;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  /* display: -webkit-box; */
  /* text-overflow: ellipsis; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  margin: 0 auto;
  padding: 0
}

.webprodetail_text .webprodetail_tags {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0
}

.webprodetail_tags dl dd {
  width: auto;
  max-width: 30%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 4% 0 0;
  padding: 0;
  float: left
}

.webprodetail_tags dl dd:nth-child(4) {
  margin: 0
}

.webprodetail_tags dl dd i {
  display: block;
  width: 6px;
  height: 6px;
  margin: 16px 10px 16px 0;
  padding: 0;
  border: 1px solid #EF3B1B;
  border-radius: 50%;
  float: left
}

.webprodetail_text .webprodetail_btm {
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 40px auto 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_btm a {
  display: block;
  width: auto;
  height: 60px;
  overflow: hidden;
  margin: 0 40px 0 0;
  padding: 0;
  background-color: #f9f9f9;
  border-radius: 30px;
  float: left
}

.webprodetail_btm a.btn01 i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 6px;
  background-color: rgba(0, 87, 184, 0.05);
  border-radius: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_btm a.btn01 i em {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: #EF3B1B url(../images/ico11.png) center center no-repeat;
  background-size: 30px 30px;
  border-radius: 50%
}

.webprodetail_btm a.btn01 span {
  display: block;
  width: auto;
  height: 60px;
  line-height: 40px;
  color: #EF3B1B;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 30px 10px 20px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_btm a.btn02 {
  margin: 0
}

.webprodetail_btm a.btn02 i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 6px;
  background: rgba(51, 51, 51, 0.05);
  border-radius: 50%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_btm a.btn02 i em {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: #333333 url(../images/ico12.png) center center no-repeat;
  background-size: 30px 30px;
  border-radius: 50%
}

.webprodetail_btm a.btn02 span {
  display: block;
  width: auto;
  height: 60px;
  line-height: 40px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 10px 30px 10px 20px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail .webprodetail_nr {
  width: 100%;
  height: auto;
  margin: 60px auto;
  padding: 0
}

.webprodetail_nr .webprodetail_zb {
  width: 23%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left
}

.webprodetail_nr .webprodetail_right {
  width: 75%;
  height: auto;
  margin: 0;
  padding: 0 0 0 30px;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_zb .webxgwz {
  width: 100%;
  margin: 30px 0 0 0
}

.webprodetail_right .webprodetail_con {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webprodetail_con .webprodetail_tit {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  border-bottom: 1px solid #e6e6e6
}

.webprodetail_con .webprodetail_tit span {
  display: block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #EF3B1B;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #EF3B1B;
  float: left
}

.webprodetail_con .webprodetail_tit a {
  display: block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 60px;
  padding: 0;
  border-bottom: 2px solid #fff;
  float: left
}

.webprodetail_con .webprodetail_tit a:hover {
  color: #EF3B1B;
  border-bottom: 2px solid #EF3B1B
}

.webprodetail_con .prodetailtext {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  margin: 0 auto;
  padding: 0
}

.prodetailtext div,
.prodetailtext p {
  margin: 0 auto 20px
}

.prodetailtext img,
.prodetailtext table,
.prodetailtext tr,
.prodetailtext td,
.prodetailtext p,
.prodetailtext span,
.prodetailtext div,
.prodetailtext video,
.prodetailtext embed {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100%;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
  text-align: justify
}

.prodetailtext p span,
.prodetailtext span,
.prodetailtext p em,
.prodetailtext em {
  color: #999 !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
  font-size: 16px !important
}

.prodetailtext b {
  display: block;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px
}

.prodetailtext table tr td p {
  text-indent: 0 !important
}

.prodetailtext img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-indent: 0 !important
}

.webpro_pnext {
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  padding: 7px 30px;
  background-color: #EF3B1B;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webpro_pnext p {
  width: 42%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.webpro_pnext p a {
  line-height: 40px;
  color: #fff;
  font-size: 16px
}

.webpro_pnext p.webproprev {
  padding: 0 0 0 30px
}

.webpro_pnext p.webpronext {
  padding: 0 30px 0 0;
  text-align: right
}

.webpro_pnext p img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px
}

.webpro_pnext p.webproprev img {
  left: 0
}

.webpro_pnext p.webpronext img {
  right: 0
}

.webpro_pnext a.abproall {
  display: block;
  width: 16%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  float: left
}

.webpro_pnext a.abproall img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  padding: 0
}

.weborder_main {
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  padding: 0;
  position: relative
}

.weborder_main #ly_msg.ly_msg {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important
}

.weborder_main #ly_msg.ly_msg h3 {
  display: none !important
}

.weborder_main #ly_msg.ly_msg ul {
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  padding: 0 !important
}

.weborder_main #ly_msg.ly_msg ul li h4,
.weborder_main #ly_msg.ly_msg ul li h4.xh {
  display: none !important
}

.weborder_main #ly_msg.ly_msg ul li {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  line-height: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
  clear: inherit !important
}

.weborder_main #ly_msg.ly_msg ul li:nth-child(1),
.weborder_main #ly_msg.ly_msg ul li:nth-child(3) {
  width: 48% !important;
  margin: 0 4% 25px 0 !important;
  float: left !important
}

.weborder_main #ly_msg.ly_msg ul li:nth-child(2),
.weborder_main #ly_msg.ly_msg ul li:nth-child(4) {
  width: 48% !important;
  float: right !important
}

.weborder_main #ly_msg.ly_msg ul li:last-child {
  margin: 25px auto 0 !important
}

.weborder_main #ly_msg.ly_msg ul li .msg_ipt1,
.weborder_main #ly_msg.ly_msg ul li .msg_ipt12,
.weborder_main #ly_msg.ly_msg ul li .msg_tara {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important
}

.weborder_main #ly_msg.ly_msg ul li .msg_ipt1 input,
.weborder_main #ly_msg.ly_msg ul li .msg_ipt12 input,
.weborder_main #ly_msg.ly_msg ul li .msg_ipt2 input,
.weborder_main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
  display: block !important;
  width: 100% !important;
  height: 60px !important;
  line-height: 60px;
  color: #666;
  font-size: 16px;
  margin: 0 !important;
  padding: 0 20px !important;
  background-color: #fff;
  border: 0 !important;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.textborder2 {
  background-color: #F9F9F9 !important
}

.weborder_main #ly_msg.ly_msg ul li .c_yzm {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  float: left !important
}

.weborder_main #ly_msg.ly_msg ul li .msg_ipt2 input {
  width: 200px !important;
  margin: 0 10px 0 0 !important;
  float: left !important
}

.weborder_main #ly_msg.ly_msg ul li a.yzm_img {
  display: block !important;
  width: 120px !important;
  height: 40px !important;
  margin: 10px 0 !important;
  padding: 0 !important;
  float: left !important
}

.weborder_main #ly_msg.ly_msg ul li .msg_ipt2>span {
  line-height: 60px !important;
  color: #999 !important;
  font-size: 16px !important
}

.weborder_main #ly_msg.ly_msg ul li .msg_tara textarea,
.weborder_main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  margin: 0 !important;
  padding: 15px 20px !important;
  background-color: #fff;
  border: 0 !important;
  outline: none !important;
  resize: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.weborder_main #ly_msg.ly_msg ul li .msg_btn {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  float: inherit !important
}

.weborder_main #ly_msg.ly_msg .msg_btn input {
  width: 200px !important;
  height: 60px !important;
  overflow: hidden !important;
  line-height: 60px !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: center !important;
  background-color: #333 !important;
  margin: 0 30px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  cursor: pointer !important;
  float: left
}

.weborder_main #ly_msg.ly_msg .msg_btn input:hover {
  background-color: #292929 !important
}

.weborder_main #ly_msg.ly_msg .msg_btn input.msg_btn1 {
  background-color: #EF3B1B !important
}

.weborder_main #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
  background-color: #004fa6 !important
}

.weborder_main #ly_msg.ly_msg ul li .msg_ipt2 {
  width: 100% !important
}

@media (max-width:1440px) {
  .webprodetail {
    width: 100%;
    padding: 0 60px
  }

  .webprodetail_tags dl dd {
    margin: 0 30px 0 0
  }
}

@media (max-width:1366px) and (min-width:1025px) {
  .webprodetail_main .webprodetail_img {
    width: 40%
  }

  .jqzoom {
    height: 340px
  }

  #spec-list .swiper-slide {
    height: 80px
  }

  .webprodetail_main .webprodetail_text {
    width: 60%
  }

  .webprodetail_text .webprodetail_name {
    font-size: 26px;
    margin: 0 auto 30px
  }

  .webprodetail_text .webprodetail_ms span {
    font-size: 16px
  }

  .webprodetail_text .webprodetail_ms p {
    /* max-height: 50px; */
    line-height: 25px;
    font-size: 15px
  }

  .webprodetail_tags dl dd {
    width: 48.5%;
    max-width: inherit;
    font-size: 15px;
    margin: 0 3% 0 0
  }

  .webprodetail_tags dl dd:nth-child(2n+2) {
    margin: 0
  }

  .webprodetail_btm .webprodetail_Tel span {
    font-size: 14px
  }

  .webprodetail_con .prodetailtext {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    margin: 0 auto;
    padding: 0
  }

  .prodetailtext div,
  .prodetailtext p {
    margin: 0 auto 20px
  }

  .prodetailtext img,
  .prodetailtext table,
  .prodetailtext tr,
  .prodetailtext td,
  .prodetailtext p,
  .prodetailtext span,
  .prodetailtext div,
  .prodetailtext video,
  .prodetailtext embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    text-align: justify
  }

  .prodetailtext p span,
  .prodetailtext span,
  .prodetailtext p em,
  .prodetailtext em {
    color: #666 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    font-size: 15px !important
  }

  .prodetailtext b {
    display: block;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px
  }

  .webpro_pnext p,
  .webpro_pnext p a {
    font-size: 15px
  }

  .webpro_pnext a.abproall {
    font-size: 15px
  }

  .weborder_main #ly_msg.ly_msg ul li .c_yzm {
    width: auto !important
  }
}

@media (max-width:1280px) and (min-width:1025px) {
  .webprodetail_main .webprodetail_img {
    width: 42%
  }

  .webprodetail_main .webprodetail_text {
    width: 58%;
    padding: 20px 20px 0 40px
  }

  .webprodetail_text .webprodetail_name {
    margin: 0 auto 20px
  }

  .webprodetail_text .webprodetail_btm {
    margin: 30px auto 0
  }

  .webprodetail_btm a {
    margin: 0 30px 0 0
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt1 input,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt12 input,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2 input,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 15px
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_tara textarea,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    height: 145px !important;
    line-height: 25px;
    font-size: 15px;
    padding: 10px 20px !important
  }

  .weborder_main #ly_msg.ly_msg ul li a.yzm_img {
    margin: 5px 0 !important
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2>span {
    font-size: 15px !important;
    line-height: 50px !important
  }

  .weborder_main #ly_msg.ly_msg .msg_btn input {
    height: 50px !important;
    line-height: 50px !important
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_btn {
    left: 20px
  }
}

@media (max-width:1200px) and (min-width:1025px) {
  .webprodetail {
    padding: 0 40px
  }

  .webprodetail_main .webprodetail_img {
    width: 40%
  }

  .webprodetail_main .webprodetail_text {
    width: 60%;
    padding: 20px 20px 0 40px
  }

  .webprodetail_text .webprodetail_ms {
    margin: 0 auto 15px;
    padding: 0 0 20px
  }

  .webprodetail_text .webprodetail_btm {
    height: 50px;
    margin: 20px auto 0
  }

  .webprodetail_btm a {
    height: 50px
  }

  .webprodetail_btm a.btn01 i,
  .webprodetail_btm a.btn02 i {
    width: 50px;
    height: 50px;
    padding: 4px
  }

  .webprodetail_btm a.btn01 i em,
  .webprodetail_btm a.btn02 i em {
    width: 42px;
    height: 42px
  }

  .webprodetail_btm a.btn01 span {
    height: 50px;
    padding: 5px 30px 5px 20px;
    font-size: 18px
  }

  .webprodetail_btm a.btn02 span {
    height: 50px;
    padding: 5px 30px 5px 20px;
    font-size: 22px
  }

  .jqzoom {
    height: 300px
  }

  #spec-list .swiper-slide {
    height: 72px
  }

  .webprodetail_right .webprodetail_con {
    padding: 20px
  }

  .webprodetail_con .webprodetail_tit {
    margin: 0 auto 20px
  }

  .webprodetail_con .webprodetail_tit a {
    margin: 0 0 0 40px
  }
}

@media (max-width:1080px) and (min-width:1025px) {
  .webprodetail_text .webprodetail_name {
    min-height: 36px;
    max-height: 72px;
    line-height: 36px;
    font-size: 24px
  }

  .webprodetail_text .webprodetail_ms {
    padding: 0 0 15px
  }

  .webprodetail_text .webprodetail_ms p {
    /* max-height: 48px; */
    line-height: 24px;
    font-size: 14px
  }

  .webprodetail_tags dl dd {
    height: 30px;
    line-height: 30px;
    font-size: 14px
  }

  .webprodetail_tags dl dd i {
    margin: 11px 8px 11px 0
  }

  .webprodetail .webprodetail_main {
    margin: 40px auto
  }

  .webprodetail .webprodetail_nr {
    margin: 40px auto
  }

  .webprodetail_con .webprodetail_tit {
    margin: 0 auto 20px
  }

  .prodetailtext div,
  .prodetailtext p {
    margin: 0 auto 20px
  }

  .weborder_main {
    margin: 40px auto 0
  }

  .weborder_main #ly_msg.ly_msg .msg_btn input {
    width: 160px !important
  }

  .weborder_main #ly_msg.ly_msg ul li .c_yzm {
    height: 50px
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2>span {
    display: block;
    width: 100%;
    line-height: 30px !important;
    padding: 10px 0;
    font-size: 14px !important
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_btn {
    margin: 0 !important
  }

  .jqzoom {
    height: 280px
  }

  #spec-list .swiper-slide {
    height: 66px
  }
}

@media (max-width:1024px) {
  .webprodetail {
    padding: 0 20px
  }

  .webprodetail_main .webprodetail_img {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    float: inherit
  }

  .jqzoom {
    height: 480px
  }

  #spec-list .swiper-slide {
    height: 100px
  }

  .zoomdiv {
    display: none !important
  }

  .webprodetail_main .webprodetail_text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: inherit
  }

  .webprodetail_text .webprodetail_ms {
    margin: 20px auto
  }

  .webprodetail_text .webprodetail_name {
    font-size: 24px
  }

  .webprodetail .webprodetail_nr {
    display: flex;
    flex-direction: column
  }

  .webprodetail_nr .webprodetail_zb {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: contents
  }

  .webprodetail_nr .webprodetail_zb .h_left {
    order: 1
  }

  .webprodetail_nr .webprodetail_zb .webxgwz {
    order: 5
  }

  .webprodetail_nr .webprodetail_right {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    order: 2;
    display: flex;
    flex-direction: column
  }

  .webprodetail_right .webprodetail_con {
    order: 1
  }

  .webprodetail_right .webpro_pnext {
    order: 2
  }

  .webprodetail_right .weborder_main {
    order: 3
  }

  .webprodetail_zb .webxgwz {
    width: 100% !important;
    margin: 20px auto
  }

  .webprodetail_nr .webxgwz_list dl dd a {
    height: auto;
    white-space: normal;
    line-height: 24px;
    padding: 8px 0 8px 20px;
  }

  .webprodetail_nr .webxgwz_list dl dd a i {
    top: 12px;
  }

  .weborder_main #ly_msg.ly_msg ul li:last-child {
    margin: 20px auto 0 !important
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_btn {
    width: 100% !important;
    position: inherit;
    left: inherit;
    bottom: inherit
  }

  .weborder_main #ly_msg.ly_msg .msg_btn input {
    margin: 0 20px 0 0 !important
  }

  .webpro_pnext {
    padding: 5px 20px
  }
}

@media (max-width:767px) {
  .webprodetail {
    padding: 0 12px
  }

  .webprodetail .webprodetail_main {
    margin: 20px auto;
    padding: 12px
  }

  .webprodetail .webprodetail_nr {
    margin: 20px auto
  }

  .webprodetail_con .webprodetail_tit {
    margin: 0 auto 20px
  }

  .webprodetail_con .prodetailtext {
    margin: 0 auto
  }

  .prodetailtext div,
  .prodetailtext p {
    margin: 0 auto 10px
  }

  .jqzoom {
    height: 260px
  }

  #spec-list .swiper-slide {
    height: 66px
  }

  .webprodetail_text .webprodetail_name {
    min-height: 32px;
    max-height: 64px;
    line-height: 32px;
    font-size: 22px;
    margin: 0 auto 15px
  }

  .webprodetail_text .webprodetail_name i {
    height: 22px;
    top: 5px
  }

  .webprodetail_text .webprodetail_ms {
    margin: 0 auto 15px;
    padding: 0 0 15px
  }

  .webprodetail_text .webprodetail_ms p {
    height: auto;
    /* max-height: 72px; */
    line-height: 24px;
    font-size: 14px
  }

  .webprodetail_tags dl dd {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    float: inherit
  }

  .webprodetail_text .webprodetail_btm {
    height: auto;
    margin: 15px auto 0
  }

  .webprodetail_btm a {
    margin: 0 0 12px
  }

  .webprodetail_btm a.btn01 span {
    padding: 5px 20px 5px 10px
  }

  .webprodetail_btm a.btn02 span {
    padding: 5px 20px 5px 10px
  }

  .webprodetail_con .webprodetail_tit a {
    margin: 0 0 0 20px
  }

  .webpro_pnext {
    margin: 20px auto 0;
    padding: 10px 20px
  }

  .webpro_pnext p {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0
  }

  .webpro_pnext p.webpronext {
    text-align: left;
    padding: 0 0 0 30px
  }

  .webpro_pnext p.webpronext img {
    right: inherit;
    left: 0
  }

  .webpro_pnext a.abproall {
    width: 100%;
    font-size: 14px;
    text-align: left
  }

  .weborder_main {
    margin: 20px auto 0
  }

  .weborder_main #ly_msg.ly_msg ul li {
    margin: 0 auto 20px !important
  }

  .weborder_main #ly_msg.ly_msg ul li:nth-child(1),
  .weborder_main #ly_msg.ly_msg ul li:nth-child(3),
  .weborder_main #ly_msg.ly_msg ul li:nth-child(5) {
    width: 100% !important;
    margin: 0 auto 20px !important;
    float: inherit !important
  }

  .weborder_main #ly_msg.ly_msg ul li:nth-child(2),
  .weborder_main #ly_msg.ly_msg ul li:nth-child(4),
  .weborder_main #ly_msg.ly_msg ul li:nth-child(6) {
    width: 100% !important;
    margin: 0 auto 20px !important;
    float: inherit !important
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 160px !important
  }

  .weborder_main #ly_msg.ly_msg .msg_btn input {
    width: 48% !important;
    margin: 0 !important
  }

  .weborder_main #ly_msg.ly_msg .msg_btn input.msg_btn1 {
    margin: 0 4% 0 0 !important
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2>span {
    line-height: 24px !important;
    font-size: 14px !important;
    padding: 10px 0 0
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt1 input,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt12 input,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2 input,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    font-size: 14px
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_tara textarea,
  .weborder_main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    font-size: 14px;
    height: 140px !important;
    line-height: 24px
  }

  .weborder_main #ly_msg.ly_msg ul li:last-child {
    margin: 20px auto 0 !important
  }

  .weborder_main #ly_msg.ly_msg ul li .c_yzm {
    float: inherit !important
  }
}

@media (max-width:375px) {
  .jqzoom {
    height: 240px
  }

  #spec-list .swiper-slide {
    height: 60px
  }
}

@media (max-width:320px) {
  .jqzoom {
    height: 210px
  }

  #spec-list .swiper-slide {
    height: 52px
  }

  .webprodetail_btm .webprodetail_Tel img {
    position: inherit;
    left: inherit;
    top: inherit;
    margin: 0 auto 10px
  }

  .webprodetail_btm .webprodetail_Tel span,
  .webprodetail_btm .webprodetail_Tel p {
    text-align: center
  }

  .weborder_main #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 130px !important
  }
}

#ab_img img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

#ab_img p span {
  text-wrap: inherit !important;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

@media screen and (min-width:2560px) {
  .abidx_ban {
    height: 70vh;
    min-height: 1200px;
  }

  body {
    font-size: 16px;
  }

  .ab_title b {
    font-size: 48px !important;
  }

  .ab_title p {
    font-size: 20px !important;
  }

  .ab_top .abtop_main .top_right .nav li>a {
    font-size: 20px !important;
  }

  .webban {
    height: 700px;
  }

  .webba_con p {
    line-height: 48px;
    font-size: 42px;
  }

  .webba_con span {
    font-size: 24px;
  }
}

@media screen and (min-width:3840px) {
  .abidx_ban {
    height: 75vh;
    min-height: 1600px;
  }

  body {
    font-size: 18px;
  }

  .ab_title b {
    font-size: 56px !important;
  }

  .ab_title p {
    font-size: 24px !important;
  }

  .ab_top .abtop_main .top_right .nav li>a {
    font-size: 24px !important;
  }

  .webban {
    height: 1080px;
  }

  .webba_con p {
    line-height: 64px;
    font-size: 56px;
  }

  .webba_con span {
    font-size: 32px;
  }

  .webba_con i {
    width: 80px;
    height: 4px;
    margin: 16px auto;
  }
}

@media screen and (min-width:7680px) {
  .abidx_ban {
    height: 80vh;
    min-height: 3200px;
  }

  body {
    font-size: 24px;
  }

  .ab_title b {
    font-size: 72px !important;
  }

  .ab_title p {
    font-size: 32px !important;
  }

  .ab_top .abtop_main .top_right .nav li>a {
    font-size: 32px !important;
  }

  .webban {
    height: 2160px;
  }

  .webba_con p {
    line-height: 96px;
    font-size: 84px;
  }

  .webba_con span {
    font-size: 48px;
  }

  .webba_con i {
    width: 120px;
    height: 6px;
    margin: 24px auto;
  }
}

.w1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.news-layout {
  display: flex;
  gap: 25px;
  padding: 40px 0;
  align-items: flex-start;
}

.news-main-content {
  flex: 1;
  min-width: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news-layout .news-main-content .aboudetail {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.news-layout .news-main-content .aboudetail .aboudetail_main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 30px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.news-layout .news-main-content .aboudetail * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.news-main-content .abxwsx {
  padding: 20px 30px;
  border-top: 1px solid #f0f0f0;
  background: #f9f9f9;
}

.news-layout .news-main-content .aboudetail_content {
  line-height: 1.8 !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.news-layout .news-main-content .aboudetail_content div,
.news-layout .news-main-content .aboudetail_content p,
.news-layout .news-main-content .aboudetail_content span,
.news-layout .news-main-content .aboudetail_content font,
.news-layout .news-main-content .aboudetail_content em {
  width: 100% !important;
  max-width: 100% !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.news-main-content .aboudetail_content p {
  margin-bottom: 15px;
}

.news-layout .news-main-content .aboudetail_name {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #EF3B1B !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.news-main-content .aboudetail_tips {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.news-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.sidebar-section {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

.sidebar-title {
  background: #EF3B1B;
  color: #fff;
  padding: 15px 20px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.sidebar-content {
  padding: 0;
}

.sidebar-item {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-item:hover {
  background-color: #f8f8f8;
}

.sidebar-item-image {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.sidebar-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sidebar-item:hover .sidebar-item-image img {
  transform: scale(1.05);
}

.sidebar-item-content {
  flex: 1;
}

.sidebar-item-content h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.4;
}

.sidebar-item-content h4 a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.sidebar-item-content h4 a:hover {
  color: #EF3B1B;
}

.sidebar-item-content p {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width:1200px) {
  .news-layout {
    gap: 20px;
  }

  .news-sidebar {
    width: 280px;
  }

  .ab_top .abtop_main .top_right .nav li i {
    display: none;
  }
}

@media screen and (max-width:1023px) {
  .news-layout {
    flex-direction: column;
    gap: 20px;
  }

  .abxwsx ul {
    width: 100% !important;
    padding: 0;
  }

  .news-sidebar {
    width: 100%;
    display: flex;
    gap: 20px;
  }

  .sidebar-section {
    flex: 1;
  }
}

@media screen and (max-width:820px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
  .news-layout {
    padding: 20px 0;
  }

  .w1400 {
    padding: 0 15px;
  }

  /* 重置 news-main-content */
  .news-main-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* 重置新闻详情容器 - 不设置padding */
  .aboudetail,
  .news-layout .news-main-content .aboudetail {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* 内容主体 - 只在这里设置padding */
  .aboudetail .aboudetail_main,
  .news-layout .news-main-content .aboudetail .aboudetail_main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* 内容区域 */
  .aboudetail_content,
  .news-layout .news-main-content .aboudetail_content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  /* 内容元素 */
  .aboudetail_content div,
  .aboudetail_content p,
  .aboudetail_content span {
    width: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* 图片 */
  .aboudetail_content img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* 上一篇/下一篇 */
  .abxwsx {
    width: 100% !important;
    padding: 15px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .abxwsx ul {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .abxwsx ul li {
    padding-left: 80px !important;
    padding-right: 10px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .news-sidebar {
    flex-direction: column;
    gap: 15px;
  }

  .sidebar-item {
    padding: 12px;
  }

  .sidebar-item-image {
    width: 60px;
    height: 45px;
    margin-right: 12px;
  }

  .sidebar-title {
    padding: 12px 15px;
    font-size: 16px;
  }
}

.webaboutus_team {
  padding: 80px 0;
  background: #f8f9fa;
}

.webaboutus_team_main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.team_members_list {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.team_member_card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  text-align: center;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  cursor: pointer;
}

.team_member_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #EF3B1B;
}

.member_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member_name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}

.member_position {
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #EF3B1B;
  width: 80%;
}

.member_contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.contact_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  background-size: contain;
}

.phone_icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EF3B1B'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center;
}

.email_icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234285f4'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center;
}

.wechat_icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2309bb07'%3E%3Cpath d='M8.5 12c-.83 0-1.5-.67-1.5-1.5S7.67 9 8.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7 0c-.83 0-1.5-.67-1.5-1.5S14.67 9 15.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.64-3.15.06-.14.14-.27.23-.39C6.25 6.09 8.97 4.5 12 4.5s5.75 1.59 7.13 3.96c.09.12.17.25.23.39.41.97.64 2.03.64 3.15 0 4.41-3.59 8-8 8z'/%3E%3C/svg%3E") no-repeat center;
}

.contact_item span {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width:1240px) {
  .webaboutus_team_main {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width:768px) {
  .webaboutus_team {
    padding: 40px 0;
    overflow-x: hidden;
  }

  .webaboutus_team_main {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .team_members_list {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .team_member_card {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    box-sizing: border-box;
  }
}

@media (max-width:480px) {
  .webaboutus_team_main {
    padding: 0 10px;
  }

  .team_member_card {
    padding: 18px 12px;
  }

  .member_name {
    font-size: 20px;
  }

  .member_position {
    font-size: 14px;
  }
}

/* ============================
   联系页面响应式样式
   ============================ */

/* 基础布局样式 */
.webcontactinfor_con {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  box-sizing: border-box;
}

.webcontact_left {
  flex: 1;
}

.webcontact_right {
  flex: 1;
}


.person_info h4 {
  font-size: 18px;
  color: #333;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: bold;
}

/* 联系人内容布局 */
.person_content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.person_qrcode {
  flex: 0 0 120px;
  text-align: center;
}

.person_qrcode img {
  width: 120px;
  height: 120px;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 8px;
}

.person_qrcode p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.person_contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.contact_item {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #f9f9f9;
  border-radius: 6px;
}

.contact_item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact_item span {
  font-size: 14px;
  color: #666;
}

/* ============================
   响应式断点适配
   ============================ */

/* 大屏幕 (1200px以上) - 默认样式已定义 */

/* 中大屏幕 (1024px-1199px) */
@media (max-width: 1199px) {
  .webcontactinfor_con {
    gap: 35px;
    padding: 35px 0;
  }

  .person_qrcode {
    flex: 0 0 110px;
  }

  .person_qrcode img {
    width: 110px;
    height: 110px;
  }
}

/* 平板端 (768px-1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
  .webcontactinfor_con {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }


  .person_info h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .person_content {
    gap: 15px;
  }

  .person_qrcode {
    flex: 0 0 100px;
  }

  .person_qrcode img {
    width: 100px;
    height: 100px;
  }

  .person_qrcode p {
    font-size: 13px;
  }

  .contact_item {
    padding: 6px;
  }

  .contact_item span {
    font-size: 13px;
  }

  .person_contact {
    gap: 8px;
  }
}

/* 移动端 (481px-767px) */
@media (max-width: 767px) and (min-width: 481px) {
  .webcontactinfor_con {
    flex-direction: column;
    gap: 25px;
    padding: 20px 0;
  }

  .company_info {
    margin-bottom: 20px;
  }


  .person_info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* 改为垂直布局：二维码在上，联系方式在下 */
  .person_content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .person_qrcode {
    flex: none;
    order: 1;
  }

  .person_qrcode img {
    width: 100px;
    height: 100px;
  }

  .person_qrcode p {
    font-size: 12px;
  }

  .person_contact {
    order: 2;
    gap: 8px;
  }

  .contact_item {
    padding: 8px;
  }

  .contact_item img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .contact_item span {
    font-size: 13px;
  }
}

/* 小屏移动端 (361px-480px) */
@media (max-width: 480px) and (min-width: 361px) {
  .webcontactinfor_con {
    padding: 15px 0;
  }


  .contact_item {
    flex-direction: column;
    text-align: center;
    padding: 10px 5px;
  }

  .contact_item img {
    margin: 0 0 5px 0;
  }

  .person_qrcode img {
    width: 90px;
    height: 90px;
  }
}

/* 超小屏 (≤360px) */
@media (max-width: 360px) {
  .webcontactinfor_con {
    gap: 15px;
    padding: 10px 0;
  }


  .person_info h4 {
    font-size: 15px;
  }

  .contact_item span {
    font-size: 12px;
  }

  .person_qrcode img {
    width: 80px;
    height: 80px;
  }

  .person_qrcode p {
    font-size: 11px;
  }
}

/* 图片页面样式 - Images Gallery Layout */
.images-layout {
  display: flex;
  gap: 30px;
  margin: 30px auto;
  padding: 0 20px;
}

.images-main-content {
  flex: 2;
}

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

.images-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.images-info {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.images-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.images-info img {
  width: 16px;
  height: 16px;
}

/* 图片网格布局 */
.images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.image-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 宽高比 */
  overflow: hidden;
  background: #f5f5f5;
}

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

.image-item:hover .gallery-image {
  transform: scale(1.05);
}

/* 图片叠加层 */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-item:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-align: center;
}

.view-icon {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.overlay-content span {
  font-size: 14px;
  font-weight: 500;
}

/* 图片描述 */
.images-description {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* 图片导航 */
.images-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.images-nav li {
  flex: 1;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.images-nav li:hover {
  background: #e9e9e9;
}

.images-nav i {
  font-weight: bold;
  color: #666;
  font-style: normal;
}

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

.images-nav a:hover {
  color: #EF3B1B;
}

/* 图片查看模态框 */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.image-modal.active {
  display: block;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.modal-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  display: none;
}

.modal-close {
  font-size: 24px;
  cursor: pointer;
  color: white;
  line-height: 1;
  padding: 0;
  transition: color 0.3s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  color: #ccc;
}

.modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 40px;
  position: relative;
}

#modalImage {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.modal-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* 图片左右切换按钮 */
#prevImage {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 10002;
}

#nextImage {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 10002;
}

#prevImage::before {
  content: "‹";
  font-weight: bold;
}

#nextImage::before {
  content: "›";
  font-weight: bold;
}

.modal-btn {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.modal-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.modal-btn:disabled {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.image-counter {
  font-size: 14px;
  color: white;
  padding: 0 10px;
  font-weight: 500;
}

/* 防止页面滚动 */
body.modal-open {
  overflow: hidden;
}

/* 平板端适配 (≤1024px) */
@media (max-width: 1024px) {
  .images-layout {
    flex-direction: column;
    gap: 20px;
  }
  
  .images-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .images-title {
    font-size: 24px;
  }
  
  /* 禁用图片叠加层和放大功能 */
  .image-overlay {
    display: none !important;
  }
  
  .image-item {
    cursor: default;
  }
  
  .image-item:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .image-item:hover .gallery-image {
    transform: none;
  }
  
  .modal-content {
    width: 95%;
    height: 95%;
    margin: 2.5% auto;
  }
  
  .modal-controls {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* 手机端适配 (≤768px) */
@media (max-width: 768px) {
  .images-layout {
    padding: 0 15px;
  }
  
  .images-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .images-title {
    font-size: 22px;
  }
  
  .images-info {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  
  .images-description {
    padding: 15px;
  }
  
  .images-nav ul {
    flex-direction: column;
    gap: 15px;
  }
  
  .modal-content {
    width: 98%;
    height: 98%;
    margin: 1% auto;
  }
  
  .modal-header {
    padding: 12px 15px;
  }
  
  .modal-body {
    padding: 15px;
  }
  
  #modalImage {
    max-height: 60%;
  }
  
  .modal-controls {
    flex-direction: column;
    gap: 8px;
  }
  
  .view-icon {
    font-size: 20px;
  }
  
  .overlay-content span {
    font-size: 13px;
  }
}

/* 小手机端适配 (≤480px) */
@media (max-width: 480px) {
  .images-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .images-title {
    font-size: 20px;
  }
  
  .modal-title {
    font-size: 16px;
  }
  
  .modal-btn {
    padding: 10px 20px;
    width: 100%;
  }
  
  .image-counter {
    text-align: center;
    width: 100%;
  }
}

/* 自媒体平台页面样式 - 适配产品页面左右布局 */
.social-media-platforms {
  background: transparent;
  padding: 0;
  min-height: auto;
}

.platforms-container {
  margin: 0;
  padding: 0;
}

/* 页面标题区域 */
.platforms-header {
  text-align: center;
  margin-bottom: 50px;
}

.platforms-title {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.platforms-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.title-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  margin: 0 auto;
  border-radius: 2px;
}

/* 平台网格布局 - 适配右侧内容区域 */
.platforms-grid {
  display: grid;
  gap: 25px;
  margin-bottom: 30px;
}

.platform-category {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.platform-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.category-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #EF3B1B;
}

.category-title::after {
  display: none;
}

/* 平台行布局 */
.platforms-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
}

/* 平台项目样式 */
.platform-item {
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 15px 10px;
  background: #fafafa;
  border: 1px solid #eee;
}

.platform-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  background: white;
  border-color: #EF3B1B;
}

.platform-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* 平台图标 */
.platform-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.platform-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.platform-item:hover .platform-icon::before {
  opacity: 1;
}

.platform-icon i {
  font-size: 32px;
  color: white;
  transition: transform 0.3s ease;
}

.platform-item:hover .platform-icon i {
  transform: scale(1.1);
}

/* 不同平台的主色调 */
.platform-icon.wechat { background: linear-gradient(135deg, #07C160, #00AA47); }
.platform-icon.weixin-shipin { background: linear-gradient(135deg, #576b95, #4a5a7a); }
.platform-icon.douyin { background: linear-gradient(135deg, #fe2c55, #ff6b9d); }
.platform-icon.kuaishou { background: linear-gradient(135deg, #ff6b35, #f7931e); }
.platform-icon.xiaohongshu { background: linear-gradient(135deg, #ff2442, #ff6b9d); }
.platform-icon.bilibili { background: linear-gradient(135deg, #00a1d6, #5bb7db); }
.platform-icon.xigua { background: linear-gradient(135deg, #ff6347, #ff8c69); }
.platform-icon.zhihu { background: linear-gradient(135deg, #0084ff, #0066cc); }
.platform-icon.toutiao { background: linear-gradient(135deg, #d4237a, #f23c6e); }
.platform-icon.weibo { background: linear-gradient(135deg, #e6162d, #ff4757); }
.platform-icon.taobao { background: linear-gradient(135deg, #ff4757, #ff6348); }
.platform-icon.jingdong { background: linear-gradient(135deg, #e60012, #ff4757); }
.platform-icon.jianshu { background: linear-gradient(135deg, #ea6f5a, #f19066); }
.platform-icon.csdn { background: linear-gradient(135deg, #fc5531, #ff6348); }

/* 平台名称和描述 */
.platform-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.platform-item:hover .platform-name {
  color: #EF3B1B;
}

.platform-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.3;
  margin: 0;
}

/* 页脚统计区域 */
.platforms-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.footer-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.stat-item {
  text-align: center;
  background: #f8f9fa;
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.stat-number {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #EF3B1B;
  margin-bottom: 3px;
}

.stat-label {
  font-size: 12px;
  color: #666;
}

.footer-tip {
  text-align: center;
  background: #f8f9fa;
  padding: 12px 20px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid #e9ecef;
}

.footer-tip p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.tip-icon {
  margin-right: 8px;
  font-style: normal;
}

/* 平板端适配 (≤1024px) */
@media (max-width: 1024px) {
  .platforms-container {
    padding: 0 15px;
  }
  
  .platforms-title {
    font-size: 32px;
  }
  
  .platform-category {
    padding: 25px 20px;
  }
  
  .platforms-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }
  
  .platform-icon {
    width: 70px;
    height: 70px;
  }
  
  .platform-icon img {
    width: 50px;
    height: 50px;
  }
  
  .platform-item {
    padding: 15px 10px;
  }
}

/* 手机端适配 (≤768px) */
@media (max-width: 768px) {
  .social-media-platforms {
    padding: 30px 0;
  }
  
  .platforms-container {
    padding: 0 10px;
  }
  
  .platforms-header {
    margin-bottom: 30px;
  }
  
  .platforms-title {
    font-size: 28px;
  }
  
  .platforms-grid {
    gap: 25px;
  }
  
  .platform-category {
    padding: 20px 15px;
  }
  
  .category-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .platforms-row {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
  }
  
  .platform-icon {
    width: 60px;
    height: 60px;
  }
  
  .platform-icon img {
    width: 40px;
    height: 40px;
  }
  
  .platform-name {
    font-size: 14px;
  }
  
  .platform-desc {
    font-size: 12px;
  }
  
  .footer-stats {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
  }
  
  .stat-number {
    font-size: 24px;
  }
  
  .footer-tip {
    padding: 12px 20px;
  }
  
  .footer-tip p {
    font-size: 13px;
  }
}

/* 小手机端适配 (≤480px) */
@media (max-width: 480px) {
  .platforms-title {
    font-size: 24px;
  }
  
  .platforms-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .platform-item {
    padding: 12px 8px;
  }
  
  .platform-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  
  .platform-icon img {
    width: 35px;
    height: 35px;
  }
  
  .platform-name {
    font-size: 13px;
  }
  
  .platform-desc {
    display: none;
  }
  
  .footer-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .stat-item {
    padding: 15px 10px;
  }
  
  .stat-number {
    font-size: 20px;
  }
}

/* ========================================
   Viewer.js 图片查看器优化样式
   ======================================== */

/* 荣誉资质图片添加点击提示 */
.webahonor_img img {
  cursor: zoom-in;
}

.webahonor_img img:hover {
  opacity: 0.9;
}

/* Viewer.js 移动端优化 */
@media (max-width: 767px) {
  .viewer-toolbar {
    font-size: 14px !important;
    padding: 5px !important;
  }

  .viewer-navbar {
    display: none !important;
  }

  .viewer-title {
    font-size: 14px !important;
    padding: 10px !important;
    background: rgba(0, 0, 0, 0.6) !important;
  }

  .viewer-button {
    width: 35px !important;
    height: 35px !important;
  }

  .viewer-footer {
    display: none !important;
  }
}

/* Viewer.js 平板端优化 */
@media (min-width: 768px) and (max-width: 1024px) {
  .viewer-toolbar {
    font-size: 16px !important;
  }

  .viewer-title {
    font-size: 16px !important;
  }
}

/* 自定义 Viewer.js 主题色 */
.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.viewer-toolbar > li:hover {
  background-color: rgba(239, 59, 27, 0.8) !important;
}

.viewer-button:hover {
  background-color: rgba(239, 59, 27, 0.8) !important;
}