@charset "utf-8";
/* top */
.top {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.topitem {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.head {
  width: 100%;
}
.logo {
  width: 180px;
  background-color: rgba(0, 46, 125, 0);
}
.logo a {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.head_r {
  height: 100%;
}
.nav > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
  margin: 0px 27px;
  display: block;
  transition: all .3s ease;
  display: inline-block;
  position: relative;
}
.nav > ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #ffffff; /* 横线颜色 */
  transition: width 0.3s ease-in-out; /* 动画时间 */
}
.fixednav .nav > ul > li > a::after {
  background-color: #0c67b1;
}
.nav > ul > li > a:hover::after {
  width: 100%; /* 当鼠标悬停时，横线宽度变为100% */
}
/* .nav>ul>li.active {
    background-color: rgba(0, 46, 125, 0.8);
} */
.nav > ul > li.active > a {
  color: #ffffff;
}
.ernav {
  position: absolute;
  top: 80px;
  z-index: 99;
  display: none;
  transition: all 0s;
}
.fixednav .ernav {
  top: 65px;
}
.ernavitem {
  width: 100%;
  height: 360px;
}
.ernav_l {
  text-align: left;
}
.ernav_l h3 {
  font-size: 42px;
  font-family: Poppins-SemiBold;
  color: #ffffff;
  text-transform: uppercase;
}
.ernav_l h3 i {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-family: Poppins-Medium;
  color: #ffffff;
  font-style: normal;
  padding: 0px 15px;
}
.ernav_l h3 span {
  font-size: 18px;
  font-family: Poppins-Medium;
  color: #ffffff;
}
.ernav_l p {
  line-height: 28px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #ffffff;
  opacity: .7;
}
.ernav_l ul {}
.ernav_l ul li {
  width: 150px;
}
.ernav_l ul li a {
  padding: 10px 28px;
  display: block;
  background-color: rgba(12, 103, 177, 0.8);
  color: #ffffff;
}
.ernav_r {
  width: 400px;
  text-align: center;
}
.ernav_r img {
  height: 228px;
  width: 100%;
  object-fit: cover;
}
.ernav_r p {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #ffffff;
  margin-top: 20px;
}
.ernav a {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  display: block;
}
.nav > ul > li:hover .ernav {
  display: block;
}
.nav > ul > li .ernav a:hover {
  color: #ffffff;
  background-color: #065493;
}
.top_lang {
  position: relative;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.langitem {
  position: absolute;
  width: 110px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -50px;
  top: 100px;
  text-align: center;
  display: none;
  z-index: 9;
}
.langitem a {
  padding: 0px 10px;
}
.langitem a img {
  height: 20px;
}
.langitem a span {
  font-size: 14px;
  line-height: 30px;
}
.top_lang:hover .langitem {
  display: block;
}
.top_search {
  margin-left: 45px;
}
.top_searchico {
  cursor: pointer;
}
.searchitem {
  position: fixed;
  width: 100vw;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  display: none;
}
.searchform {
  justify-content: center;
  height: 100px;
}
.searchform input {
  width: 70%;
  height: 50px;
  border: 1px solid #cccccc;
  padding-left: 20px;
  font-size: 14px;
}
.searchform button {
  width: 10%;
  height: 50px;
  border: 0px;
  background-color: #0c67b1;
  color: #ffffff;
  font-size: 14px;
}
.searchclose img {
  width: 22px;
  margin-left: 20px;
  filter: brightness(100%) grayscale(100%) invert(.3);
  cursor: pointer;
}
.fixednav {
  background-color: #ffffff;
  transition: all .7s ease;
}
.fixednav .logo {
  background: none;
  display: none;
  transition: all .3s ease;
}
.fixednav .topitem {
  0 0 10px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  border: 0px;
  transition: all .3s ease;
}
.logo2 {
  display: none;
  width: 180px;
  transition: all .3s ease;
}
.fixednav .logo2 {
  display: block;
}
.fixednav .nav > ul > li > a {
  color: #333333;
  line-height: 65px;
  transition: all .3s ease;
}
.fixednav .nav > ul > li.active > a {
  color: #0c67b1;
  font-weight: normal;
}
/* banner */
.banner_img {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .banner_img {
    width: 165%;
    max-width: none;
  }
}
.banner_pag .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0px;
  opacity: 1;
  background-color: #ffffff;
  margin: 0px 6px !important;
}
.banner_pag .swiper-pagination-bullet-active {
  background-color: #ffb900;
}
.bannerswiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner_desc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 15%;
  overflow: hidden;
}
.banner_desc h2 {
  font-size: 48px;
  color: #ffffff;
  width: 100%;
}
.banner_desc p {
  font-size: 20px;
  color: #ffffff;
  padding-top: 15px;
  width: 100%;
}
@media (max-width: 650px) {
  .banner_desc {
    padding-top: 12%;
  }
  .banner_desc h2 {
    font-size: 6vw;
    font-weight: bold;
    width: 98%;
    line-height: 8vw;
  }
  .banner_desc p {
    font-size: 4vw;
  }
}
/* 首页产品 */
.idx_item {
  padding: 100px 0px;
}
@media (max-width: 750px) {
  .idx_item {
    padding: 70px 0 70px 0;
  }
}
.idx_titles h3 {
  font-size: 48px;
  color: #222222;
}
.idx_titles p {
  padding: 20px 8px 0 8px;
  max-width: 800px;
  margin: 0 auto;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 650px) {
  .idx_titles p {
    font-size: 14px;
  }
}
.idx_titles b {
  padding-top: 20px;
  max-width: 800px;
  margin: 0 auto;
  color: #666666
}
.idx_pros ul li {
  height: 300px;
}
.idx_pros ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all .7s;
}
.idx_pros ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_pros ul li:hover a {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.idx_pros_desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(12, 103, 177, 0.8);
  text-align: center;
  justify-content: center;
  padding: 20px;
  transition: all .5s;
}
.idx_pros_desc h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}
.idx_pros ul li .idx_pros_desc {
  overflow: hidden; /* 确保内容在过渡期间不会溢出 */
  max-height: 60px; /* 初始状态设置为不可见 */
  height: 100%; /* 始终尝试填充父元素的高度 */
  transition: max-height 1s ease-out; /* 设置过渡效果 */
}
@media (min-width: 650px) {
  .idx_pros ul li:hover .idx_pros_desc {
    max-height: 100vh; /* 或者使用一个足够大的具体像素值 */
  }
  .idx_pros ul li:hover a img {
    transform: scale(1.09);
  }
}
.idxpros_more {
  width: 280px;
  height: 72px;
  margin: 60px auto 0px;
}
.idxpros_more a {
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 70px;
  color: #222222;
  background-color: #e5e5e5;
}
.idxpros_more a:hover {
  background-color: #0c67b1;
  color: #ffffff;
}
/* 解决方案 */
.idx_fa {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.idx_fa ul li {
  width: 50vw;
  height: 100%;
  background: url(../images/idxfaimg1.jpg) no-repeat left center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all .5s;
}
.idx_fa ul li:nth-child(2) {
  background-image: url(../images/idxfaimg2.jpg);
  left: 50%;
  top: 0px;
  z-index: 2;
}
.idx_fa ul li:nth-child(3) {
  background-image: url(../images/idxfaimg3.jpg);
  left: 75%;
  top: 0px;
  z-index: 3;
}
.idxfa_title {
  padding: 0px 50px 120px;
  height: 100%;
  align-items: flex-end;
}
.idx_fadesc {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 13% 33% 0px 50px;
}
.idx_fadesc h3, .idxfa_title h3 {
  font-size: 28px;
  color: #ffffff;
}
.idx_fadesc p {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: justify;
  margin: 50px 0px 110px;
}
.idx_fadesc button {
  font-size: 16px;
  width: 120px;
  height: 34px;
  border: solid 1px #ffffff;
  line-height: 32px;
  color: #ffffff;
  background: none;
}
.idx_fadesc button:hover {
  background-color: #0c67b1;
  border-color: #0c67b1;
}
.idx_fa ul li.active .idxfa_title {
  display: none;
}
.idx_fa ul li.active .idx_fadesc {
  display: block;
}
/* 关于我们 */
.idx_about {
  background: url(../images/idxaboutbg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 100px;
  overflow: hidden;
}
.idx_about_l {
  padding-right: 11%;
}
.idx_about_l h3 {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
}
.idx_about_l p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin: 45px 0px;
}
.idx_about_l a {
  font-size: 16px;
  color: #666666;
  width: 120px;
  height: 34px;
  border: solid 1px #999999;
  display: block;
  line-height: 32px;
  text-align: center;
}
.idx_about_l a:hover {
  background-color: #004eb1;
  color: #ffffff;
  border-color: #004eb1;
}
.idx_about_num {
  margin-top: 80px;
}
.idx_about_num .numCount ul li {
  text-align: center;
}
.idx_about_num .numCount ul li .numCX {
  font-size: 36px;
  font-weight: bold;
  color: #004eb1;
}
.idx_about_num .numCount ul li .unitC {
  font-size: 26px;
  font-weight: bold;
  color: #004eb1;
}
.idx_about_num .numCount ul li .indc {
  font-size: 16px;
  color: #004eb1;
  margin-top: 5px;
}
.idx_about_r {
  width: 100%;
}
.idx_about_r img {
  width: 100%;
}
/* 合作案例 */
.idx_hzitem {
  padding-bottom: 100px;
}
.idx_hezuo {
  position: relative;
}
.idxhz_swiper ul li a {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block;
  position: relative;
}
.idxhz_swiper ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idxhz_title {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 30px;
  left: 0px;
  text-align: center;
}
.idxhz_title h3 {
  font-size: 18px;
  color: #ffffff;
}
.idxhz_swiper ul li:hover img {
  transform: scale(1.05);
}
.idx_hezuo .swiper-button-next, .idx_hezuo .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.idx_hezuo .swiper-button-next {
  right: -60px;
}
.idx_hezuo .swiper-button-prev {
  left: -60px;
}
.idx_hezuo .swiper-button-next:after, .idx_hezuo .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.idx_hezuo .swiper-button-next:hover, .idx_hezuo .swiper-button-prev:hover {
  background: #004eb1;
}
.idx_hezuo .swiper-button-next:hover:after, .idx_hezuo .swiper-button-prev:hover:after {
  color: #ffffff;
}
/* 新闻动态 */
.idxnews_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.idxnews_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idxnews_desc {
  background-color: #ffffff;
  padding: 20px;
  transition: all .5s;
}
.idxnews_desc h4 {
  font-size: 14px;
  color: #004eb1;
}
.idxnews_desc h3 {
  font-size: 16px;
  font-weight: bold;
  height: 64px;
  line-height: 32px;
  margin: 0px 0 20px 0;
  overflow: hidden;
  color: #222222;
}

.idxnews_desc p {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  height: 78px;
  color: #666666;
}
.idxnews_desc button {
  margin-top: 40px;
  background: none;
  border: 0px;
  font-size: 14px;
  color: #999999;
  text-decoration: underline;
}

.idxnews_link a {
  width: 280px;
  height: 72px;
  background-color: #e5e5e5;
  font-size: 16px;
  color: #222222;
  text-align: center;
  line-height: 70px;
  display: block;
  margin: 60px auto 0;
  transition: all .5s;
}
.idxnews_link a:hover {
  background-color: #004eb1;
  color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
/* 合作客户 */
.idx_kehu {
  padding-bottom: 130px;
}
.idxkehu_item {
  width: 100%;
  height: 240px;
  position: relative;
}
.idxkehu_item .swiper-slide {
  height: calc((100% - 30px) / 2);
}
.idxkh_simg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.idxkh_simg img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.idxkh_simg:hover {
  border: 1px solid #dedede;
}
.idxkh_spagination {
  width: 100%;
  text-align: center;
  bottom: -40px;
}
.idxkh_spagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0px;
  margin: 0 6px !important;
}
.idxkh_spagination .swiper-pagination-bullet-active {
  background-color: #ffb900;
}
.idx_footmess {
  padding: 100px 0px;
  background-color: #1d1d1d;
}
.idx_ftitles {
  text-align: center;
}
.idx_ftitles h3 {
  font-size: 48px;
  color: #ffffff;
}
.idx_ftitles p {
  font-size: 20px;
  color: #999999;
  margin: 40px 0px 80px;
}
.idx_fmess {
  width: 100%;
}
.idx_fform {
  width: 100%;
}
.idx_fform p {
  width: 100%;
}
.idx_fform input {
  height: 60px;
  padding-left: 25px;
  color: #ffffff;
  font-size: 16px;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 5px;
  border: 1px solid transparent;
}
.idx_fform input::placeholder {
  color: #bdbdbd;
}
.idx_fform input:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.idx_fform button {
  font-size: 16px;
  color: #ffffff;
  width: 160px;
  height: 50px;
  background-color: #0074c8;
  border: 0px;
  border-radius: 5px;
  margin-top: 10px;
}
.idx_fform button:hover {
  background-color: #fbc700;
}
.idx_fform h2 {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  padding-bottom: 15px;
  line-height: 30px;
}
@media (max-width: 750px) {
  .idx_fform button {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2.5px;
  }
}
.idx_fform2 input {
  width: calc(100% / 2 - 6px);
  margin-right: 5px;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 5px;
  border: 1px solid transparent;
  margin-bottom: 15px;
}
.idx_fform2 input::placeholder {
  color: #bdbdbd;
}
.idx_fform2 input:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.idx_fform2 input:nth-child(2n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.idx_fform2 input:nth-child(3n) {
  margin-right: 0px;
  width: 100%;
}
.idx_fform3 textarea {
  width: 100%;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 5px;
  border: 1px solid transparent;
  height: 120px;
  padding: 15px 25px 15px 25px;
  color: #ffffff;
  font-size: 14px;
}
.idx_fform3 textarea::placeholder {
  color: #bdbdbd;
}
.idx_fform3 textarea:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.idx_fform5 input {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
}
.idx_fform4 input {
  width: calc(100% / 2 - 6px);
  margin-right: 5px;
  background: #ffffff;
  border-radius: 5px;
  height: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.idx_fform5 input {
  height: 80px;
  color: #333333;
}
.idx_fform4 input::placeholder {
  color: #333333;
}
.idx_fform5 input::placeholder {
  color: #333333;
}
.idx_fform4 input:nth-child(2n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.idx_fform4 input:nth-child(3n) {
  width: 100%;
}
/* 底部 */
.foot {
  width: 100%;
  padding: 80px 0px 100px;
  background-color: #1c1c1c;
}
.foottop {
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.footlogo a img {
  max-width: 155px;
}
.footlinks ul {
  position: relative;
}
.footlinks ul li {
  margin-left: 15px;
}
.footlinks ul li a img.fewmico {
  height: 36px;
}
.fewmimg {
  position: absolute;
  width: 150px;
  height: auto;
  background-color: #ffffff;
  bottom: 45px;
  left: 17%;
  display: none;
}
.fewmimg p {
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px;
}
.footlinks ul li:hover .fewmimg {
  display: block;
}
.footmid {
  margin-top: 55px;
  align-items: flex-start;
}
.footmid_l {
  align-items: flex-start;
}
.footmid_l dl {
  margin-right: 100px;
}
.footmid_l dl dt {
  margin-bottom: 20px;
}
.footmid_l dl dt a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.footmid_l dl dd a {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}
.footmid_l dl dd a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footmid_r {
  width: 350px;
}
.footmid_r ul li {
  background: url(../images/footrico1.png) no-repeat left center;
  background-size: 16px;
  margin-bottom: 10px;
}
.footmid_rdesc p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 30px;
}
.footmid_r ul li:nth-child(2) {
  background-image: url(../images/footrico2.png);
}
.footmid_r ul li:nth-child(3) {
  background-image: url(../images/footrico3.png);
}
.footmid_ewm {
  margin-top: 20px;
}
.footmid_ewm ul li {
  text-align: center;
  width: 45%;
}
.footmid_ewm ul li img {
  width: 100%;
}
.footmid_ewm ul li p {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.footcopy {
  background-color: #1c1c1c;
  padding: 20px 0px;
  border-top: 1px solid #292929;
}
.footc_l span, .footc_l span a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footc_l span {
  padding: 0px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footc_l span.footc_ldesc {
  padding-left: 0px;
  border-left: 0px;
}
.footc_l span a:hover {
  color: #ffffff;
}
.footc_r {
  width: 120px;
  height: 30px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  text-align: center;
  background: url(../images/linksico.png) no-repeat left center;
  background-position-x: 95px;
  cursor: pointer;
  position: relative;
}
.footc_r p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 26px;
}
.footc_rlinks {
  position: absolute;
  bottom: 28px;
  left: 0px;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0px;
  display: none;
}
.footc_rlinks ul li a {
  color: #175497;
  line-height: 24px;
}
.footc_r:hover {
  background-color: #ffffff;
}
.footc_r:hover p {
  color: #1f61aa;
}
.footc_r:hover .footc_rlinks {
  display: block;
}
.xuanfu {
  position: fixed;
  top: 62%;
  right: 0px;
  z-index: 99;
  padding: 0px 20px;
  display: none;
}
.xuanfu ul li {
  width: 56px;
  height: 56px;
  background-color: #0c67b1;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.xfimg {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.xfimg img {
  filter: brightness(1000%) invert(1);
}
.xfwx {
  position: absolute;
  top: 0px;
  width: 150px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  z-index: -1;
  left: -160px;
  transition: all .5s;
  display: none;
}
.xftel {
  width: 180px;
  background-color: #0c67b1;
  top: -20px;
  left: -190px;
  transition: all .5s;
}
.xuanfu ul li:last-child {
  background-color: #ffffff;
}
.xuanfu ul li:hover {
  background-color: #fbc700;
}
.xfimg p {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
.xuanfu ul li.xfwxitem:hover .xfwx {
  display: block;
}
.xuanfu ul li.xftelitem:hover .xftel {
  display: block;
}
.xfwx p.xfwxdesc {
  font-size: 16px;
  padding: 5px 0px 10px;
  font-weight: bold;
  color: #333333;
}
.xftel p {
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.xfwx span.xfteldesc {
  line-height: 50px;
  font-size: 16px;
  color: #0c67b1;
  font-weight: bold;
  display: block;
  background-color: #ffffff;
}
.waptop {
  display: none;
}
.waptop.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}
.waptop_item {
  width: 100%;
  padding: 10px 0 10px 0;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  border: 0px;
  transition: all .3s ease;
}
@media (max-width: 650px) {
  .waptop_item {
    padding: 0;
  }
}
.waptop_l {
  width: 35%;
}
.waptop_l a {
  width: 100%;
  height: 55px;
  padding: 0px 10px;
  justify-content: left;
}
.waptop_l a img {
  max-height: 90%;
}
.waptop_lang {
  position: relative;
}
.waptop_lang p {
  font-size: 18px;
  color: #ffffff;
  display: block;
  margin-left: 10px;
  margin-top: 3px;
}
.waptop_rs {
  margin-left: 20px;
}
.waptop_rs img {
  filter: grayscale(1000%) brightness(1000%);
  width: 17px;
}
.waptop_rnav {
  margin-left: 20px;
}
.waptop_rnav img {
  width: 20px;
}
.wapsearch {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.wapsea_item {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.wapsea_item form {
  width: 90%;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 0px 20px;
  position: relative;
}
.wapsea_item form input {
  width: 80%;
  height: 100%;
  color: #222222;
}
.wapsea_item form button {
  background: none;
  border: 0px;
  width: 19%;
  text-align: right;
}
.wapsea_close {
  position: absolute;
  top: -30px;
  right: 0px;
}
.wapsea_close img {
  width: 18px;
  filter: grayscale(1000%) brightness(1000%) invert(10);
}
.wapnav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
  transition: all 0s;
}
.wapnavitem {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.wapnavt_l {
  width: 35%;
}
.wapnavt_l a {
  width: 100%;
  height: 55px;
  padding: 0px 10px;
  justify-content: center;
}
.wapnavt_r {
  width: 18px;
}
.wapnavt_r img {
  width: 100%;
}
.wapnavbot {
  padding: 10px 0px 20px;
  z-index: 9999;
}
.wapnavbot ul {
  width: 100%;
  overflow: hidden;
  padding: 35px 25%;
}
.wapnavbot ul li {
  padding: 18px 10px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.wapnavbot > ul > li > a {
  color: #222222;
  font-size: 16px;
}
.wapnav_ico {
  filter: brightness(1000%) grayscale(1000%);
  padding-left: 10px;
  margin-right: -17px;
}
.wapernav {
  padding: 18px 0px 0px 10px;
  width: 100%;
  display: none;
}
.wapernav > a {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 45px;
}
.wapnav_ico.active {
  transform: rotate(90deg);
}
.idx_titles {
  text-align: center;
	padding-bottom: 35px;
}
.neimain {
  overflow: hidden;
}
/* 关于我们内页 */
.neibanner {
  width: 100%;
  height: 400px;
  position: relative;
}
.neibanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neibannerdesc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
}
.neibannerdesc h2 {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
}
.neibannerdesc p {
  color: #ffffff;
  font-size: 16px;
  padding-top: 35px;
}
.neinav {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
}
.neinav_item {
  padding: 20px 0;
  overflow: hidden;
}
.neinav_item ul {
  justify-content: flex-start;
}
.neinav_item ul li {
  margin-right: 60px;
}
.neinav_item ul li a {
  color: #666;
  display: block;
  line-height: 56px;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.neinav_item ul li.active a, .neinav_item ul li:hover a {
  border-color: #ffb900;
}
.abouttop {
  padding: 70px 0px;
}
.aboutt_l {
  width: 50%;
  float: left;
}
.aboutt_l img {
  width: 100%;
}
.aboutt_r {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.aboutt_r h3 {
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  line-height: 38px;
  font-weight: bold;
  padding-left: 70px;
}
.aboutt_r h3:before {
  content: "";
  background-image: url("/assets/img/about_yh.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; /* 设置宽度 */
  height: 42px; /* 设置高度 */
}
.aboutt_r p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.about_tgs {
  width: 100%;
  padding: 70px 0px 80px;
  background-color: #f5f6f8;
}
.abouttgs_l {
  padding-right: 15%;
  position: relative;
}
.abouttgs_l h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.abouttgs_l p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: justify;
}
.abouttgs_l img {
  height: 57px;
  position: absolute;
  top: 0px;
  left: -72px;
}
.abouttgs_l img.aboutp_ico2 {
  left: unset;
  top: unset;
  right: 15%;
  bottom: -70px;
}
.abouttgs_r {
  width: 100%;
}
.abouttgs_r video {
  width: 100%;
}
.about_qywh {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* 本例子css */
.slideTxtBox {
  width: 100%;
  text-align: left;
  position: relative;
  height: 900px;
  background-color: rgba(0, 0, 0, .8);
}
.slideTxtBox .hd {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.slideTxtBox .hd ul {
  height: 100%;
}
.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  width: 25%;
  height: 100%;
  border-right: 1px solid #9aa7b5;
  padding: 0px 40px;
  position: relative;
}
.slideTxtBox .hd ul li:first-child {
  border-left: 1px solid #9aa7b5;
}
.slideTxtBox .hd ul li .about_qywhd_desc {
  width: 100%;
  height: 70px;
  margin-top: 400px;
  overflow: hidden;
  transition: all .5s;
}
.slideTxtBox .hd ul li .about_qywhd_desc h3 {
  font-size: 28px;
  color: #ffffff;
}
.slideTxtBox .hd ul li .about_qywhd_desc p {
  color: #fff;
  font-size: 18px;
  margin: 50px 0 25px;
  line-height: 30px;
}
.slideTxtBox .hd ul li .about_qywhd_line {
  position: absolute;
  left: -1px;
  top: 400px;
  width: 2px;
  height: 31px;
  z-index: 1;
  background-color: #004eb1;
  opacity: 0;
  transition: all .5s;
}
.slideTxtBox .hd ul li.on .about_qywhd_desc {
  height: 200px;
  margin-top: 320px;
}
.slideTxtBox .hd ul li.on .about_qywhd_line {
  opacity: 1;
  top: 320px;
}
.slideTxtBox .bd {
  height: 100%;
}
.slideTxtBox .bd ul {
  z-index: 1;
  height: 100%;
}
.slideTxtBox .bd ul li {
  height: 100%;
}
.slideTxtBox .bd ul li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about_hz {
  background-color: #f5f6f8;
  padding: 70px 0px 100px;
}
.about_hz_tit h3 {
  color: #333;
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
}
.about_hz_item {
  width: 100%;
  height: 240px;
  position: relative;
}
.about_hz_item .swiper-slide {
  height: calc((100% - 30px) / 2);
}
.about_hz_item .idxkh_simg:hover {
  border: 0px;
}
.about_hz_item .idxkh_simg:hover img {
  transform: scale(1.05);
}
.about_his {
  background: url(../images/processbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0px 100px;
  color: #333333;
  position: relative;
}
.about_hisitem {
  width: 100%;
  position: relative;
}
.about_hisitem_t h3 {
  margin-bottom: 50px;
  font-size: 28px;
  color: #333333;
}
.about_hisitem .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about_hisitem .swiper-slide {
  background: none;
}
.about_hisitem .gallery-top {
  height: 400px;
  padding-bottom: 40px;
  width: 100%;
}
.about_histop {
  width: 100%;
  align-items: flex-start;
  padding-left: 680px;
  position: relative;
  min-height: 300px;
}
.abouthist_l {
  text-align: left;
}
.abouthist_l h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0c67b1;
}
.abouthist_l h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.abouthist_l p {
  font-size: 16px;
  line-height: 36px;
}
.abouthist_r img {
  width: 600px;
}
.about_hisitem .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 5px 50px 0px;
}
.about_hisitem .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
  display: block;
  cursor: pointer;
}
.about_hisbot_c {
  background-color: #8e8e8e;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  margin: 0 auto 20px;
  margin-top: 7px;
}
.about_hisbot_y h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.about_hisitem .gallery-thumbs .swiper-slide-thumb-active .about_hisbot_c {
  background-color: #fff !important;
  border: 3px solid #0c67b1;
  border-radius: 50%;
  color: #0c67b1;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 18px;
}
.about_hisitem .swiper-button-next, .about_hisitem .swiper-button-prev {
  top: 22px;
  background-color: #dddddd;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 0px;
}
.about_hisitem .swiper-button-next {
  right: 0px;
  left: unset;
}
.about_hisitem .swiper-button-next::after, .about_hisitem .swiper-button-prev::after {
  font-size: 16px;
  color: #a3a3a3;
}
.about_hisitem .swiper-button-next:hover, .about_hisitem .swiper-button-prev:hover {
  background-color: #0c67b1;
}
.about_hisitem .swiper-button-next:hover::after, .about_hisitem .swiper-button-prev:hover::after {
  color: #ffffff;
}
.about_hisitem .swiper-button-prev.swiper-button-disabled, .about_hisitem .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.about_hisline {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 17px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* 企业文化页面 */
.culture {
  background: #f7f8fa;
  padding: 70px 0px;
}
.cultop {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
}
.cultop_l {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cultop_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cultop_l .cultop_ltitle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  justify-content: flex-end;
}
.cultop_ltitle i {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0px 50px;
}
.cultop_r {
  width: 50%;
  height: 100%;
  padding: 0px 10% 0px 4%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.cultop_r h3 {
  color: #333333;
  margin-bottom: 10px;
  font-size: 24px;
}
.cultop_r p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.cultop_rline {
  position: absolute;
  left: 0px;
  top: 65px;
  width: 1px;
  height: 170px;
  background-color: #f1f1f1;
}
.culbot .cultop_rline {
  left: unset;
  right: 0px;
}
.culbot .cultop_ltitle {
  justify-content: flex-start;
}
.cul_qyjs {
  width: 100%;
  padding: 70px 0px;
  background-color: #ffffff;
}
.cul_qyjs .about_hz_tit h3 {
  margin-bottom: 20px;
}
.cul_qyjs .about_hz_tit p {
  color: #666;
  font-size: 14px;
  text-align: center;
}
.cul_items {
  margin-top: 50px;
}
.cul_items ul li {
  width: 33.33%;
  height: 315px;
  overflow: hidden;
  position: relative;
}
.cul_liimg {
  width: 100%;
  height: 100%;
}
.cul_liimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cul_lidesc {
  padding: 0px 80px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.culdesc_item {
  height: 30px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s;
}
.culdesc_item h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 30px;
}
.culdesc_item p {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
.cul_items ul li:hover .culdesc_item {
  height: 120px;
}
/* 社会责任 */
.resppage {
  padding: 70px 0px;
}
.resp_item ul li {
  width: 48.5%;
  height: 325px;
  margin-bottom: 40px;
  position: relative;
  transition: all .5s;
}
.resp_item ul li .resp_liimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.resp_item ul li .resp_liimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resp_lidesc {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.resp_lidesc_item {
  height: 30px;
  transition: all .5s;
  margin-bottom: 30px;
  overflow: hidden;
}
.resp_lidesc_item h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.resp_lidesc_item p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}
.resp_item ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.resp_item ul li:hover .resp_liimg img {
  transform: scale(1.05);
}
.resp_item ul li:hover .resp_lidesc_item {
  height: 150px;
}
.respnews {
  background-color: #f5f6f8;
  padding: 70px 0px;
}
.respnews_t h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333333;
}
.respnews_t p {
  font-size: 14px;
  color: #666666;
}
.respnews_list {
  margin-top: 50px;
}
.respnews_liitem {
  width: 100%;
}
.respnews_lil {
  width: 40%;
  padding: 0px 50px;
}
.respnews_lil h3 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 32px;
  color: #333333;
  text-align: left;
}
.respnews_lil p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
}
.respnews_lil span {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
  text-align: left;
}
.respnews_lil h3:hover {
  color: #0c67b1;
}
.respnews_lir {
  width: 60%;
  height: 320px;
}
.respnews_lir img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.respnews_list .swiper-button-next, .respnews_list .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #8e8e8e;
  top: unset;
  bottom: 20px;
  left: 30%;
}
.respnews_list .swiper-button-next {
  left: 35%;
}
.respnews_list .swiper-button-next:after, .respnews_list .swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}
.respnews_list .swiper-button-next:hover, .respnews_list .swiper-button-prev:hover {
  background-color: #0c67b1;
}
/* 人才招聘 */
.joblist_t {
  background: #f5f6f8;
  padding: 70px 0px;
}
.joblist_item ul li {
  width: 100%;
  height: 320px;
  background-color: #ffffff;
}
.joblist_tl {
  width: 50%;
  padding: 50px;
}
.joblist_tl h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333333;
}
.joblist_tl p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.joblist_tr {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.joblist_tr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joblist_item ul li:hover .joblist_tr img {
  transform: scale(1.05);
}
.joblist_m {
  padding: 70px 0px;
  background-color: #ffffff;
}
.joblist_m_top h2 {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.joblist_m_bot {
  margin-top: 50px;
}
.joblist_m_bot ul li {
  width: 32%;
  padding: 40px;
  height: 260px;
  background-color: #f5f6f8;
}
.joblist_m_bot ul li h3 {
  font-size: 20px;
  color: #333333;
}
.joblist_line {
  width: 40px;
  height: 1px;
  margin: 30px 0px;
  background-color: #666666;
}
.joblist_m_bot ul li p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.joblist_m_bot ul li:hover {
  background-color: #0c67b1;
}
.joblist_m_bot ul li:hover .joblist_line {
  background-color: #ffffff;
}
.joblist_m_bot ul li:hover h3 {
  color: #ffffff;
}
.joblist_m_bot ul li:hover p {
  color: #ffffff;
}
.joblist_btitle h2 {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.joblist {
  margin-top: 50px;
}
.joblist ul li {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  padding: 40px 0px;
  background-color: #ffffff;
}
.joblitop {
  padding: 0px 60px;
}
.joblitop dl {
  border-left: 1px solid #edeff0;
  text-align: center;
  width: 30%;
}
.joblitop dl dt {
  font-size: 14px;
  color: #999999;
  padding-bottom: 10px;
}
.joblitop dl dd {
  font-size: 20px;
  color: #232324;
}
.joblitop dl:first-child {
  border-left: 0px;
  text-align: left;
  width: 20%;
}
.joblitop dl:last-child {
  text-align: right;
  width: 20%;
}
.joblibot {
  border-top: 1px solid #edeff0;
  border-bottom: 1px solid #edeff0;
  margin-top: 30px;
  padding: 30px 60px;
}
.joblidate p {
  font-size: 14px;
  color: #999999;
}
.joblimore a {
  padding: 5px 25px;
  border-radius: 15px;
  border: solid 1px #0c67b1;
  font-size: 14px;
  color: #0c67b1;
}
.joblimore a.joblimail {
  background-color: #0c67b1;
  color: #ffffff;
}
.jobcontent {
  padding: 50px 60px 0px;
  display: none;
}
.jobcontent p {
  font-size: 14px;
  line-height: 28px;
  color: #555555;
}
.jobcontent.active {
  display: block;
}
/* 联系我们 */
.contact_t {
  background-color: #f7f8fa;
  padding: 70px 0px;
}
.neititle {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.contact_mapitem {
  margin-top: 50px;
}
.contact_bot {
  padding: 80px 0px 120px 0;
  background-color: #ffffff;
}
.contact_bl {
  width: 45%;
}
.contact_bl h4 {
  color: #999;
  font-size: 14px;
}
.contact_bl h3 {
  font-size: 28px;
  margin: 20px 0;
  color: #1a1a1a;
  font-weight: bold;
}
.contact_blline {
  height: 4px;
  width: 80px;
  background-color: #0c67b1;
}
.contact_bl h5 {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}
.contact_ways {
  padding: 15px 0;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e7;
}
.contact_ways {
  align-items: flex-start;
}
.contact_ways li {
  width: 50%;
  margin: 15px 0px;
}
.contact_ways li p {
  font-size: 14px;
  color: #999999;
  padding-bottom: 5px;
}
.contact_ways li h6 {
  color: #242424;
  font-size: 18px;
  line-height: 28px;
  cursor: default;
  transition: all .5s;
  word-break: break-all;
}
.contact_ways li h6:hover {
  padding-left: 5px;
}
.contact_code {
  padding: 15px 0;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e6e6e7;
}
.contact_code {
  align-items: flex-start;
}
.contact_code li {
  width: 50%;
  margin: 15px 0px;
}
.contact_code li p {
  font-size: 14px;
  color: #999999;
  padding-bottom: 5px;
  text-align: center;
}
.contact_code li h6 {
  color: #242424;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  cursor: default;
  transition: all .5s;
  word-break: break-all;
}
.contact_code li h6:hover {
  padding-left: 5px;
}
.contact_br {
  width: 45%;
}
@media (max-width: 750px) {
  .contact_br {
    display: none;
  }
}
.contact_bl form {
  width: 100%;
  margin-top: 40px;
}
.contact_bl form input {
  width: 49%;
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 10px 20px;
  height: 60px;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.contact_bl form input:nth-child(3n) {
  width: 100%;
}
@media (max-width: 750px) {
  .contact_bl form input {
    width: 100%;
  }
}
.contact_bl form textarea {
  width: 100%;
  height: 130px;
  font-size: 16px;
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 20px;
  border-radius: 5px;
}
.contact_bl form button {
  background: #0c67b1;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 58px;
  border: 0px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
}
.contact_bl form button:hover {
  background-color: #fbc700;
}
/* 新闻列表页面 */
.newslistp {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding-top: 50px;
}
.newslistp_item {
  width: 100%;
  height: 400px;
  align-items: flex-start;
}
.newslistp_l {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.newslistp_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newslistp_r {
  text-align: left;
  padding: 50px;
  width: 50%;
}
.newslistp_r h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}
.newslistp_r p {
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}
.newslistp_rbot {
  margin-top: 100px;
}
.newslistp_rbot span {
  font-size: 16px;
  color: #333333;
}
.newslistp_rbot strong {
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}
.newslistp_top {
  width: 100%;
  position: relative;
}
.newslistppagination {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.newslistppagination .swiper-pagination-bullet {
  background-color: #e0e0e0;
}
.newslistppagination .swiper-pagination-bullet-active {
  background-color: #ffb900;
}
.newslistp_item:hover .newslistp_l img {
  transform: scale(1.05);
}
.newslistp_item:hover .newslistp_r h3 {
  font-weight: bold;
  color: #0c67b1;
}
.newslistp_bot {
  width: 100%;
  height: auto;
}
.newslistp_bot ul li {
  margin-bottom: 20px;
  transition: all .5s;
}
.newslistp_botimg {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.newslistp_botimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newslistp_botdes {
  padding: 20px;
  background-color: #ffffff;
  height: 130px;
  flex-direction: column;
  align-items: flex-start;
  transition: all .5s;
}
.newslistp_botdes h3 {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 750px) {
  .newslistp_botdes h3 {
    font-size: 18px;
  }
  .newslistp_botdes {
    height: 150px;
  }
  .newslistp_top {
    display: none;
  }
  .newslistp {
    padding: 0;
  }
}
.newslistp_botdes p {
  font-size: 16px;
  color: #333333;
  width: 100%;
  text-align: right;
}
.newslistp_bot ul li:hover .newslistp_botimg img {
  transform: scale(1.05);
}
.newslistp_bot ul li:hover .newslistp_botdes h3, .newslistp_bot ul li:hover .newslistp_botdes p {
  color: #0c67b1;
}
.newslistp_bot ul li:hover .newslistp_botdes {
  background-color: #0c67b1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.newslistp_bot ul li:hover .newslistp_botdes h3, .newslistp_bot ul li:hover .newslistp_botdes p {
  color: #ffffff;
}
.jumpto {
  display: none;
}
.newspage {
  text-align: center;
  width: 100%;
}
.newsdetail {
  padding: 70px 0px;
  align-items: flex-start;
}
.newsde_l {
  width: 70%;
  height: auto;
}
.newsde_ltime {
  width: 100%;
  padding-bottom: 20px;
}
.newsdel_left p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.newsdel_left p a {
  color: #0c67b1;
}
.newsdel_left p span {
  margin: 0px 5px;
}
.newsdel_left p i {
  font-style: normal;
}
.newsde_l h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.newsde_l h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.newsdel_right a {
  margin-left: 10px;
}
.newsdel_right img {
  height: 22px;
  filter: brightness(200%) grayscale(200%);
}
.newsdel_right img:hover {
  filter: unset;
}
.newsde_l_group {
  width: 100%;
  height: auto;
}
.newsde_l_group h2 {
  font-size: 30px;
  font-weight: bold;
}
.qrcode_ewmimg {
  display: none;
}
.layui-layer-page .layui-layer-content {
  padding: 10px;
}
.newsde_lcontent {
  padding: 30px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.newsde_lcontent p {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.newsde_lcontent span {
  font-size: 16px;
}
.newsde_lcontent img {
  max-width: 90%;
}
@media (max-width: 750px) {
  .newsde_lcontent img {
    max-width: 95%;
  }
}
.group_content {
  padding: 30px 0px;
}
.group_content p {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
}
.group_content span {
  font-size: 16px;
}
.group_content img {
  max-width: 90%;
}
@media (max-width: 750px) {
  .group_content img {
    max-width: 95%;
  }
}
.newsde_r {
  width: 23%;
  background-color: #f7f8fc;
  padding: 20px;
}
.newsde_r ul li {
  margin-top: 20px;
}
.newsde_r ul li:first-child {
  margin-top: 0px;
}
.newsde_rimg {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.newsde_rimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsde_rdesc {
  padding: 20px 0px;
  border-bottom: 1px solid #e8e8e8;
}
.newsde_rdesc h3 {
  line-height: 1.5;
  font-size: 14px;
}
.newsde_rdesc p {
  font-size: 14px;
  margin-top: 20px;
}
.newsde_lbot {
  margin-top: 30px;
}
.newdelb_l {
  width: 40%;
  height: 20px;
  overflow: hidden;
}
.newdelb_l p, .newdelb_l p a {
  font-size: 14px;
  color: #666666;
}
.newdelb_m a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
}
.newdelb_m a:hover {
  background-color: #0c67b1;
  color: #ffffff;
  border-color: #0c67b1;
}
.newdelb_l p:hover a {
  color: #0c67b1;
}
.newdelb_r {
  text-align: right;
}
.newsde_r ul li:hover .newsde_rimg img {
  transform: scale(1.05);
}
.newsde_r ul li:hover .newsde_rdesc h3 {
  font-weight: bold;
  color: #0c67b1;
}
/* 服务案例 */
.casetop {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  margin: 40px 0px;
}
.caselist_page {
  padding-bottom: 50px;
}
.casetop_l {
  align-items: flex-start;
}
.casetop_l h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0c67b1;
  padding-bottom: 15px;
  border-bottom: 3px solid #0c67b1;
}
.casetop_l span {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.casetop_r {
  background: url(../images/shouye.svg) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
}
.casetop_r p, .casetop_r p a {
  font-size: 14px;
  color: #333333;
}
.casetop_r p a:hover {
  color: #0c67b1;
}
.caselistmid {
  margin: 40px 0px;
  align-items: flex-start;
}
.caselistmid ul {
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.caselistmid ul li a {
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
  display: block;
}
.caselistmid ul li a:hover, .caselistmid ul li.active a {
  background-color: #0c67b1;
  color: #ffffff;
}
.caselistmid ul li:first-child:hover a {
  background: none;
  color: #333333;
}
.caselistmid ul.active {
  height: auto;
}
.caselistm_r {
  margin-top: 10px;
  cursor: pointer;
}
.caselistm_r img {
  height: 10px;
  transform: rotate(90deg);
}
.caselistm_r p {
  font-size: 16px;
  color: #0c67b1;
  margin-left: 10px;
}
.caselistm_r.active img {
  transform: rotate(270deg);
}
.caselist_item {
  width: 100%;
}
.caselist_item ul li {
  margin-bottom: 40px;
}
.caselist_liimg {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.caselist_liimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caselist_lidesc {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.caselist_lidesc h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  transition: all .5s;
}
.caselist_lidesc p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.caselist_lidesc button {
  margin-top: 20px;
  font-size: 12px;
  padding: 7px 25px;
  border-radius: 20px;
  background: none;
  border: 1px solid #e5e5e5;
}
.caselist_item ul li:hover .caselist_lidesc {
  border-color: #e5e5e5;
}
.caselist_item ul li:hover .caselist_liimg img {
  transform: scale(1.05);
}
.caselist_item ul li:hover .caselist_lidesc button {
  background-color: #0c67b1;
  color: #ffffff;
}
.caselist_item ul li:hover .caselist_lidesc h3 {
  color: #0c67b1;
  font-weight: bold;
}
/* 产品列表页面 */
.prolist_item {
  align-items: flex-start;
}
.prolist_l {
  width: 20%;
  background-color: #ffffff;
}
.prolist_ltop {
  width: 100%;
  height: 90px;
  background-color: #0c67b1;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
}
.prolist_ltop h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
}
.prolist_lbot > ul {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}
.prolist_lbot > ul > li {
  width: 100%;
  background-color: #0c67b1;
  margin-bottom: 1px;
}
.prolist_lbot > ul > li .pronav1 {
  padding: 20px 0px 20px 24px;
  cursor: pointer;
}
.prolist_lbot > ul > li .pronav1 a {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #ffffff;
}
.erpronav {
  background-color: #ffffff;
  padding: 20px;
  /* display: none; */
}
.erpronav > ul > li > a > span {
  display: block;
  width: 90%;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 10px;
  color: #555555;
}
.erpronav > ul > li > a > img {
  height: 8px;
}
.erpronav > ul > li > a:hover span, .erpronav > ul > li > a > span.active {
  color: #ffffff;
  background-color: #006ee3;
}
.erpronav.active {
  display: block;
}
.prolist_r {
  width: 77%;
}
.prolist_list {
  width: 100%;
}
.prolist_list ul li a {
  background-color: #ffffff;
  display: block;
  transition: all .5s;
}
.prolist_item_img {
  width: 100%;
  overflow: hidden;
}
.prolist_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .8s;
}
.prolist_item_text {
  padding: 25px 0px 0px;
}
.prolist_item_text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prolist_item_text p {
  font-size: 14px;
  color: #666666;
}
.prolist_list ul li:hover .prolist_item_text p {
  color: #ffffff;
}
.prolist_list ul li:hover .prolist_item_text h3 {
  color: #333333;
}
.prolist2_r {
  width: 100%;
}
.prolist2_r .prolist_item_img {
  height: auto;
}
.prolist2_r .prolist_list ul li {
  transition: all .5s;
}
.prolist2_r .prolist_list ul li a {
  padding: 0px;
}
.prolist_item_text {
  padding: 20px;
  transition: all .5s;
}
.prolist_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: left;
}
.prolist_list ul li {
  flex: 0 0 auto;
  width: calc(100% / 3 - 10px);
  margin-right: 13px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
}
@media (min-width: 800px) {
  .prolist_list ul li:nth-child(3n) {
    margin-right: 0; /* 每行的第6个元素不需要右边距 */
  }
}
.prolist2_r h3 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.prolist_item_text h3 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 500px) {
  .prolist_item_text h3 {
    font-size: 14px;
  }
  .prolist_item_text {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .prolist_list ul li {
    width: calc(100% / 2 - 4px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
    margin-right: 8px; /* 间隔 */
    margin-bottom: 8px;

  }
  .prolist_list ul li:nth-child(2n) {
    margin-right: 0; /* 每行的第6个元素不需要右边距 */
  }
}
@media (max-width: 350px) {
  .prolist_list ul li {
    width: 100%; /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
    margin-right: 0px; /* 间隔 */
	  padding: 0px;
  }
}
@media (max-width: 500px) {
  .prolistpage {
    padding: 0;
  }
}
.prolist2_r {
  
  transition: all .5s;
}
.prolist2_r .prolist_item_text img {
  height: 8px;
}
@media (max-width: 1330px) {
  .prolist2_r .prolist_item_text img {
    display: none;
  }
}
.prolist2_r .prolist_list ul li:hover .prolist_item_img img {
  transform: scale(1.05);
}
.prolist2_r .prolist_list ul li:hover .prolist_item_text {
  padding: 20px 15px;
}
.prolist2_r .prolist_list ul li:hover .prolist_item_text img {
  filter: brightness(0) invert(1);
}
.prolist2_top {
  width: 100%;
  padding: 0px 30px;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.prolist2_topsx {
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding: 25px 0px;
  align-items: flex-start;
}
.prolist2_topsx:first-child {
  border-top: 0px;
}
.prolist2_tsx_l {
  width: 7%;
}
.prolist2_tsx_l a {
  display: block;
  width: 100%;
  height: 36px;
  background-color: #0c67b1;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 1px;
  color: #ffffff;
}
.prolist2_tsx_r {
  width: 90%;
}
.prolist2_tsx_r ul {
  justify-content: flex-start;
}
.prolist2_tsx_r ul li {
  margin-right: 30px;
}
.prolist2_tsx_r ul li a {
  font-size: 16px;
  letter-spacing: 1px;
  height: 36px;
  padding: 0px 15px;
  line-height: 36px;
  display: block;
  color: #666666;
}
.prolist2_tsx_r ul li:hover a, .prolist2_tsx_r ul li.active a {
  background-color: #0c67b1;
  color: #ffffff;
}
.prodetail {
  width: 100%;
}
/* 本例子css */
.slideTxtBoxpro {
  width: 100%;
}
.slideTxtBoxpro .hd {
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.prode_topl h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
.slideTxtBoxpro .hd ul {
  height: 60px;
}
.slideTxtBoxpro .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  line-height: 60px;
  font-size: 16px;
  color: #888888;
}
.slideTxtBoxpro .hd ul li:hover {
  color: #0c67b1;
}
.slideTxtBoxpro .hd ul li.on {
  color: #000000;
}
.slideTxtBoxpro .bd ul {
  padding: 15px;
  zoom: 1;
}
.prode_contop {
  width: 100%;
  margin: 50px 0px;
}
.prode_contop h3 {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.prode_contop p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.prode_video video {
  width: 100%;
}
.prode_caselist ol {
  list-style: none;
}
.prode_caselist ol li {
  width: 32%;
  transition: all .5s;
}
.prode_caselist ol li a {
  background-color: #f7f8fc;
  padding: 25px;
  display: block;
  width: 100%;
}
.prode_caselist_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.prode_caselist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prode_caselist_text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}
.prode_caselist ol li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.prode_caselist ol li:hover .prode_caselist_img img {
  transform: scale(1.05);
}
.prode_caselist ol li:hover .prode_caselist_text h4 {
  color: #0c67b1;
}
.prode_casemore {
  width: 120px;
  height: 45px;
  background-color: #0c67b1;
  border-radius: 3px;
  margin: 50px auto;
  padding: 0px 20px;
  transition: all .5s;
}
.prode_casemore a {
  width: 100%;
  height: 100%;
}
.prode_casemore a span {
  color: #ffffff;
}
.prode_casemore a i {
  color: #ffffff;
  font-style: normal;
}
.prode_casemore:hover {
  padding: 0px 12px;
}
.pdp-table {
  padding: 0 25px 60px;
  background-color: #f7f8fc;
}
.pdp-table table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border-spacing: 2px;
  border-collapse: separate;
}
.pdp-table table thead td {
  position: relative;
  z-index: 1;
  padding: 25px 20px;
}
.pdp-table table thead td:first-of-type {
  padding-left: 0;
}
.pdp-table table thead td::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -27px;
  right: -27px;
  background-color: #fff;
}
.pdp-table table h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  width: 220px;
  color: #000;
}
.pdp-table table td img {
  display: block;
  max-width: 100px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pdp-table table td {
  padding: 18px 20px;
  color: #474747;
  vertical-align: middle;
}
.pdp-table table tr:first-of-type td {
  color: #000;
}
.pdp-table table tr:nth-of-type(2n) {
  background-color: #fff;
}
.prode_gzfw {
  margin: 50px 0px;
}
.prode_gzfw h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.prode_gzfw_item p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.prode_down {
  width: 100%;
  padding: 50px 0px;
}
.prode_downlist {
  margin-bottom: 25px;
}
.prode_downitem {
  position: relative;
  padding: 20px 30px;
  background-color: #f7f8fc;
  cursor: pointer;
  transition: all .3s;
}
.prode_downitem h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0039c8;
}
.prode_downitem img {
  height: 20px;
}
.slideTxtBoxpro .bd ul.prode_downxl {
  padding: 0px 30px;
  background-color: #f7f8fc;
  display: none;
}
.prode_downxl li a {
  padding: 20px 0px;
  width: 100%;
  border-top: 1px solid rgba(71, 71, 71, .2);
}
.prode_downxl li a p {
  font-size: 14px;
  width: 80%;
  line-height: 30px;
  color: #333333;
}
.prode_downxl li a img {
  height: 18px;
  object-fit: contain;
  filter: brightness(200%) grayscale(200%);
}
.prode_downxl li:first-child a {
  border-top: 0px;
}
.prode_downitem.active {
  background-color: #0c67b1;
}
.prode_downitem.active h3 {
  color: #ffffff;
}
.prode_downitem.active img {
  filter: grayscale(1000%) brightness(1000%);
  transform: rotate(180deg);
}
.searchpage {
  margin-top: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border-color: #0c67b1;
  background-color: #0c67b1;
}
.pagination > li > a, .pagination > li > span {
  color: #0c67b1;
}
.detailpage {
  width: 100%;
}
.detailpage h2 {
  text-align: center;
}
.procontent_1 {
  width: 100%;

  position: relative;
  overflow: hidden;
  padding: 0 0 50px 0;
}
.procontent1_l {
  width: 40%;
  height: auto;
}
@media (max-width: 1300px) {
  .procontent1_l {
    width: 45%;
  }
}
@media (max-width: 770px) {
  .procontent1_l {
    width: 100%;
  }
}
.procon1_item {
  align-items: flex-start;
}
.procontent1_l .gallery-top {
  height: 75%;
  width: 100%;
}
.procontent1_l .gallery-thumbs {
  height: 25%;
  box-sizing: border-box;
  padding: 10px 0;
}
.procontent1_l .swiper-slide {
  background: none;
}
.procontent1_l .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.procontent1_l .gallery-thumbs .swiper-slide {
  height: 100%;
  border-bottom: 3px solid #006ee3;
  opacity: 0.4;
  cursor: pointer;
  /*transition: all .5s;*/
}
.procontent1_l .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.procontent1_r {
  width: 57%;
}
@media (max-width: 1300px) {
  .procontent1_r {
    width: 49%;
  }
}
.procont_ltop h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.procont_ltop p {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
}
.procontent_zx {
  margin-top: 50px;
}
.procontent_zx a {
  width: 185px;
  height: 60px;
  transition: all .5s;
  justify-content: center;
  background-color: #0c67b1;
	border-radius: 30px;
}
.procontent_zx a img {
  height: 20px;
  margin-right: 10px;
}
.procontent_zx a span {
  font-size: 16px;
  color: #ffffff;
	font-weight: bold;
}
.procontent_zx a:hover {
  background-color: #fbc700;
}
.procontent_zx a:hover img {
  margin-right: 15px;
}
.procontent_2 {

  padding-bottom: 100px;
}
.prodecon_item {
  width: 100%;
  padding: 10px 0px 40px 0px;
  background-color: #ffffff;
}
.prodecon_item2 {
  width: 100%;
  padding: 40px 0px;
}
.procon2_top {
  background-color: #ffffff;
  padding: 15px 0px 0 0px;
}
.procon2_top ul {
  justify-content: left;
  border-bottom: 1px solid #DFDEDE;
}
.procon2_top ul li {}
.procon2_top ul li a {
  line-height: 90px;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
}
.procon2_top ul li:hover {
  border-bottom: 3px solid #000000;
}
.prodecon_itemcon {
  margin-top: 30px;
	border-bottom: 1px solid #efefef;
padding-bottom: 100px;

}
.prodecon_itemcon p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.prodecon_itemcon img {
  margin: 5px 0px;
  max-width: 758px;
}
@media (max-width:758px) { 
.prodecon_itemcon img {

  max-width: 96%;
height: auto;
}
	.prodecon_item2 { display: none;}
	.procon2_top {
   
    padding: 15px 2% 0 2%;
}
}



.prodecon_title h3 {
  font-size: 26px;
  font-weight: bold;
}
.proxgtjlist {
  position: relative;
}
.proxgtjswiper {
  margin-top: 30px;
}
.proxgtjswiper .swiper-slide {
  display: block;
  position: relative;
}
.proxgtj_liimg img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.proxgtj_lides {
  position: absolute;
  top: 300px;
  left: 0px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  transition: all .5s;
  background-color: rgb(8 77 134 / 80%);
}
.proxgtj_lides h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}
.proxgtj_lides p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.proxgtjswiper .swiper-slide:hover .proxgtj_lides {
  top: 0px;
}
.detags {
  margin: 40px 0px 0px;
}
.detags p {
  font-size: 14px;
}
.detags p a {
  font-size: 14px;
  margin: 0px 5px;
}
.search-empty {
  width: 100%;
  text-align: center;
}
.qute_btn {
  position: relative;
  height: 30px;
  text-align: center;
  left: 20px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  cursor: pointer;
}
.fixednav .qute_btn {
  background: #0c67b1;
}
.qute_btn:hover {
  background: #fbc700;
}
.qute_btn a {
  line-height: 30px !important;
  padding: 0px 12px !important;
  font-size: 12px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
	font-weight: bold;
}
.qute_btn a::after {
  background-color: rgba(255, 255, 255, 0.00) !important;
}
.fixednav .qute_btn a {
  color: #ffffff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.qute_btn a img {
  width: 18px;
  padding-right: 5px;
}
.banner_black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 22%);
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1180px) {
  .banner_black {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 22%);
  }
}
.num_y {
  padding: 35px 0;
  overflow: hidden;
}
.num_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
  padding-top: 10px;
}
.num_ul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 50px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 20px; /* 间隔 */
  margin-left: 30px;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.num_ul li:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
  border-right: 0px;
}
.num_img {
  width: 50px;
  float: left;
}
@media (max-width: 700px) {
  .num_ul li {
    width: calc(100% / 2); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
    margin: 0;
    padding-left: 5px;
    text-align: center;
    border-right: 0px solid #dddddd;
    padding-bottom: 20px;
  }
  .num_img {
    width: 30px;
    float: left;
  }
  .num_ul li:nth-child(2), .num_ul li:nth-child(4) {
    padding-left: 15px;
  }
}
.num_img img {
  width: 100%;
}
.num_txt {
  float: left;
  width: calc(100% - 50px);
  text-align: left;
  padding-left: 20px;
}
.num_txt h3 {
  font-size: 14px;
  font-weight: bold;
}
.num_txt h3 span {
  font-weight: bold;
  font-size: 32px;
}
.num_txt p {
  font-size: 14px;
}
.num_txt h3 span {
  font-size: 28px;
}
.num_in {
  background-color: #f9f9f9;
}
.idxtitler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.idxtitline {
  flex: 0 0 25px;
  height: 2px;
  background-color: #0c67b1;
  margin: 0 7px;
}
.idxtittext2 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.idx_proul {
  width: 100%;
  height: 700px;
  position: relative;
}
.idx_proul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 3 - 5px);
  text-align: center;
  position: absolute;
}
.idx_proul li:nth-child(1) {
  height: calc(50% - 4px);
  left: 0;
  top: 0;
}
.idx_proul li:nth-child(2) {
  height: calc(50% - 4px);
  left: 0;
  bottom: 0;
}
.idx_proul li:nth-child(3) {
  height: calc(50% - 4px);
  left: calc(100% / 3 + 3px);
  top: 0;
}
.idx_proul li:nth-child(4) {
  height: calc(50% - 4px);
  left: calc(100% / 3 + 3px);
  bottom: 0;
}
.idx_proul li:nth-child(5) {
  height: calc(33% - 3.3px);
  top: 0;
  right: 0;
}
.idx_proul li:nth-child(6) {
  height: calc(33% - 3.3px);
  top: calc(33% + 5px);
  right: 0;
}
.idx_proul li:nth-child(7) {
  height: calc(33% - 3.3px);
  bottom: 0;
  right: 0;
}
@media (max-width: 700px) and (min-width: 450px) {
  .idx_proul {
    height: 305px;
  }
}
@media (max-width: 450px) {
  .idx_proul {
    height: 400px;
    position: relative; /* 确保子元素的绝对定位相对于此容器 */
  }
  .idx_proul li {
    position: absolute;
    width: calc(50% - 2.5px); /* 两列布局，每列宽度减去一半的间距 */
    margin: 0;
    box-sizing: border-box;
  }
  .idx_proul li:nth-child(1) {
    height: calc(33.333% - 3.333px);
    left: 0;
    top: 0;
  }
  .idx_proul li:nth-child(2) {
    height: calc(33.333% - 3.333px);
    left: 0;
    top: calc(33.333% + 1.667px);
  }
  .idx_proul li:nth-child(3) {
    height: calc(33.333% - 3.333px);
    left: calc(50% + 2.5px);
    top: 0;
  }
  .idx_proul li:nth-child(4) {
    height: calc(33.333% - 3.333px);
    left: calc(50% + 2.5px);
    top: calc(33.333% + 1.667px);
  }
  .idx_proul li:nth-child(5) {
    width: calc(33.333% - 3.333px);
    height: calc(33.333% - 3.333px);
    left: 0;
    top: calc(66.666% + 3.333px);
  }
  .idx_proul li:nth-child(6) {
    width: calc(33.333% - 3.333px);
    height: calc(33.333% - 3.333px);
    left: calc(33.333% + 1.667px);
    top: calc(66.666% + 3.333px);
  }
  .idx_proul li:nth-child(7) {
    width: calc(33.333% - 3.333px);
    height: calc(33.333% - 3.333px);
    left: calc(66.666% + 5px);
    top: calc(66.666% + 3.333px);
  }
}
.idx_titles h3, .idx_ftitles h3 {
  font-weight: bold;
}
.idx_advanul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
  position: relative;
}
.idx_advanul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 20px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 20px; /* 间隔 */
  text-align: center;
  padding: 120px 30px 80px;
  background-color: #f7f7f7;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.idx_advanul li:before {
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  opacity: 0;
  position: absolute;
  border-radius: 10px;
  transition: 0.5s ease;
}
.idx_advanul li:hover:before {
  opacity: 1;
}
.advli01:before {
  background-image: url('/assets/img/idx_advan_bg01.jpg');
}
.advli02:before {
  background-image: url('/assets/img/idx_advan_bg02.jpg');
}
.advli03:before {
  background-image: url('/assets/img/idx_advan_bg03.jpg');
}
.advli04:before {
  background-image: url('/assets/img/idx_advan_bg04.jpg');
}
.idx_advanul li:after {
  content: ""; /* 伪元素的内容为空 */
  display: block; /* 将伪元素作为块级元素显示 */
  width: 36px; /* 横线的宽度 */
  height: 2px; /* 横线的高度 */
  background-color: #fbc700; /* 横线的颜色，你可以根据需要修改 */
  position: absolute; /* 相对于 <p> 标签绝对定位 */
  bottom: 20px; /* 紧贴在 <p> 标签的底部 */
  left: 50%; /* 初始位置设为左半部分 */
  transform: translateX(-50%); /* 使用transform将伪元素向左移动自身宽度的50%，以实现真正的居中 */
}
.idx_advanul:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.idx_advanul li img {
  height: 60px;
  top: 55px;
  left: 50%; /* 左侧定位到容器的50% */
  transform: translateX(-50%); /* 通过transform居中 */
  position: absolute;
}
.idx_advanul li:hover img {
  filter: brightness(0) invert(1);
}
.idx_advanul li h2 {
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #0c67b1;
  position: relative;
}
.idx_advanul li:hover h2 {
  color: #ffffff;
}
.idx_advanul li p {
  color: #666666;
  text-align: left;
  line-height: 24px;
  position: relative;
}
.idx_advanul li:hover p {
  color: #ffffff;
}
.idx_advan_eb {
  width: 100%;
  display: flex;
  justify-content: center; /* 水平居中 */
  padding-top: 45px;
}
.idx_advan_eb a {
  border: 2px solid #0c67b1;
  color: #0c67b1;
  padding: 10px 40px;
  font-weight: bold;
  display: inline-block;
}
.idx_advan_eb a:hover {
  background-color: #0c67b1;
  color: #ffffff;
  transition: 0.5s ease;
}
.idx_abo {
  max-width: 100%;
  padding: 110px 0;
  position: relative;
  background-image: url('/assets/img/idx_aboutbg.jpg');
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden; /* Ensure overflow is hidden */
}
.idx_abo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 62, 0.92);
  pointer-events: none;
  z-index: -1;
}
.idx_abodiv {
  align-items: stretch; /* 使所有子项等高 */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.idx_abo_l {
  color: #ffffff;
  max-width: 45%;
  padding-top: 30px;
  position: relative;
}
.idx_abo_l img {
  filter: brightness(0) invert(1);
  width: 280px;
}
.idx_abo_l h3 {
  color: #ffffff;
  padding: 65px 0;
  font-size: 28px;
  font-weight: bold;
}
.idx_abo_l p {
  color: #ffffff;
  line-height: 25px;
  text-indent: 2em;
}
.idx_abo_l a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease; /* 添加过渡效果 */
}
.idx_abo_l a:hover {
  color: #ffffff;
  border: 1px solid #fbc700;
  background-color: #fbc700;
  font-weight: bold;
}
.idx_abo_r {
  width: 45%;
  overflow: hidden;
}
.idx_abo_wh {
  position: relative;
  background-color: rgba(0, 0, 0, 0.55); /* 设置半透明黑色背景 */
  /* 可以根据需求添加宽度和高度 */
  width: 100%;
  height: 300px; /* 示例高度 */
  display: flex;
  justify-content: center; /* 水平居中 */
  flex-direction: column;
  padding-left: 35px;
  overflow: hidden;
  cursor: pointer;
}
.idx_abo_wh:before {
  content: ""; /* 必须添加 content 属性，否则伪元素不会显示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/idx_abo_wh.jpg');
  background-size: cover; /* 使背景图片覆盖整个区域 */
  background-position: center;
  z-index: -1; /* 使背景图片位于半透明黑色背景下 */
  transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}
.idx_abo_wh:hover:before {
  transform: scale(1.1); /* 鼠标悬停时背景放大10% */
}
.idx_abo_w h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
}
@media (max-width: 450px) {
  .idx_abo_w h3 {
    font-size: 30px;
  }
}
.idx_abo_w a {
  color: #ffffff;
  padding-top: 35px;
  display: inline-block;
  position: relative;
}
.idx_abo_w a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0); /* 初始状态下线条不可见 */
  transform-origin: bottom right; /* 动画从右到左 */
  transition: transform 0.3s ease; /* 动画时间 */
}
.idx_abo_w a:hover::before {
  transform: scaleX(1); /* 鼠标悬停时，线条从左到右出现 */
  transform-origin: bottom left; /* 鼠标悬停时，线条从左到右 */
  color: #fbc700
}
.idx_abo_dw ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
  padding-top: 10px;
}
.idx_abo_dw ul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 2 - 5px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 10px; /* 间隔 */
  text-align: center;
  height: 218px;
  display: flex;
  justify-content: center; /* 水平居中 */
  flex-direction: column;
}
.idx_abo_dw ul li:nth-child(2n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
@media (max-width: 450px) {
  .idx_abo_dw ul li {
    width: calc(100% / 2 - 2.5px);
    height: 160px;
    margin-right: 5px; /* 间隔 */
  }
  .idx_abo_dw ul {
    padding-top: 5px;
  }
}
.idx_video:before {
  content: ""; /* 必须添加 content 属性，否则伪元素不会显示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/video_bg.jpg');
  background-size: cover; /* 使背景图片覆盖整个区域 */
  background-position: center;
  z-index: -1; /* 使背景图片位于半透明黑色背景下 */
  transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}
.idx_video:hover:before {
  transform: scale(1.1); /* 鼠标悬停时背景放大10% */
}
.idx_video h3 {
  color: #ffffff;
  font-weight: bold;
  line-height: 65px;
  z-index: 2;
  position: relative;
  font-size: 18px;
}
.idx_video p {
  color: #ffffff;
  z-index: 2;
  letter-spacing: 1px;
  position: relative;
  font-size: 12px;
}
.idx_abo_bp {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35); /* 设置半透明黑色背景 */
  /* 可以根据需求添加宽度和高度 */
  width: 100%;
  height: 100%; /* 示例高度 */
  display: flex;
  justify-content: center; /* 水平居中 */
  flex-direction: column;
  text-align: left;
  padding-left: 15px;
  overflow: hidden;
  cursor: pointer;
}
.idx_abo_bp:before {
  content: ""; /* 必须添加 content 属性，否则伪元素不会显示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/bj_bg2.jpg');
  background-size: cover; /* 使背景图片覆盖整个区域 */
  background-position: center;
  z-index: -1; /* 使背景图片位于半透明黑色背景下 */
  transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}
