body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,

figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Microsoft YaHei, Arial";
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

em {
  font-style: normal;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

label {
  max-width: inherit
}

.textAlignCenter {
  text-align: center;
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0
}

img {
  border: none;
  vertical-align: middle;
}

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

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.h-100 {
  height: 100%;
}

.news1200 {
  width: 90%;
  margin: 0 auto;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #155eac;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #e9b101;
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: #155eac;
  /*蓝色*/
}

/*滚动条 end*/
/*搜索弹框*/
.search_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #e5e5e5;
  padding: 0 80px;
  display: none;
  box-sizing: border-box;
}

.search_headeri {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.search_headeri .inp {
  width: calc(100% - 210px);
  position: relative;
  background-color: #fff;
}

.search_headeri .inp img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px
}

.search_headeri .inp input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background: transparent;
  padding-left: 30px;
  font-size: 16px;
  color: #333;
}

.search_headeri .inp input::placeholder {
  color: #ccc;
}

.search_headeri .close {
  width: 30px;
  height: 30px;
  background: #c3c3c3;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 45px;
}

.search_headeri .close::before,
.search_headeri .close::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.search_headeri .close::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.search_headeri .btn {
  background: #155eac;
  border-radius: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 45px;
  display: block;
  border: none;
}

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

/*搜索弹框结束*/

.header {
  background-color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 66;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header h1 img {
  margin: 10px 0;
  width: 150px;
}

.search {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  width: 48px;
  height: 48px;
  margin-top: 25px;
  margin-left: 30px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 3px 14px 32px rgba(15, 46, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search,
.nav {
  display: none;
}

.nav>ul>li.active>a,
.nav a:active,
.nav>ul>li>a:hover {
  color: #155eac;
  border-bottom: 4px solid #155eac;
}

.nav li {
  float: left;
  display: block;
  position: relative;
}

.nav li a {
  padding: 0px 15px;
  display: block;
  position: relative;
  font-size: 21.34px;

}

.nav>ul>li {
  margin: 0 35px;
}

.nav>ul>li>a {
  padding: 34px 0;
  border-bottom: 4px solid #fff;
}

.nav a.hov {
  color: #155eac;
  position: relative;
  z-index: 10;
}

.nav .subnav {
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -90px;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 180px;
  display: none;
}

.nav .subnav li {
  float: none;
}

.nav .subnav li a {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.nav .subnav li a:hover {
  background-color: #155eac;
  color: #fff;
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 56px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 4px;
  background: #155eac;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174F90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  background: none #155eac;
  color: #fff;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
  background: none #155eac;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  /*background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;*/
}

.searchMbox {
  background-color: #155eac;
  padding: 20px 34px 20px 18px;
}

.searchM-txt {
  box-sizing: border-box;
  height: 36px;
  line-height: 100%;
  border: 0px none;
  margin: 0px auto;
  width: 100%;
  padding: 0px 40px;
  color: #fff;
  background: url(../images/search.png) no-repeat scroll 15px center #4779c6;
  background-size: 25px;
}


.langage {
  padding-top: 10px;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
  display: none;

}

.langage .langageTop {
  background-color: #155eac;
  border-radius: 30px;
  color: #fff;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.langage .langageTop img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.langage i {
  background-image: url(../images/jiantou.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 30px;
}

.langage .langageText {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  width: 100px;
  text-align: center;
  padding: 10px;
  margin-left: -60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.langage:hover .langageText {
  opacity: 1;
  visibility: visible;
}

.langage .langageText a {
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f8f9fa;
  font-size: 14px;
}

.langage .langageText a:hover {
  background-color: #155eac;
  color: #fff;
}

.langage .langageText a:last-child {
  border-top: 1px solid #f8f9fa;
}

.banner {
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.banner .swiper-pagination {
  left: 10% !important;
  bottom: 50px !important;
}

.banner .fifthBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, .2);
  bottom: 50px;
  margin-top: -30px;
}

.banner #fifthBtn2 i {
  transform: rotate(180deg);
}

.banner .fifthBtn i {
  background-image: url(../images/icon_arrow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.banner #fifthBtn1 {
  right: calc(100% - 1640px);
}

.banner #fifthBtn2 {
  right: calc(100% - 1737px);
}

.banner .fifthBtn:hover {
  background-color: #dbe5f5;
}

.banner .fifthBtn:hover i {
  background-image: url(../images/icon_arrow1.png);
}

.title .titleH1 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.title p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  margin: 50px auto 0;
}

.titleWhite p,
.titleWhite .titleH1 {
  color: #fff;
}

.first {
  background-image: url(../images/hjpg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}

.firstTop {
  position: relative;
  height: auto;
  margin: 40px 0;
}

.firstTop ul li {
  width: 170px;
  height: 182px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/f1.png);
  background-repeat: no-repeat;

  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
}

.firstTop ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.firstTop ul li:hover {
  background-image: url(../images/f1_1.png);
}

.firstTop ul li:hover p {
  color: #fff;
}

.firstTop ul li p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

.firstTop ul li:nth-of-type(4),
.firstTop ul li:nth-of-type(2) {
  top: inherit;
}

.firstTop ul li:nth-of-type(3) {
  top: inherit;
}

.firstTop::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/hjh.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 315px;
}

.firstTop ul,
.firstBottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.firstBottom ul li {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  position: relative;
  animation: float 3s ease-in-out infinite;
}

.firstBottom ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 定义上下浮动动画 */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* 为不同的li元素设置不同的动画延迟，形成错落有致的效果 */
.firstBottom ul li:nth-child(1) {
  animation-delay: 0s;
}

.firstBottom ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.firstBottom ul li:nth-child(3) {
  animation-delay: 0.4s;
}

.firstBottom ul li:nth-child(4) {
  animation-delay: 0.6s;
}

.firstBottom ul li:nth-child(5) {
  animation-delay: 0.8s;
}

.firstBottom ul li:nth-child(6) {
  animation-delay: 1s;
}

.firstBottom ul li:nth-of-type(odd) {
  top: inherit;
}

.firstBottom ul li p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: center;
}

.caseRight .caseBtnBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: #e7eff7;
}