.idx_abo_bp:hover:before {
  transform: scale(1.1); /* 鼠标悬停时背景放大10% */
}
.idx_abo_bpw h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.idx_abo_bpw a {
  color: #ffffff;
  padding-top: 25px;
  display: inline-block;
  position: relative;
}
.idx_abo_bpw a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0); /* 初始状态下线条不可见 */
  transform-origin: bottom right; /* 动画从右到左 */
  transition: transform 0.3s ease; /* 动画时间 */
}
.idx_abo_bpw a:hover::before {
  transform: scaleX(1); /* 鼠标悬停时，线条从左到右出现 */
  transform-origin: bottom left; /* 鼠标悬停时，线条从左到右 */
  color: #fbc700
}
.idx_video_li {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
}
/* 分类栏样式 */
/* 共用父容器样式 */
.categories, .categories2 {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px 0;
  text-align: center;
  width: 100%;
}
/* 共用链接基础样式 */
.categories a, .categories2 a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  border-bottom: 2px solid transparent; /* 替代 rgba(0, 0, 0, 0.00) */
  margin: 0 17px;
  line-height: 40px;
}
/* 共用悬停和激活状态样式 */
.categories a:hover, .categories2 a:hover, .categories a.active, .categories2 a.active {
  border-bottom: 2px solid #fbc700;
  transition: all 0.7s ease;
}
/* 激活状态专属颜色 */
.categories a.active, .categories2 a.active {
  color: #0c67b1;
}