.caseRight #caseBtn6 i,
.caseRight #caseBtn2 i {
  transform: rotate(180deg);
}

.caseRight .caseBtnBox i {
  background-image: url(../images/icon_arrow1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  display: inline-block;
}

/* .caseRight #caseBtn1 {
  right: calc(100% - 1640px);
}

.caseRight #caseBtn2 {
  right: calc(100% - 1737px);
} */
.caseLeft .padding {
  padding: 20px;
}

.caseLeft .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.caseRight .caseBtnBox:hover {
  background-color: #fff;
  box-shadow: 3px 14px 32px rgba(15, 46, 72, 0.2);
}

.second {
  margin: 50px 0;
}

.case {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.case .caseLeft {
  width: 100%;
}

.case .caseRight {
  width: 100%;
}

.case .caseRight .padding {
  position: relative;
}

.case .caseRight .padding:before,
.case .caseRight .padding:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../images/kl.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.case .caseRight .padding:after {
  bottom: -48px;
  left: 0;

}

.case .caseRight .padding:before {
  transform: rotateY(180deg);
  right: 0;
  top: -10px;
}

.case .caseRight p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.case .caseRight p img {
  height: 70px;
}

.caseRight .caseBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 80px;
}

.secondPingjia .caseRight .caseBtn {
  justify-content: flex-start;
}

.third {
  background-image: url(../images/xcv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
}

.more {
  margin: 60px auto 0;
  /* text-align: center; */
}

.more a {
  /* 按钮尺寸 */

  width: 165px;
  height: 46px;

  /* 深蓝色背景，可根据实际调整 */
  border-radius: 50px;
  /* 圆角大小 */
  border: 1px solid #ffffff;
  /* 文字样式 */
  color: #ffffff;
  font-size: 14px;
  text-align: center;

  /* 箭头样式 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* 文字与箭头间距 */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}

.more a i {
  background-image: url(../images/jianto44u.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.more a:hover {
  border: 1px solid #f48e10;
  background-color: #f48e10;
  color: #fff !important;
}

.more.moreGray a {
  border: 1px solid #aebfc9;
  /* 文字样式 */
  color: #aebfc9;
}

.more.moreGray a i {
  background-image: url(../images/jianto44u5.png);
}

.more.moreGray a:hover i {
  background-image: url(../images/jianto44u.png);
}

.third .bglogo {
  text-align: center;
  margin: 50px 0 30px;
}

.third .bglogo img {
  height: 25px;

}



.number_list ul {
  display: flex;
  justify-content: space-between;
}

.number_list li {
  display: inline-block;
  text-align: center;
  width: 33.3%;
}

.number_list li h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.number_list li h3 span {
  font-size: 14px;
  top: -22px;
  display: inline-block;
  position: relative;
}

.number_list li h4 {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.fourth {
  margin: 50px 0;
}

.form-card {
  margin-top: 30px;
}

.form-card .form-flex {
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-card .form-flex .form-group {
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}

.form-group .num {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.form-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-input,
.form-textarea {
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #1a2639;
  background-color: #f0f3f8;
  transition: border 0.2s, box-shadow 0.2s, background 0.2s;
  line-height: 1.5;
  outline: none;
  font-family: inherit;
  resize: vertical;
  box-sizing: border-box;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9aaebb;
  font-weight: 400;
  font-size: 0.98rem;
  letter-spacing: 0.3px;
  opacity: 1;
}

.form-textarea {
  min-height: 240px;
  resize: none;
}

.submit-btn {
  display: inline-block;
  width: 180px;
  background: #155eac;
  color: white;
  border: none;
  border-radius: 40px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 20px;
}

.reset-btn:hover,
.submit-btn:hover {
  background: #f28f02;
  transform: translateY(-2px);
  box-shadow: 0 16px 24px rgba(30, 59, 74, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
}

.submit-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 10px rgba(30, 59, 74, 0.2);
}

.reset-btn {
  display: inline-block;
  width: 180px;
  color: #c6ced9;
  border: 1px solid #c6ced9;
  border-radius: 40px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 20px;
  background-color: #fff;
  margin-right: 30px;
}

.footer {
  background-color: #fbfbfb;
  padding-top: 50px;
}

.footerBottom {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding: 30px 0;
  text-align: center;
}

.footerBottom p {
  font-size: 15px;
  color: #999999;
}

.footerBottom ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.footerBottom ul li a {
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.footerBottom ul li:after {
  content: "|";
  position: absolute;
  right: -3px;
  font-size: 18px;
  color: #ccc;
  top: -2px;
}

.footerBottom ul li:last-child:after {
  content: "";
}

.footerBottom ul li:hover a {
  color: #007bff;
}

.footerTop {
  /* display: flex; */
  justify-content: space-between;
  margin-bottom: 50px;
  text-align: center;
}

.footerTop .footerTopRight,
.footerTop .footerTopLeft {
  width: 100%;
}

.footerTop .footerTopLeft {
  margin-bottom: 20px;
}

.footenhgj .footerTopRight {
  display: none;
}



.footerTop .footerTopLeft>img {
  height: 40px;
  margin-bottom: 30px;
}

.footerTop .footerTopLeft ul li {
  display: inline-block;
  margin-left: 30px;
}

.footerTop .footerTopLeft ul li:first-child {
  margin-left: 0;
}

.footerTop .footerTopLeft ul li img {
  width: 120px;
  height: 120px;
}

.footerTop .footerTopLeft ul li p {
  font-size: 15px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}

/* 导航容器 */
.footerTopRight {
  /* display: flex; */
  justify-content: space-between;
}

/* 每个导航列 */
/* .footerTopRight .nav-column {
  width: 20%;
} */

.footerTopRight .nav-column:last-child {
  margin-right: 0;
}

/* 列标题 */
.footerTopRight .nav-column .nav-column-title {
  font-size: 21.34px;
  margin-bottom: 20px;
  color: #222;
}

/* 链接列表 */
.footerTopRight .nav-column ul {
  list-style: none;
}

.footerTopRight .nav-column ul li {
  line-height: 2.2;
}

.footerTopRight .nav-column ul li a {
  text-decoration: none;
  color: #999;
  font-size: 18px;
  transition: color 0.2s;

}

.footerTopRight .nav-column ul li a:hover {
  color: #155eac;
}

.addressList dl dt {
  font-size: 18px;
  color: #999;
  margin-bottom: 10px;
}

.addressList dl dd {
  font-size: 15px;
  color: #999;
}

/* 子页 */
/* .ziyebanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
} */
.ziyebanner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .ziyebanner .swiperBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ziyebanner h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.ziyebanner p {
  font-size: 16px;
  color: #fff;
} */

.houor {
  background-image: url(../images/hjpg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}

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

.fifthBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 103px;
  background-image: url(../images/nhk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.fifthBox .mySwiper1 {
  width: 85%;
  margin: 0 auto;
}

.fifthBox .mySwiper1 .fifthBoxImg {
  background-image: url(../images/bgj.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 246px;
  height: 340px;
  padding: 13px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.fifthBox .mySwiper1 .fifthBoxImg:after {
  content: "";
  position: absolute;
  left: -44px;
  top: 0;
  width: 44px;
  height: 100%;
  background-image: url(../images/lkkj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%
}

.fifthBox .mySwiper1 .fifthBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fifthBox .fifthBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: rgba(16, 30, 65, .07);
  top: 50%;
  margin-top: -30px;
}

#fifthBtn2 i {
  transform: rotate(180deg);
}

.fifthBox .fifthBtn i {
  background-image: url(../images/icon_arrow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.houor #fifthBtn1 {
  left: 0;
}

.houor #fifthBtn2 {
  right: 0;
}

.fifthBox .fifthBtn:hover {
  background-color: #dbe5f5;
}

.fifthBox .fifthBtn:hover i {
  background-image: url(../images/icon_arrow1.png);
}

/* contact.html */
.contact-container {
  /* display: flex; */
  justify-content: space-around;
  align-items: flex-start;
  background-color: #fff;
  padding: 40px 0;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-top: 40px;
}

.contact-item {
  flex: 1;
  text-align: center;
  padding: 0 50px;
  position: relative;
  margin: 20px 0;
}

.contact-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80px;
  background-color: #cfd9e9;
  display: none;
}

.contact-item .icon {
  margin: 0 auto 16px;
}

.contact-item .icon img {
  width: 60px;
  height: 60px;
}

.contact-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.contact-item .content {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.mapLis {
  margin-top: 40px;
}

.mapLis img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* news */
.newsfirst {
  background-color: #fff;
  margin-bottom: 60px;
  border-radius: 20px;

}

.newsfirst .newsFirstLeft {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
}

.newsfirst .flexBox {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.newsfirst .newsFirstLeft img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 20px;
}


.newsfirst .newsFirstLeft img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.newsfirst .newsFirstRight {
  width: 100%;
  flex-shrink: 0;
  margin-top: 20px;

}

.newsfirst .newsFirstRight .more {
  margin-top: 40px;
}

.newsfirst .newsFirstRight .padding {
  padding: 0px 30px;
}

.newsFirstRight .firstRightBox p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  margin-bottom: 40px;
  text-align: justify;
}

.newsFirstRight .firstRightBox p:last-child {
  margin-bottom: 0;
}

/* .newsFirstRight .firstRightBox a {
  color: #172a88;
  font-size: 14px;
}

.newsFirstRight .firstRightBox a:hover {
  text-decoration: underline;
} */

.newsFirstRight .newsTitle span {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 15px;
}

.newsFirstRight .newsTitle p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.newsBoxContect .card {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  float: inherit;
  overflow: hidden;
  display: block;

}

.newsBoxContect .card .card-img {
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

.newsBoxContect .card:nth-child(3n) {
  margin-right: 0;
}

.newsBoxContect .card:hover .card-img img {
  transform: scale(1.1);
}

.newsBoxContect .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* .newsBoxContect .card-content {
  margin-top: 36px;
} */

.newsBoxContect .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /* 两行省略号 */
  height:auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制文本显示为2行 */
}

.news-taol a:hover,
.newsBoxContect .card:hover .card-title {
  color: #155eac;
}

.newsBoxContect .card-time {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.newsBoxContect .card-desc {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制文本显示为3行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  word-break: break-all; /* 允许在单词内换行 */
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination li a ,
.pagination li>span,
.pagination input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.pagination a:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}

/* .pagination .active {
  background-color: #155eac !important;
 
} */
.pagination .active span{
  background-color: #155eac !important;
   border-color: #155eac !important;
  color: #fff !important;
  font-weight: 500;
}
/* .pagination .disabled {
  color: #9ca3af;
  cursor: not-allowed;
} */

.pagination .dots {
  border: none;
  background: transparent;
  padding: 0 4px;
}

.pagination .jump {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}

.pagination .jump input {
  width: 60px;
  text-align: center;
  padding: 0 4px;
}

.pagination .jump span {
  border: none;
  background: transparent;
  padding: 0;
}

.pagination i {
  display: inline-block;
  width: 13px;
  height: 5px;
  background-size: cover;
  background-image: url(../images/255.png);
  background-position: center center;
  margin-right: 10px;
}

.pagination .prev i {
  margin-right: 10px;
}

.pagination .next i {
  transform: rotateY(180deg);
  margin-left: 10px;
}




.page_desc {
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
}

.page_desc li {
  display: inline-block;
  margin: 0 2px;
}

.page_desc li>span,
.page_desc li a {
  padding: 6px 11px;
  display: inline-block;
  border: 1px solid #d0d2d2;
  color: #999999;
  background-color: #fff;
  border-radius: 3px;
}

.page_desc li span.current,
.page_desc li a:hover {
  background: #d60000;
  color: #fff;
  border: 1px solid #d60000;
}

.page_desc li a span {
  width: 9px;
  display: block;
  position: relative;
}

.newsDetailRightTilt {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 35px;
}

.newsDetailLeft {
  width: 100%;
}

.newsDetailRight {
  width: 100%;
  margin-top: 20px;
}

.newsDetailFlex {
  margin: 60px 0;
}

.newsDetailLeft .titall {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.newsDetailLeft .span {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

.news-list .news-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  display: block;
}

/* 最后一项去掉下边框 */
.news-list .news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 图片 */
.news-list .news-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  margin-bottom: 16px;
}

/* 时间 */
.news-list .news-time {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}

/* 标题 */
.news-list .news-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
}

.newsTextAll p {
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: justify;
}

.newsTextAll p img {
  max-width: 100%;
}

.news-taol {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.news-taol a {
  font-size: 16px;
  color: #999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  line-height: 3;
}

.technical .form-input,
.technical .form-textarea {
  background-color: #fff;
}

/* 上传 */
.upload-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.upload-label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.upload-btn {
  position: relative;
  display: inline-block;
}

.upload-btn span img {
  width: 25px;
  height: 25px;
}

.upload-button {
  width: 200px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #155eac;
  border-radius: 8px;
  color: #155eac;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.upload-button:hover {
  background-color: #e6f7ff;
  border-color: #40a9ff;
}

.upload-button:active {
  background-color: #bae7ff;
  border-color: #096dd9;
}

.upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.file-list {
  margin-top: 20px;
  width: 360px;
}

.file-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.file-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.file-icon {
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1890ff;
}

.file-info {
  flex: 1;
  min-width: 0;
}

.file-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.file-remove {
  width: 24px;
  height: 24px;
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
  border-radius: 4px;
  color: #ff4d4f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.3s ease;
}

.file-remove:hover {
  background-color: #ffccc7;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background-color: #f0f0f0;
  border-radius: 2px;
  margin-top: 8px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #1890ff;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.aboutFirst {
  background-image: url(../images/aboutbg.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
}

.aboutFirst .aboutFirstFix {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.aboutFirstFix .aboutFirstLeft {
  width: 200px;
  margin: 0 auto 20px;
}

.aboutFirstFix .aboutFirstLeft img {
  width: 100%;
  height: auto;
}

.aboutFirstFix .aboutFirstRight {
  width: 100%;
}

.aboutFirstFix .aboutFirstRight p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  text-align: justify;
}

.aboutFirstFix .aboutFirstRight p.p1 {
  font-size: 24px;
}

.aboutSecond {
  margin: 40px 0;
}

.aboutSecondBox {
  background-image: url(../images/hh.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
}

.aboutSecondBox dl {
  width: 33.3%;
  text-align: center;
  height: 180px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.aboutSecondBox dl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.aboutSecondBox dl:hover::after {
  opacity: 1;
}

.aboutSecondBox dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.aboutSecondBox dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}

.aboutThird {
  margin: 40px 0;
}

.aboutThirdBox {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.item-aboutThirdBox {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.item-aboutThirdBox dt {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
}
.item-aboutThirdBox dd{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.item-aboutThirdBox dd p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.item-aboutThirdBox dd p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/nb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  margin-right: 25px;
}

.productBox {
  background-color: #fff;
  padding: 15px;
  margin-top: 30px;
  box-shadow: 0 6px 8px rgba(51, 100, 169, 0.15);
  border-radius: 15px;
}

.productBoxTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.productBoxTop::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #b8cee6;
}

.productBoxTop p {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.productBoxTop p::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f28f02;
}

.productBoxTop p span {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.productBoxTop i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/jhr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.productBoxBottom {
  margin-left: 0px;
  margin-bottom: 50px;
}

.productBoxBottom ul li {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.productBoxBottom ul li a {
  font-size: 16px;
  color: #6b869d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.productBoxBottom ul li a:hover {
  color: #f28f02;
}


/* 送样 */
.productDetailBG {
  background-image: url(../images/aboutbg.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 60px;
}

.textajjk-container {
  border-radius: 8px;
  overflow: hidden;
  border-left: 1px solid #e9ecef;
  margin-top: 70px;
}

.textajjk-container .responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.textajjk-container .responsive-table thead {
  background-color: #f8f9fa;
}

.textajjk-container .responsive-table th {
  padding: 36px 40px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  box-sizing: border-box;
  background-color: #eff5fd;
  border-top: 1px solid #e9ecef;
}

.textajjk-container .responsive-table td {
  padding: 0 40px;
  height: 80px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
  font-size: 24px;
  color: #333333;
  border-right: 1px solid #e9ecef;
  box-sizing: border-box;
}

.textajjk-container .responsive-table th {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
}

.textajjk-container .responsive-table tbody tr:hover {
  background-color: #f8f9fa;
}

.textajjk-container .responsive-table td.rowspan1 {
  width: 240px;
}

/* 响应式适配 */
@media (max-width: 1700px) {
  .textajjk-container .responsive-table th,
  .textajjk-container .responsive-table td {
    font-size: 21px;
    padding: 16px 20px;
  }
}
@media (max-width: 1600px) {
  .textajjk-container .responsive-table th,
  .textajjk-container .responsive-table td {
    font-size: 18px;
    padding: 16px 20px;
  }
}
@media (max-width: 1200px) {

  .textajjk-container .responsive-table th,
  .textajjk-container .responsive-table td {
    font-size: 16px;
    padding: 16px 20px;
  }
}

@media (max-width: 992px) {
  .textajjk-container .responsive-table td.rowspan1 {
    width: 100%;
  }

  .textajjk-container .responsive-table thead {
    display: none;
  }

  .textajjk-container .responsive-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
  }

  .textajjk-container .responsive-table th,
  .textajjk-container .responsive-table td {
    font-size: 15px;
    padding: 16px 20px;
  }

  .textajjk-container .responsive-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    text-align: right;
    border-bottom: 1px solid #e9ecef;
  }

  .textajjk-container .responsive-table td:last-child {
    border-bottom: none;
  }

  .textajjk-container .responsive-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #495057;
    text-align: left;
    flex: 1;
    margin-right: 10px;
  }
}

/* 详情 */
.productDetail {
  margin-top: 30px;
}

.productDetail .productDetailLeft {
  width: 100%;
}

.productDetail .productDetailRight {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  /* box-shadow: 0 6px 8px rgba(51, 100, 169, 0.15); */
  border-radius: 15px;
  box-sizing: border-box;
}

.accordion-item {
  border-bottom: 2px solid #ebedf0;
}

.accordion-item.active {
  border-bottom: 2px solid #155eac;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 20px;
  cursor: pointer;
  /* background-color: #ffffff; */
  transition: background-color 0.2s ease;
}

.accordion-header:hover {
  background-color: #fafafa;
}

/* .accordion-header.active {
  color: #333;
} */

.accordion-title {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}

.accordion-header.active .accordion-title,
.accordion-header.active .accordion-subtitle {
  color: #333;
}

.accordion-subtitle {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}

.accordion-icon {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease;
  border-radius: 50%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-icon i {
  display: inline-block;
  background-image: url(../images/icon-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 13px;
}

.accordion-header.active .accordion-icon {
  background-color: #155eac;
}

.accordion-header.active .accordion-icon i {
  transform: rotate(270deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;

  /* background-color: #ffffff; */
}

.accordion-content.active {
  max-height: 300px;
  padding-bottom: 30px;
}

.accordion-link {
  display: block;
  padding: 17px 20px 17px 40px;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  transition: background-color 0.2s ease;
  border-radius: 15px;
}

.accordion-link:hover {
  background-color: #f5f5f5;
}

.accordion-link.active {
  background-color: #e6f2ff;
  color: #155eac;
  font-weight: 500;
}

.productDetailRightTop {
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 30px;
}

.productDetailRightTop:after {
  content: "";
  position: absolute;
  background-image: url(../images/jhr.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}

hr {
  background-color: #e9ecef;
  margin: 30px 0;
}

.productDetailRight p {
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: justify;
}

.productDetailRight p img {
  max-width: 100%;
}

/* 验证码 */
.fromFiex {
  flex-direction: row;
  gap: 20px;
}

.hunhe,
.hunhe>div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hunhe>div label {
  flex-shrink: 0;
  margin-bottom: 0;
}

.hunhe img {
  width: 110px;
  height: 45px;
}

/* 侧边栏容器 */
.sidebar {
  position: fixed;
  right: 20px;
  bottom: 15%;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.sidebar .sidebar-padding {
  background-color: #fff;
  width: 70px;
  padding: 7px 0;
  border-radius: 70px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 每个菜单项 */
.sidebar-item {
  position: relative;
  width: 56px;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  margin: auto;
}

.sidebar-item .padding {
  width: 100%;
  text-align: center;
  padding: 15px 7px;
  box-sizing: border-box;
}

.sidebar-item:hover {
  background: #155eab;
}

.sidebar-item:hover .padding p {
  color: #fff;
}

/* 图标样式 */
.sidebar-item .icon {
  width: 26px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 10px;
}

.sidebar-item.sidebar-item1 .icon {
  background-image: url(../images/tels.png);
}

.sidebar-item1:hover .icon{
  background-image: url(../images/tels1.png);
}
.sidebar-item.sidebar-item2 .icon {
  background-image: url(../images/weixin.png);
}

.sidebar-item2:hover .icon{
  background-image: url(../images/weixin1.png);
}
.sidebar-item.sidebar-item3 .icon {
  background-image: url(../images/zixun.png);
}

.sidebar-item3:hover .icon{
  background-image: url(../images/zixun1.png);
}
.sidebar-item.sidebar-item4 .icon {
  background-image: url(../images/ss.png);
}

.sidebar-item4:hover .icon{
  background-image: url(../images/ss1.png);
}
.sidebar-item p {
  font-size: 13.34px;
  color: #333333;
}

/* 二维码卡片（默认隐藏） */
.qrcode-card {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 172px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.qrcode-card p{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.qrcode-card span{
  font-size: 16px;
  color: #155eab;
}
/* 鼠标悬浮时显示二维码 */
.sidebar-item:hover .qrcode-card {
  opacity: 1;
  visibility: visible;
  right: 100px;
}

.qrcode-card img {
  width: 100%;
  display: block;
}
.sidebar-top{
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-top .icon{
background-image: url(../images/top.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 14px;
height: 14px;
}