/* 产品展示区样式 */
.category-products  {
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: left;
  padding-top: 10px;
  display: none; /* 初始隐藏的产品分类 */
}
/* 默认显示的产品 */
.category-products.active {
  display: flex;
}

.category-products li {
  text-align: center;
  transition: transform 0.3s ease;
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 12px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 15px; /* 间隔 */
  padding-bottom: 15px;
}
.category-products li a {
  overflow: hidden;
  display: block;
}
.category-products li:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.category-products li img {
  width: 100%;
  height: auto;
}
.category-products li img:hover {
  transform: scale(1.08);
}
.category-products li p {
  background-color: #f7f9fb;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  height: 45px;
  overflow: hidden;
}
/* 分类栏样式 end */
.idxtit_tl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.idx_case {
  padding: 130px 0;
}
.idx_news {
  padding: 150px 0;
  background-color: #f7f9fb;
}
.idx_newsl {
  width: 100%;
  display: none;
  transition: all 0s;
}
.idx_newsl.active {
  display: block;
}
.quteo {
  position: relative;
  background-color: rgba(0, 34, 62, 0.92); /* 设置半透明黑色背景 */
  /* 可以根据需求添加宽度和高度 */
  width: 100%;
  display: flex;
  justify-content: center; /* 水平居中 */
  flex-direction: column;
  padding-left: 35px;
  overflow: hidden;
  cursor: pointer;
  padding: 70px 0 70px;
}
.quteo:before {
  content: ""; /* 必须添加 content 属性，否则伪元素不会显示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/qute_bg.jpg');
  background-size: cover; /* 使背景图片覆盖整个区域 */
  background-position: center;
  z-index: -1; /* 使背景图片位于半透明黑色背景下 */
  transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}
@media (max-width: 750px) {
  .quteo {
    padding: 60px 3%;
  }
}
.quteo_l {
  display: inline;
}
.quteo_l h3 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 38px;
  position: relative; /* 确保伪元素相对于 h3 定位 */
}
.quteo_l h3::after {
  content: ''; /* 必须有内容 */
  position: absolute;
  bottom: -5px; /* 横线距离标题底部 5px */
  left: 0;
  width: 105px; /* 横线宽度 */
  height: 3px; /* 横线高度 */
  background-color: #ffffff; /* 横线的颜色 */
}
.quteo_l h5 {
  color: #ffffff;
  font-size: 24px;
  line-height: 95px;
}
.quteo_l p {
  color: #757f8a;
  font-size: 16px;
}
.quteo_r {
  width: 50%;
}
.idx_factroy {
  background-color: #f9f9f9;
  padding: 100px 0px;
}
.idx_fa01 h3 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 5px;
}
.idx_fa01 p {
  font-size: 18px;
  text-align: right;
  padding-top: 35px;
  line-height: 30px;
  color: #666666;
}
.idx_fa01 {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: flex-end;
  padding-right: 30px;
}
.idx_fa01 h8 {
  height: 43px;
  font-size: 14px;
  color: #bfc0bb;
  padding-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative; /* 为伪元素定位提供上下文 */
}
.idx_fa01 h8::after {
  content: ''; /* 必须添加内容 */
  position: absolute;
  bottom: 0; /* 紧贴底部 */
  right: 0; /* 靠右对齐 */
  width: 88px; /* 横线宽度 */
  height: 3px; /* 横线高度 */
  background-color: #fbc700; /* 横线颜色 */
}
.sever_tit2 {
  line-height: 52px;
  font-size: 24px;
  color: #666666;
  font-weight: normal;
  text-align: center;
  padding-bottom: 37px;
}
.ser_titles {
  padding-bottom: 5px;
}
.ser_w { max-width: 100%;overflow: hidden;}
.ser_titles h3 {
  font-size: 48px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  position: relative; /* 确保可以定位伪元素 */
}
.ser_titles h3::after {
  content: ''; /* 伪元素需要添加内容 */
  display: block; /* 使其成为块级元素 */
  width: 45px; /* 下划线宽度 */
  height: 4px; /* 下划线高度 */
  background-color: #0c67b1; /* 下划线颜色 */
  margin: 24px auto 0; /* 上方留空，居中对齐 */
}
.ser_titles h3 span {
  font-size: 48px;
  color: #222222;
  font-weight: bold;
}
.sever_sl li h2 {
  font-size: 28px;
  text-align: center;
  padding-top: 95px;
  color: #ffffff;
}
.sever_sl li p {
  font-size: 16.5px;
  line-height: 1.8;
  margin-top: 35px;
  color: #ffffff;
}
.sever_sl {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
}
.sever_sl li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 20px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 20px; /* 间隔 */
  text-align: center;
  border-radius: 10px;
  position: relative;
  background-color: rgba(0, 34, 62, 0.92);
  overflow: hidden;
  padding: 0 20px;
  height: 386px;
}
.sever_sl li:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.sever_sl li:before {
  content: ""; /* 必须添加 content 属性，否则伪元素不会显示 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* 使背景图片覆盖整个区域 */
  background-position: center;
  z-index: -1; /* 使背景图片位于半透明黑色背景下 */
  transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}
.sever_sl01:before {
  background-image: url("/assets/img/idxforct01.jpg");
}
.sever_sl02:before {
  background-image: url("/assets/img/idx_aboutbg.jpg");
}
.sever_sl03:before {
  background-image: url("/assets/img/idxforct05.jpg");
}
.sever_sl04:before {
  background-image: url("/assets/img/idxforct03.jpg");
}
.sever_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
}
.sever_dl li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 20px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 20px; /* 间隔 */
  text-align: center;
  border-radius: 10px;
  position: relative;
  background-color: #f3f8fb;
  overflow: hidden;
  padding: 60px 20px;
}
.sever_dl li:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.sever_dl li h2 {
  font-size: 22px;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
}
.sever_dl li h2:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background-color: #fbc700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.sever_dl li img {
  width: 27%;
}
.sever_slb {
  padding: 100px 0;
  background-color: #f9f9f9;
  z-index: 0;
  position: relative;
}
.midq {
  background-image: url("/assets/img/lqbg.jpg");
  background-size: cover; /* 使背景图片覆盖整个区域 */
  background-position: center;
}
.midq_div {
  display: flex; /* 启用 Flexbox */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  flex-direction: column;
  width: 100%;
  padding: 60px 0;
}
.midq_div h3 {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}
.midq_div button {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 16px;
  background-color: transparent;
  margin-top: 40px;
  padding: 10px 20px;
  border-radius: 30px;
}
.hzlogo {
  background-image: url("/assets/img/logo_hz.jpg");
  background-size: cover; /* 自动拉伸并保持图片比例 */
  background-position: center center; /* 背景图片居中 */
  height: 385px;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  flex-direction: column;
}
@media (max-width: 720px) {
	.hzlogo {
  background-image: url("/assets/img/logo_hz2.jpg");

}
}
.hzlogo_titles {
  text-align: center;
}
.hzlogo_h3 h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 34px;
}
.hzlogo_h3 h4 {
  display: none;
}
.hzlogo_a {
  margin-top: 70px;
}
.hzlogo_a a {
  color: #0074c8;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.hzlogo_a a:hover {
  background: #fbc700;
  color: #ffffff;
}
.about2 {
  padding: 70px 0px;
}
.about2_l {
  float: left;
  width: 40%;
}
.about2_l img {
  width: 90%;
}
.about2_r {
  float: right;
  width: 60%;
  padding-left: 5%;
}
.about2_r p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.about2_r h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  line-height: 38px;
  font-weight: bold;
  padding-left: 70px;
}
.about2_r h3:before {
  content: "";
  background-image: url("/assets/img/about_yh.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; /* 设置宽度 */
  height: 42px; /* 设置高度 */
}
.about2_r h4 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  padding-left: 70px;
}
.about2_r p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.about2_l ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
}
.about2_l ul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 3 - 20px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 20px; /* 间隔 */
  text-align: center;
}
.about2_l ul li:nth-child(3n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.wh_sec {
  background-color: rgba(0, 0, 0, 0.4);
}
.wh_imgbg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* 半透明黑色 */ url("/assets/img/wh_bg2.jpg"); /* 背景图片 */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wh_li {}
.wh_li ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
}
.wh_li ul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  text-align: center;
  border-left: 1px solid #9aa7b5;
  height: 350px;
  padding: 100px 25px;
}
.wh_li ul li:nth-child(4n) {
  border-right: 1px solid #9aa7b5;
}
.wh_li ul li h3 {
  color: #ffffff;
  font-size: 28px;
}
.wh_li ul li p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}
.abouthis_top {
  position: relative;
}
.abouthis_top video {
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  width: 622.22px;
  z-index: 2;
}
.about_histit {
  text-align: center;
}
.about_histit h3 {
  font-size: 38px;
  color: #222222;
  font-weight: bold;
}
.certificate ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: left;
  padding: 100px 0;
}
.certificate ul li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 15px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.certificate ul li p {
  border: 1px solid #f0f0f0;
  width: 100%;
  padding: 10px;
}
.certificate ul li h3 {
  background-color: #f0f0f0;
  line-height: 45px;
  font-weight: bold;
  color: #4b4a4a;
  font-size: 14px;
}
.certificate ul li img {
  border: 5px solid #0074c8;
  width: 100%;
}
.certificate ul li:nth-child(4n) {
  margin-right: 0;
}
.group_list {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: left;
  margin-top: 40px;
}
.group_list li {
  width: calc(50% - 20px);
  min-height: 114px;
  padding: 40px 70px 40px 30px;
  border: 1px solid #ededed;
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.group_list li img {
  position: absolute;
  right: 25px;
  top: 65px;
  width: 40px;
  cursor: pointer;
}
.hover-image {
  opacity: 0;
}
.group_list a:hover img.default-image {
  opacity: 0;
}
.group_list a:hover img.hover-image {
  opacity: 1;
}
@media (max-width: 800px) {
  .group_list li {
    padding: 40px 30px;
  }
  .group_list li img {
    display: none;
  }
}
.group_list li:nth-child(2n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.group_list li h3 {
  margin-bottom: 20px;
  line-height: 30px;
  color: #282828;
  font-size: 20px;
  font-weight: bold;
  position: relative; /* 确保伪元素相对于h3定位 */
}
.group_list li h3::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #0c67b1;
  position: absolute;
  left: 0;
  bottom: -10px;
}
/* 工厂实力切换样式*/
.idx_factory {
  width: 100%;
  position: relative;
}
.categories-2 {
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
  padding-bottom: 25px;
  float: right;
  width: 100%;
}
.categories-2 li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
}
.categories-2 li:before, .categories-2 li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background: #e5ecf6;
  top: 50%;
  transform: translateY(-50%);
}
.categories-2 li:before {
  left: 0; /* 左侧竖线 */
}
.categories-2 li:after {
  right: 0; /* 右侧竖线 */
}
/* 去掉第一个 li 的左边竖线 */
.categories-2 li:first-child:before {
  content: none;
}
/* 去掉最后一个 li 的右边竖线 */
.categories-2 li:last-child:after {
  content: none;
}
.categories-2_txt {
  text-align: left;
  padding-left: 10px;
}
.categories-2_txt h3 {
  text-align: left;
  color: #333333; /* 默认字体颜色 */
  transition: color 0.3s ease; /* 添加平滑过渡效果 */
}
.categories-2_txt h3 {
  font-size: 26px;
  color: #333333;
  line-height: 36px;
  font-weight: bold;
}
.categories-2 li:hover .categories-2_txt h3 {
  color: #0c67b1;
}
.categories-2_txt p {
  color: #666666;
  text-transform: uppercase;
  line-height: 17px;
}
.categories-2 li > div img {
  height: 40px;
}
.categories-2 li.active > div {
  background-color: #ffffff;
  border-radius: 13px;
}
.categories-2 li > div {
  padding: 10px;
}
.categories-2 li > div {
  display: flex;
}
.category-products2 img {
  width: 45%;
}
.category-products2 {
  width: 100%;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: left;
  background-color: #ffffff;
  padding: 15px;
  display: block; /* 改为 block，结合 opacity 和 transform 控制显示 */
  opacity: 0;
  transform: translateY(10px); /* 初始向下偏移 */
  transition: opacity 0.3s ease, transform 0.3s ease; /* 添加过渡效果 */
  pointer-events: none; /* 防止用户与隐藏的内容交互 */
  position: absolute;
  top: 0;
  left: 0;
}
.category-products2 div {
  display: flex; /* 设置父容器为 Flexbox */
  justify-content: space-between;
  width: 100%;
}
/* 默认显示的产品 */
.category-products2.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* 激活时恢复交互 */
}
.category-products2 li {
  text-align: center;
  transition: transform 0.3s ease;
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 25px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 25px; /* 间隔 */
  padding-bottom: 25px;
}
.category-products2 li a {
  overflow: hidden;
  display: block;
}
.category-products2 li:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.category-products2 li img {
  width: 100%;
  height: auto;
}
.category-products2 li img:hover {
  transform: scale(1.08);
}
.category-products2 li p {
  background-color: #333333;
  font-size: 14px;
  line-height: 45px;
}
.categories-2 li.active h3 {
  color: #0c67b1; /* 激活时字体颜色 */
}
.category-sever {
  flex-wrap: wrap;
  justify-content: left;
  opacity: 0; /* 设置为透明 */
  visibility: hidden; /* 初始隐藏 */
  transform: scale(0.96); /* 初始缩小一点点 */
  transition: opacity 0.2s ease, transform 0.3s ease, visibility 0.2s ease; /* 添加过渡效果 */
  position: absolute;
  top: 0;
  left: 0;
}
/* 激活状态 */
.category-sever.active {
  opacity: 1; /* 完全显示 */
  visibility: visible; /* 可见 */
  transform: scale(1); /* 恢复原大小 */
  position: relative;
}
.category-sever div {
  width: 100%;
}
/* 默认显示的产品 */
.category-sever.active {
  display: block;
}
.category-sever li {
  text-align: center;
  transition: transform 0.3s ease;
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 25px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 25px; /* 间隔 */
  padding-bottom: 25px;
}
.category-sever li a {
  overflow: hidden;
  display: block;
}
.category-sever li:nth-child(4n) {
  margin-right: 0; /* 每行的第6个元素不需要右边距 */
}
.category-sever li img {
  width: 100%;
  height: auto;
}
.category-sever li img:hover {
  transform: scale(1.08);
}
.sever_cj {
  padding: 80PX 30px;
  background-color: #f3f8fb;
  border-radius: 20px;
  width: 100%;
}
.sever_cr {
  float: right;
  width: 63%;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  position: relative;
}
.sever_cl {
  float: left;
  width: 35%;
  position: relative;
}
.category-sever img {
  width: 100%;
}
.sever_categories-2 {
  float: right;
  width: 63%;
  display: flex;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: center;
  background-color: #fafcfd;
  border-radius: 10px;
  padding: 10px;
}
.sever_categories-2 li {
  flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 6); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  text-align: center;
  padding: 8px 5px;
}
.sever_categories-2 li img {
  width: 45%;
  padding-top: 15px;
}
.sever_categories-2 li h3 {
  font-size: 14px;
  color: #00569c;
  line-height: 35px;
}
.activeli {
  background-color: #f3f8fb;
  border-radius: 10px;
}
.sever_fa01 p {
  font-size: 16px;
  padding: 25px 0 25px 0;
  line-height: 28px;
  color: #657188;
  overflow: hidden;
}
.sever_fa01 h3 {
  color: #00569c;
  font-weight: bold;
  font-size: 45px;
}
.sever_cjing {
  padding: 150px 0;
}
@media (max-width: 1030px) and (min-width: 700px) {
  .num_ul li {
    flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
    width: calc(100% / 4 - 10px);
    margin-right: 6px;
    margin-left: 5px;
    text-align: center;
    border-right: 0px solid #dddddd;
  }
  .num_txt p {
    font-size: 12px;
  }
  .num_txt {
    padding-left: 10px;
    width: calc(100% - 40px);
  }
  .num_img {
    width: 40px;
  }
  .num_txt h3 span {
    letter-spacing: -1px;
  }
}
@media (max-width: 700px) {
  .num_txt h3 span {
    letter-spacing: -1px;
    font-size: 20px;
  }
  .num_txt p {
    font-size: 12px;
  }
  .num_txt {
    padding-left: 10px;
    width: calc(100% - 35px);
  }
  .num_y {
    padding: 18px 0 0 0;
  }
  .idx_titles h3 {
    font-size: 35px;
  }
  .idx_pros_desc h3 {
    font-size: 14px;
  }
  .idx_pros_desc {
    padding: 0px;
  }
  .idx_pros ul li .idx_pros_desc {
    max-height: 30px;
  }
  .idx_advanul li {
    flex: 0 0 auto;
    width: 92%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    text-align: center;
    padding: 120px 30px 80px;
    background-color: #f7f7f7;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }
  .idx_advanul li:before {
    opacity: 1;
  }
  .idx_advanul li img {
    filter: brightness(0) invert(1);
  }
  .idx_advanul li h2 {
    color: #ffffff;
  }
  .idx_advanul li p {
    color: #ffffff;
  }
  .idx_advan_eb {
    padding-top: 25px;
  }
}
.online-mob {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  color: #999;
  background-color: rgba(255, 255, 255, 70%);
  box-shadow: 1px 1px 3px #000;
  text-align: center;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.idx_factroys {
  padding: 120px 0 120px 0;
  background-color: #f9f9f9;
}
@media (min-width: 1080px) {
  .online-mob {
    display: none;
  }
}
.online-mob button {
  color: #FFFFFF;
  background-color: #0074c8;
  border-radius: 25px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  width: 80%;
  border: 0px;
}
@media (max-width: 1050px) {
  .categories-2 li > div {
    display: block;
    padding: 10px 0 0 0;
    border-radius: 5px;
    width: 100%;
  }
  .categories-2_txt h3 {
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
  }
  .categories-2_txt {
    text-align: center;
    padding-left: 0px;
  }
  .categories-2_txt p {
    display: none;
  }
  .categories-2 li:before, .categories-2 li:after {
    width: 0px;
  }
  .categories-2 li > div img {
    height: 30px;
  }
  .categories-2 {
    padding-bottom: 10px;
  }
  .category-products2 div {
    display: block;
  }
  .category-products2 img {
    width: 100%;
    border-radius: 8px;
  }
  .idx_fa01 h3 {
    font-size: 22px;
    padding: 20px 0 5px 0;
  }
  .idx_fa01 {
    padding-right: 0px;
  }
  .idx_fa01 h8 {
    font-size: 10px;
    padding-bottom: 15px;
    letter-spacing: 0px;
  }
  .idx_fa01 h8::after {
    left: 0;
    right: auto;
  }
  .idx_fa01 p {
    text-align: left;
    padding-top: 20px;
    font-size: 14px;
    line-height: 27px;
  }
  .idxforctp2 {
    display: block;
  }
  .idxforctp {
    display: none;
  }
}
@media (max-width: 650px) {
  .categories-2 li img {
    height: 30px;
  }
  .idx_factroys {
    padding: 70px 0 40px 0;
  }
}
@media (min-width: 1050px) {
  .idxforctp2 {
    display: none;
  }
  .idx_factory {
    height: 280px;
  }
  .idxforctp {
    display: block;
  }
}
@media (max-width: 1050px) {
  .idx_factory {
    height: 800px;
  }
  .idx_video p {
    display: none;
  }
  .idx_abo_l {
    width: 53%;
  }
}
@media (max-width: 750px) {
  .certificate ul li {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .certificate ul li:nth-child(2n) {
    margin-right: 0;
  }
  .category-products li {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
  }
  .category-products li:nth-child(2n) {
    margin-right: 0; /* 每行的第6个元素不需要右边距 */
  }
  .category-products li p {
    font-size: 12px;
    height: 45px;
    overflow: hidden;
  }
  .group_list li {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    padding: 20px 15px;
  }
  .group_list li p {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .group_list li h3 {
    font-size: 16px;
  }
  .idx_abodiv {
    display: block;
  }
  .idx_abo_l {
    width: 100%;
    padding: 0 15px 130px 15px;
    max-width: 100%;
  }
  .idx_abo_r {
    width: 100%;
  }
  .idx_abo_l a {
    bottom: 50px;
    left: 15px;
  }
  .idx_abo_l h3 {
    padding: 40px 0;
  }
  .idx_abo_l img {
    width: 250px;
  }
  .idxtit_tl {
    display: block;
  }
  .categories a {
    font-size: 14px;
    font-weight: bold;
    margin-right: 0px;
    display: inline-block;
    line-height: 30px;
    padding: 0 8px 0 8px;
  }
  .categories {
    display: block;
    margin: 0px;
  }
  .categories2 a {
    font-size: 14px;
    font-weight: bold;
    margin-right: 0px;
    display: inline-block;
    line-height: 30px;
    padding: 0 8px 0 8px;
  }
  .categories2 {
    display: block;
    margin: 0px;
  }
  .idxtit_l {
    display: flex; /* 激活Flexbox布局 */
    justify-content: flex-start; /* 元素向左对齐 */
    align-items: flex-end;
    gap: 10px; /* 可选，设置元素间距 */
  }
  .idxtit_l h2 {
    line-height: initial;
  }
  .categories a.active {
    border-bottom: 0px;
    transition: all .7s ease;
    line-height: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  .idxtit_tl {
    padding-bottom: 0px;
  }
  .idx_case {
    padding: 80px 0;
  }
  .idx_news {
    padding: 100px 0;
  }
  .idx_newsl {
    padding-top: 10px;
  }



 
  .idxnews_desc h3 {
    height: auto !important;
    font-size: 14px;
    max-height: 38px;
    line-height: 18px;
    margin: 0px 0 5px 0;
  }
  .idxnews_desc p {
    font-size: 12px;
    line-height: 18px;
    height: 55px;
  }
  .idxnews_desc button {
    margin-top: 5px;
    background: none;
    border: 0px;
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
  }
  .quteo_l h3 {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .quteo_l h3::after {
    height: 2px;
  }
  .quteo_l h5 {
    font-size: 16px;
    line-height: 30px;
    padding-top: 25px;
  }
  .quteo_r {
    width: 100%;
    padding-top: 35px;
  }
  .ser_titles h3 {
    font-size: 30px;
    padding: 0;
  }
  .sever_tit2 {
    font-size: 14px;
    padding: 10px 20px 25px 20px;
    line-height: 28px;
  }
	.ser_titles h3::after {
		    margin: 15px auto 0;
		
	}
  .sever_dl li h2 {
    line-height: 25px;
    padding-top: 15px;
  }
  .sever_dl li {
    padding: 35px 20px;
  }
  .sever_dl li h2:after {
    bottom: 18px;
  }
  .ser_titles h3 span {
    display: none;
  }
  .sever_cl {
    float: none;
    width: 100%;
  }
  .sever_cl .active {
    position: relative;
  }
  .sever_cr {
    float: none;
    width: 100%;
  }
  .sever_cr .active {
    position: relative;
  }
  .category-sever {
    text-align: center;
  }
  .category-sever img {
    width: 80%;
  }
  .sever_fa01 h3 {
    font-size: 35px;
    padding: 10px 0 25px 0;
  }
  .sever_fa01 p {
    display: none;
  }
  .sever_cj {
    padding: 15px!important;
  }
  .sever_categories-2 li {
    width: calc(100% / 3);
  }
  .hzlogo_h3 h3 {
    display: none;
  }
  .hzlogo_h3 h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    display: block;
  }
  .prodetail {
    padding-top: 35px;
  }
  .procont_ltop h2 {
    font-size: 24px;
  }
  .procontent_zx a {
    width: 265px;
    height: 60px;
   
  }
  .procontent_zx a span {
    font-size: 16px;
  }
  .aboutt_l {
    width: 100%;
    float: none;
  }
  .aboutt_r {
    width: 100%;
    float: none;
    padding-right: 5%;
  }
  .aboutt_r h3 {
    font-size: 18px;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .aboutt_r p {
    font-size: 12px;
    line-height: 24px;
  }
  .aboutt_r h3:before {
    width: 30px;
    height: 25px;
    background-size: cover;
    background-position: center; /* 可选，用于设置图片在容器中的位置 */
    background-repeat: no-repeat;
  }
  .about2_l {
    float: none;
    width: 100%;
    text-align: center;
  }
  .about2_r {
    float: none;
    width: 100%;
    padding-right: 5%;
  }
  .about2_r h3:before {
    width: 30px;
    height: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about2_r h3 {
    font-size: 18px;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .about2_r h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
    padding-left: 40px;
    letter-spacing: 0;
  }
  .about2_r p {
    font-size: 12px;
    line-height: 24px;
  }
  .wh_li ul li {
    width: calc(100% / 1);
    border-left: 0px;
    padding: 60px 0 0 40px;
    height: auto;
  }
  .wh_li ul li:nth-child(4n) {
    margin-bottom: 60px; /* 每行的第6个元素不需要右边距 */
  }
  .wh_li ul li p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
  }
  .wh_li ul li h3 {
    font-weight: bold;
    font-size: 20px;
  }
  .abouthis_top video {
    width: 100%;
    height: auto;
    position: relative;
  }
  .about_histop {
    padding: 20px 5% 0 5%;
  }
  .about_hisitem .gallery-top {
    height: auto;
    padding-bottom: 0;
  }
  .abouthist_l h3 {
    margin-bottom: 10px;
  }
  .abouthist_l h4 {
    margin-bottom: 20px;
  }
  .about_hisbot_y h4 {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .idx_abo_l img {
    width: 180px;
  }
  .idx_abo_l h3 {
    font-size: 20px;
  }
  .idx_abo {
    padding: 70px 0;
  }
}
@media (max-width: 1440px) {
  .con1400-2 {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .sever_dl li h2 {
    font-size: 16px;
  }
  .sever_dl li img {
    width: 45%;
  }
}
@media (max-width: 670px) {
  .sever_dl li {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .sever_dl li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1010px) {
  .sever_sl li h2 {
    padding-top: 55px;
    font-size: 20px;
    font-weight: bold;
  }
  .sever_sl li p {
    font-size: 14px;
  }
  .sever_sl li {
    height: 326px;
  }
}
@media (max-width: 780px) {
  .sever_sl li {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    padding: 0 35px;
    margin-bottom: 10px;
  }
  .sever_sl li:nth-child(2n) {
    margin-right: 0; /* 每行的第6个元素不需要右边距 */
  }
  .sever_sl li h2 {
    font-size: 26px;
  }
  .sever_sl li {
    height: 235px;
  }
}
@media (max-width: 650px) {
  .sever_sl li {
    padding: 0 17px;
  }
  .sever_sl li h2 {
    font-size: 20px;
    padding-top: 35px
  }
  .sever_sl li p {
    margin-top: 25px;
    line-height: 1.5;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .neinav {
    display: none;
  }
}
.sever_item {
  padding: 50px 0px;
}
@media (max-width: 1250px) {
  .sever_fa01 p {
    height: auto;
  }
}
@media (max-width: 480px) {
  .sever_fa01 h3 {
    font-size: 24px;
    padding: 10px 0 15px 0;
  }
  .sever_categories-2 li h3 {
    font-size: 12px;
  }
  .sever_categories-2 li {
    padding: 5px 3px;
  }
  .sever_cjing {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  .sever_categories-2 {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .sever_cj {
    padding: 40PX 30px;
  }
  .sever_fa01 h3 {
    font-size: 26px;
  }
  .sever_fa01 p {
    font-size: 14px;
  }
}
@media (max-width: 1015px) {
  .sever_categories-2 {
    width: 100%;
    margin-top: 25px;
  }
  .sever_cjing {
    padding: 90px 0;
  }
}
@media (max-width:1080px) {
  .topitem {
    display: none !important;
  }
}
@media (max-width:1080px) {
  .waptop {
    display: block;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; /* 默认隐藏 */
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none; /* 默认隐藏 */
  width: 80%;
  max-width: 1070px;
}
.popup_l {
  width: 60%;
  position: relative;
}
.popup_l a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_main {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.popup_r {
  background-color: #0c67b1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 40%;
}
.closePopup {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #0178ce;
  color: white;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.popupvideo {
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 63px;
  border-radius: 50%;
  font-size: 25px;
  display: inline-block;
  transition: .3s;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.popup_l a i {
  line-height: 63px;
}
.popup_l a i:hover {
  background: #fbc700;
  border: 2px solid #fbc700;
}
.idx_fform_pop {
  width: 100%;
}
.idx_fform_pop h2 {
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 32px;
}
.idx_fform_pop button {
  font-size: 16px;
  color: #ffffff;
  width: 160px;
  height: 50px;
  background-color: #0178ce;
  border: 0px;
  border-radius: 5px;
}
.idx_fform_pop button:hover {
  background-color: #fbc700;
}
.idx_fform4 input {
  color: #333333;
  font-size: 14px;
  padding: 10px;
}
.idx_fform4 input::placeholder {
  color: #666666;
  font-size: 14px;
}
.idx_fform5 {
  padding-bottom: 10px;
}
.idx_fform5 textarea {
  color: #333333;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  border: 0px;
}
.idx_fform5 textarea::placeholder {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1150px) {
  .popup_l {
    display: none;
  }
  .popup_r {
    max-width: 650px;
    width: 100%;
    padding: 25px;
    background-image: url("/assets/addons\/ldcms/ldcms2024/images/tc_l.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .popup_r::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 44, 79, 0.75);
    z-index: 1;
  }
  .idx_fform_pop {
    z-index: 2;
  }
  .closePopup {
    z-index: 2;
  }
  .popup {
    width: auto;
  }
}
@media (max-width: 800px) {
  .popup {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .idx_fform4 input {
    width: 100%;
  }
  .idx_fform_pop button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .idx_fform_pop h2 {
    font-size: 20px;
  }
}
.prolistpage {
  background-color: #fafafa;
}
.prolist {
  background-color: #fafafa;
}
.procont_lbot ul {
  display: flex; /* 启用 Flex 布局 */
  list-style: none; /* 移除默认列表样式 */
  padding: 0; /* 移除默认内边距 */
  margin: 0; /* 移除默认外边距 */
  padding-top: 45px;
}
.procont_lbot ul li {
  position: relative; /* 为伪元素定位做准备（可选） */
  width: 25%;
  text-align: center;font-size: 14px;color: #7e8c8d; 
}

.procont_lbot ul li p {
	 color: #111111;font-size: 16px;font-weight: bold;padding-bottom: 5px;
 
}


@media (max-width: 770px) {
  .procont_lbot ul li {
    width: 33%;
  }
}
/* 添加分隔线（最后一个 li 不加） */
.procont_lbot ul li:not(:last-child) {
  border-right: 1px solid #e0e0e0; /* 浅灰色竖线 */
}

.category-news {width: 100%;
  flex-wrap: wrap; /* 允许flex容器内的元素换行 */
  justify-content: left;
  padding-top: 10px;
display: flex;}

.category-news li {flex: 0 0 auto; /* 防止li元素在容器中拉伸 */
  width: calc(100% / 4 - 8px); /* 每行6个，所以每个元素占1/6宽度，并减去间隔 */
  margin-right: 10px; /* 间隔 */
}
.category-news li:nth-child(4n) {
  margin-right: 0px; 
}

@media (max-width: 770px) {
	.category-news li {
width: 100%;
		margin-bottom: 15px;
		
}
	.idxnews_img { float: left; width: 40%;height: 150px;overflow: hidden;}
	.idxnews_desc {float: right; width: 60%; height: 150px; overflow: hidden;padding: 15px;}

.category-news li:nth-child(2n) {
  margin-right: 0px; 
}
}
.category-news li:hover  .idxnews_img img {width: 100%;
 transform: scale(1.05);}

 
.category-news li:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/*--点击表单按钮显示‘提交中’--*/
.loading-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
/*--点击表单按钮显示‘提交中’end--*/

.pro_ser { padding-top: 25px;}
.procont_con {margin-top: 35px;background-color: #f9f9f9;
	padding: 20px;
	border-radius: 12px;}
.procont_con p {
	font-size: 14px;
    color: #666666;
    line-height: 23px;
    padding-top: 10px;
}