/*底部导航*/
.footer {
  height: auto;
  /* margin-top: 50px; */
  background: #000;
  color: #fff;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.footer a {
  color: #fff;
}
.footer .container {
  width: 100%;
  max-width: 1470px;
}
.footer_rows {
  padding-top: 15px;
}
.footer_text {
  font-size: 12px;
}
.footer_ones_text {
  margin-top: 15px;
}
.footer_qrcode {
  text-align: center;
}
.footer_beian {
  text-align: center;
  padding: 11px 0 17px;
  border-top: 1px solid #fff;
  margin-top: 18px;
}
/* 右侧提示： 微信联系方式 + 手机联系方式 */
.header-fixed-right {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 999;
}
.header-right {
  position: relative;
  width: 78px;
  /* margin-top: 4.3rem; */
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header-right  i {
  font-size: 32px;
}
#qrCodeContainer,
#mobileContainer {
  position: absolute;
  width: 167px;
  height: 167px;
  right: 88px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  box-shadow: 0px 8px 23px 0px rgba(11, 84, 95, 0.1);
}
#qrCodeContainer.show,
#mobileContainer.show {
  opacity: 1;
  transform: scale(1);
}
#qrCodeContainer img {
  height: 100%;
  width: 100%;
}
#mobileContainer {
  background-color: #fff;
  border-radius: 5px;
}
.header-right-bottom,
.header-right-top {
  width: 100%;
  height: 79px;
  background: #71c2cc;
  cursor: pointer;
  margin-bottom: 2px;
}
.header-right-top:first-child {
  border-radius: 8px 0px 0px 0px;
  -webkit-border-radius: 8px 0px 0px 0px;
  -moz-border-radius: 8px 0px 0px 0px;
  -ms-border-radius: 8px 0px 0px 0px;
  -o-border-radius: 8px 0px 0px 0px;
}
.header-right-bottom {
  border-radius: 0px 0px 0px 8px;
  -webkit-border-radius: 0px 0px 0px 8px;
  -moz-border-radius: 0px 0px 0px 8px;
  -ms-border-radius: 0px 0px 0px 8px;
  -o-border-radius: 0px 0px 0px 8px;
}
.header_right_img {
  /* existing code */
  margin: 0 auto;
  padding-top: 12px;
}
.header_right_top_img {
  width: 38px;
  height: 51px;
}

.header_right_bottom_img {
  width: 45px;
  height: 48px;
}
.header_right_img img {
  height: 100%;
  width: 100%;
}
#mobileContainer h3 {
  text-align: center;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
}
#mobileContainer p {
  width: 65%;
  margin: 2px auto;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #888888;
  line-height: 16px;
}
.product_search_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left_position {
  flex: 2;
  align-self: flex-end;
}
.search_pro_input {
  flex: 4;
}
.nav_drop {
  display: block;
  color: #000 !important;
  text-align: center;
  padding: 8px 0px;
}
.logo_icon_font {
  display: flex;
}
.logo_icon_font a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-left: 15px;
}
.logo_icon_font a img {
  width: 28px;
  height: 28px;
  margin-top: 7px;
  object-fit: contain;
}
/* .pro_img_width {
  height: 322px;
} */
.pro_img_width_i {
  height: 325px;
}
@media (max-width: 1200px) {
  .my_proder_detail .type_img_slide {
    width: 155px !important;
    height: 166px !important;
    margin-right: 15px !important;
  }
  .img_product_btn {
    margin-top: 21px !important;
  }
}
@media (max-width: 992px) {
  .hardware_left img {
    margin: 18px auto 50px;
    width: 51%;
  }
  .about_text {
    margin-top: 38px;
  }
  .huoban_logo_item {
    height: 123px !important;
  }
  .project_list_box img {
    height: 125px !important;
  }
  .left_position {
    flex: 3;
  }
  .my_proder_detail .type_img_slide {
    width: 145px !important;
    height: 166px !important;
    margin-right: 15px !important;
  }
  .img_product_btn {
    margin-top: 21px !important;
  }
  .pro_img_width_i {
    height: 281px;
  }
  .pro_img_width_i img {
    height: 245px !important;
  }
}
@media (max-width: 768px) {
  .footer_left {
    margin-left: 20%;
  }
  #myIframe {
    height: 565px;
    padding-bottom: 15px;
  }
  .hardware_left img {
    margin: 28px auto 50px;
    width: 55%;
  }
  .t-active-img {
    height: 172px !important;
  }
  .project_list_box img {
    height: 197px !important;
  }
  .pro_img_width_i {
    height: 231px;
  }
}
@media (max-width: 600px) {
  .footer_left {
    margin-left: 10%;
  }
  .hardware_left img {
    margin: 28px auto 50px;
    width: 70%;
  }
  .second_title {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .about_h3_text {
    font-size: 21px;
  }
  .t-active-img {
    height: 151px !important;
  }
  .huoban_logo_item {
    height: 68px !important;
  }
  .project_list_box img {
    height: 155px !important;
  }
  #page_muen_nav {
    padding-bottom: 18px;
  }
  .left_position {
    padding-left: 15px;
    flex-basis: 100%;
  }
  .search_pro_input {
    margin-top: 16px;
    flex-basis: 100%;
  }
  .my_proder_detail .type_img_slide {
    width: 125px !important;
    height: 146px !important;
    margin-right: 15px !important;
  }
  .img_col_width {
    height: 350px !important;
  }
  .img_product_btn {
    margin-top: 21px !important;
  }
  .pro_img_width_i {
    height: 189px;
  }
}
@media (max-width: 460px) {
  .footer_left {
    margin-left: 3%;
  }
  .footer_text {
    font-size: 11px;
  }
  .footer_beian {
    font-size: 12.5px;
  }
  .project_list_box img {
    height: 108px;
    width: 100%;
  }
  .hardware_left img {
    margin: 36px auto 50px;
    width: 85%;
  }
  .img_about,
  .second_about_img {
    width: 99px !important;
    height: 99px !important;
  }
  .project_item_bold {
    width: 210px !important;
  }
  .t-active-img {
    height: 111px !important;
  }
  .header-right-bottom,
  .header-right-top {
    width: 84%;
    height: 69px;
  }
  .header_right_top_img {
    width: 30px;
    height: 41px;
  }
  .header_right_bottom_img {
    width: 35px;
    height: 43px;
  }
  .header-right-top p,
  .header-right-bottom p {
    font-size: 12px;
  }
  .project_list_box img {
    height: 106px !important;
  }
  .project_item_text {
    padding: 0px 20px 12px !important;
  }
  .more {
    margin-top: 5px !important;
    font-size: 13px !important;
  }
  .project_height_img {
    height: 180px !important;
  }
  .project_text_miaoshu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .my_proder_detail .type_img_slide {
    width: 125px !important;
    height: 146px !important;
    margin-right: 15px !important;
  }
  .img_col_width {
    height: 290px !important;
  }
  .img_product_title {
    font-size: 20px !important;
  }
  .img_product_text {
    font-size: 12px !important;
  }
  .img_product_btn {
    margin-top: 21px !important;
  }
  /* .btn_height_pro {
    height: 420px !important;
  } */
  .type_name li {
    width: 151px !important;
  }
  .navbar-right a {
    text-align: center;
    color: #fff !important;
  }
  .btn_left_chinese {
    margin-left: 40%;
  }
  .home_car_banne img {
    height: 240px !important;
  }
  .logo_icon_font {
    margin-bottom: 20px;
    margin-left: 11%;
  }
  .pro_img_width_i {
    height: 131px;
  }
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.normal_p p {
  margin-bottom: 0;
}
.normal_ul li {
  list-style: none;
}
.in_case .main li {
  width: 13.5%;
  margin-right: 1%;
  overflow: hidden;
  float: left;
  position: relative;
  transition: 1s all;
  list-style: none;
  padding-bottom: 30%;
}
.in_case .main li:last-child {
  margin-right: 0;
}
.in_case .main li .img1 {
  position: absolute;
  width: auto;
  height: 100%;
}
.in_case .main {
  margin-top: 50px;
}
.in_case .main li.active {
  width: 27.5%;
}
.in_case .main li .font {
  position: absolute;
  bottom: 15px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.in_case .main li .font .p1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.in_case .main li .font .btn {
  line-height: 40px;
  margin-top: 10px;
  padding: 0 15px;
  background: #e5e5e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333;
}
.in_case .main li .font .btn:hover {
  color: #fff;
  background: var(--main-color);
}
.in_about_tab li {
  width: 20%;
  float: left;
  text-align: center;
}
.in_about_tab li .p1 {
  font-size: 40px;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}
.in_advantage {
  margin-top: 50px;
}
.in_advantage li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
  float: left;
}
.in_advantage li:nth-of-type(2n) {
  margin-right: 0;
}
.in_advantage li .ico {
  width: 50px;
  height: 50px;
  background: var(--main-color);
  text-align: center;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 20px;
}
.in_advantage li .font {
  float: left;
  width: calc(100% - 70px);
}
.in_advantage li .p1 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--main-color);
  font-weight: bold;
}
.in_advantage li .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.in_about .main {
  position: relative;
  padding-top: 30px;
  /* margin-top: 50px; */
}
.in_about .main .bg {
  background: var(--main-color);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 120px;
  z-index: -1;
}
.in_about .main .img {
  width: 40%;
  float: left;
  box-sizing: border-box;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  border: 2px solid #fff;
}
.in_about .main .img video,
.in_about .main .img img {
  width: 100%;
  position: relative;
  z-index: 101;
}
.in_about .main .font {
  float: right;
  width: 57%;
}
.in_about .main .font .p1 {
  line-height: 1.6;
}
.in_about .main .font .p1 span {
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.in_about .main .font .p1 em {
  font-size: 30px;
  font-style: normal;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.in_about .main .font .p2 {
  margin-top: 36px;
}
.in_about_tab {
  margin-top: 50px;
}
.in_honor{
  padding-bottom: 50px;
  background-color: #eee;
}
.in_honor .main {
  margin-top: 20px;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.in_honor .main .li {
  float: left;
  width: 23.5%;
  text-align: center;
  margin-right: 2%;
}
.in_honor .main .li:nth-of-type(4n) {
  margin-right: 0;
}
.in_honor .main .li .img {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.in_honor .main .li .img img {
  width: 100%;
}
.in_honor .main .li p {
  font-size: 18px;
  margin-top: 15px;
}
.in_news{
  padding-bottom: 50px;
}
.in_news .main {
  margin-top: 50px;
}
.in_news .main .left {
  width: 50%;
  float: left;
}
.in_news .main .left .img {
  height: 350px;
  overflow: hidden;
  display: block;
}
.in_news .main .left .img img {
  width: 100%;
}
.in_news .main .left .p1 {
  color: #999;
  margin-bottom: 10px;
}
.in_news .main .left .p2 {
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
}
.in_news .main .left .p2:hover {
  color: var(--main-color);
}
.in_news .main .left .font {
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.in_news .main .left .p3 {
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}
.in_news .main .left .p4 a {
  color: #333;
}
.in_news .main .left .p4 a:hover {
  color: var(--main-color);
}
.in_news .main .right {
  width: 48%;
  float: right;
}
.in_news .main .right ul {
  padding: 0;
}
.in_news .main .right li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.in_news .main .right li .img {
  width: 34%;
}
.in_news .main .right li .img img {
  max-width: 100%;
}
.in_news .main .right li .font {
  width: 62%;
}
.in_news .main .right .p1 {
  color: #999;
  margin-bottom: 10px;
}
.in_news .main .right .p2 {
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
}
.in_news .main .right .p2:hover {
  color: var(--main-color);
}
.in_news .main .right .p3 {
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.in_news .main .right .p4 a {
  color: #333;
}
.in_news .main .right .p4 a:hover {
  color: var(--main-color);
}
.in_honor .main .li .img,
.in_news .main .right .img,
.in_news .main .left .img {
  overflow: hidden;
}
.in_honor .main .li .img img,
.in_news .main .right .img img,
.in_news .main .left .img img {
  transition: 0.3s all;
}
.in_honor .main .li:hover .img img,
.in_news .main .right:hover .img img,
.in_news .main .left:hover .img img {
  transform: scale(1.1);
}
.in_news .main .right ul {
  overflow: auto;
  height: 510px;
  padding-right: 15px;
}
.in_news .main .right .more {
  text-align: right;
  line-height: 20px;
  margin-top: 10px;
}
.in_news .main .right .more a {
  color: #333;
}
.in_news .main .right .more a:hover {
  color: var(--main-color);
}
.m_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 5px 0;
  text-align: center;
  display: none;
}
.m_nav a {
  width: 25%;
  float: left;
  color: #333;
}
.m_nav a img {
  width: 20px;
}
.m_nav a p {
  margin-bottom: 0;
  line-height: 20px;
}
.m_nav a.active {
  color: var(--main-color);
}
.m_nav a .img2 {
  display: none;
}
.m_nav a.active .img1 {
  display: none;
}
.m_nav a.active .img2 {
  display: inline-block;
}
/* .home_car_banne .item img {
  height: 56.25vw !important;
} */
.in_partner img {
  max-width: 100%;
}
.in_partner .main {
  position: relative;
  margin-top: 30px;
}
.in_partner .container {
  overflow: hidden;
}
.in_partner .swiper-button-prev {
  left: 50%;
  margin-left: -620px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.in_partner .swiper-button-next:after,
.in_partner .swiper-button-prev:after {
  font-size: 20px;
}
.in_partner .swiper-button-next {
  right: 50%;
  margin-right: -620px;
  width: 40px;
  background: #fff;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.in_partner .swiper-button-prev:hover,
.in_partner .swiper-button-next:hover {
  background: var(--main-color);
  color: #fff;
}
.in_partner .img {
  height: 100px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  border: 1px solid transparent;
}
.in_partner .img:hover {
  border: 1px solid #e5e5e5;
}
.in_partner .img img {
  max-width: 95%;
}
.pd_part_2 th {
  font-weight: normal;
}
.pd_part_2 th,
.pd_part_2 td {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
}
.pd_part_2 table {
  width: 100%;
}
.pd_part_2 th {
  width: 30%;
}
.pd_part_2 td {
  width: 70%;
}
.pd_part_3 ul {
  padding: 0;
}
.pd_part_3 li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.pd_part_3 li .top {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  padding-right: 40px;
}
.pd_part_3 li .top i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../image/new/jt.png) no-repeat center;
  color: #333;
  background-size: 20px;
  transition: 0.3s all;
  font-style: normal;
}
.pd_part_3 li .top.active i {
  transform: rotate(180deg);
}
.pd_part_3 li .content {
  display: none;
  line-height: 30px;
}
#myNav .show2 {
  position: fixed;
  top: 50px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
  background: #fff;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
  transform: translate(0, -20px);
}
#myNav .navbar-nav > li:hover .show2 {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
#myNav .show2 .container::after,
#myNav .show2 .container::before {
  display: none;
}
#myNav .show2 dl {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  justify-items: center;
}
#myNav .show2 dd {
  /* width: 18.4%;
  float: left; */
  text-align: center;
  width: 100%;
  /* margin-right: 2%; */
}
/* #myNav .show2 dd:last-child {
  margin-right: 0;
} */
#myNav .show2 dd .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  overflow: hidden;
}
#myNav .show2 dd .img img {
  width: 100%;
  transition: 0.3s all;
}
.clear:after {
  content: "";
  clear: both;
}
#myNav .show2 dd .p1 {
  color: #333;
  margin-top: 10px;
  display: block;
  font-size: 16px;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
#myNav .show2 dd:hover .img img {
  transform: scale(1.1);
}
#myNav .show2 dd:hover .p1 {
  color: var(--main-color);
}
.in_case .main,
.normal_p ul {
  padding: 0;
}
@media (max-width: 768px) {
  .footer_rows {
    padding-bottom: 50px;
}
  .m_nav {
    display: block;
  }
  .in_partner .swiper-button-prev {
    left: 0;
    margin-left: 0;
  }
  .in_partner .swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  .in_case .main li.active {
    width: 48.5%;
  }
  .in_case .main li {
    margin-bottom: 3%;
    width: 48.5%;
    margin-right: 3%;
  }
  .in_case .main li:nth-of-type(2n) {
    margin-right: 0;
  }
  .in_case .main li .img1 {
    width: 100%;
  }
  .in_case .main li .font .btn {
    line-height: 30px;
  }
  .in_about .main .img {
    width: 100%;
  }
  .in_about .main .font {
    width: 100%;
    margin-top: 20px;
  }
  .in_about .main .font .p1 span {
    color: #333;
  }
  .in_about .main .font .p1 em {
    color: #333;
  }
  .in_about .main .font .p2 {
    margin-top: 20px;
  }
  .in_about_tab li {
    width: 50%;
    margin: 10px 0;
  }
  .in_advantage li {
    width: 100%;
    margin-right: 0;
  }
  .in_honor .main .li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .in_honor .main .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .in_news .main .right {
    margin-top: 20px;
  }
  .in_news .main .right,
  .in_news .main .left {
    width: 100%;
  }
  .in_news .main .right ul {
    height: inherit;
  }
  .in_news .main .left .img {
    height: inherit;
  }
  .navbar-right a {
    text-align: center;
    color: #fff !important;
}
  #myNav .show2{
    position: relative;
    opacity: 1;
    transform: translate(0,0);
    background: inherit;
    width: 100%;
    left: 0;
    margin-left: 0;
    display: none;
    visibility: visible;
    top: 0;
    transition: 0s;
}
#myNav .show2 dl{
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}
#myNav .show2 dd .img{
  display: none;
}
#myNav .show2 dd .p1{
  margin-top: 0;
  line-height: 36px;
  font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .in_partner .swiper-button-prev {
    margin-left: -375px;
  }
  .in_partner .swiper-button-next {
    margin-right: -375px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .in_partner .swiper-button-prev {
    margin-left: -496px;
  }
  .in_partner .swiper-button-next {
    margin-right: -496px;
  }
}
@media (min-width:1200px) and (max-width:1300px) {
  .in_partner .swiper-button-prev {
    margin-left: -600px;
  }
  .in_partner .swiper-button-next {
    margin-right: -600px;
  }
}
a:hover{
  text-decoration: inherit;
}


/******2025-02-07 修改导航*******/
.sub_nav{
  display: flex;
  justify-content: space-between;
  left: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 9;
    position: fixed;
    background-color: #fff;
    visibility: hidden;
}

.sub_nav .side_dt_title {
  float: left;
  width: 34.2%;
  padding-left: 10%;
  background: #eee;
}
.sub_nav .side_dt_title .tips {
  padding: 2.5rem 0 1.25rem;
  font-weight: bold;
  display: block;
  color: #232323;
  font-size: 14px;
}

.sub_nav.sub_industries_nav .side_dt_title .side_list,
.sub_nav .side_dd_content_wrap .per_serious_title {
  padding: 10px 0 15px;
}

.sub_nav .side_dd_content_wrap  .per_serious_title {
  /* max-height: 228px; */
  margin-bottom: 20px;
  overflow: hidden;
}

.sub_nav .side_dt_title li,
.sub_nav .side_dd_content_wrap li {
  display: block;
  margin: 0;
}
#myNav .sub_nav .side_dt_title li a,
#myNav .sub_nav .per_serious_title a{
  position: relative;
  height: 35px;
  padding: 0 1rem;
  line-height: 35px;
  display: block;
  color: #333;
  font-size: 16px;
}

.sub_nav .side_dt_title li a .icon{
  position: absolute;
  right: 15px;
  top: 0;
  display: none;
  width: 18px;
  height: 100%;
  background: url(../image/nav-icon1-1.png) no-repeat center center;
  background-size: 16px;
}
.sub_nav .side_dt_title li a .word{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: calc(100% - 30px);
}
#myNav .sub_nav .side_dt_title li.on a {
  color: #fff;
  background: #696969;
}
.sub_nav .side_dt_title li:hover a .icon,
.sub_nav .side_dt_title li.on a .icon {
  display: block;
}

.sub_nav .side_dd_content_wrap {
  float: left;
  width: 65.8%;
  padding-right: 5%;
}
.sub_nav .each_dd_content {
  padding-left: 30px;
  padding-bottom: 30px;
  display: none;
}
.sub_nav .side_dd_title {
  width: 60%;
  float: left;
}
.sub_nav .side_dd_content {
  width: 35%;
  float: left;
}

.sub_nav .side_dd_image {
  padding-top: 2.5rem;
}
.sub_nav .side_dd_image .image_inner{
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  /* background-color: #f4f4f4; */
}
.sub_nav .side_dd_image .image_inner img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_nav .side_dd_title_inner {
  padding-right: 15px;
}
.sub_nav .side_dd_title_inner .tips{
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
  color: #232323;
}
#myNav .side_dd_title_inner .per_serious_title a{
  display: block;
  padding: 0 ;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
#myNav .side_dd_title_inner .per_serious_title a:hover{
  color: var(--main-color);
}
.sub_nav .side_dd_title .more-w a {
  display: block;
  font-size: 16px;
  color: #232323;
}
.sub_nav .side_dd_title .more-w a span{
  font-size: 16px;
  color: #232323;
}

.sub_nav .side_dd_title .more-w a .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: #696969 url(../image/nav-icon1-1.png) no-repeat center center;
  background-size: 10px 10px;
  border-radius: 100%;
  vertical-align: -4px;
}
@media screen and (max-width: 768px) {
  .sub_nav{
    display: none;
    visibility: visible;
    position: relative;
  }
  .sub_nav .side_dd_content_wrap {
    display: none;
}
.sub_nav .side_dt_title {
  float: none;
  width: 100%;
  padding: 0;
  background-color: #000;
}
.sub_nav .side_dt_title .tips {
display: none;
}
.sub_nav.sub_industries_nav .side_dt_title .side_list{
  padding: 0;
}
#myNav .sub_nav .side_dt_title li a {
  height: 36px;
  padding: 0;
}
.sub_nav .side_dt_title li a .icon {
  display: none;
}
.sub_nav .side_dt_title li a .word{
font-weight: 400;
}
}

/******2025-03-12 修改底部*******/
.footer .fnav{
  display: grid;
  grid-template-columns: repeat(6,auto);
  gap: 10px;
}
.footer .fnav dl {
  margin: 0;
}
.footer .fnav dl dt{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .fnav dl dd{
  font-size: 12px;
  margin-bottom: 10px;
}
.footer .fnav dl a{
  color: #fff;
}
.footer .fnav dl a:hover{
  color: var(--main-color);
}
.footer .copryright{
  color: #818181;
  font-size: 15px;
  line-height: 30px;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #2e3034;
}
.footer .copryright a{
  color: #818181;
}
.footer .fewm img{
  width: 110px;
  margin-top: 15px;
}
.footer .flogo {
  padding-bottom: 15px;
  border-right: 1px solid #2e3034;
  margin-top: 20px;
}
.footer .flogo img{

}
.footer .flm{
  border-right: 1px solid #2e3034;
  padding-top: 30px;
  border-top: 1px solid #2e3034;
  padding-bottom: 20px;
}
.footer .flx{
  padding-top: 10px;
}
.footer .flx a:hover{
  color: var(--main-color);
}
.footer .fewm{
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .footer .flm {
    border-right: 0;
    border-bottom: 1px solid #2e3034;
}
}
@media screen and (max-width: 768px) {
  .footer .fnav{
    grid-template-columns: repeat(3,1fr);
  }
  .footer .fnav dl dt {
    text-align: center;
    font-size: 16px;
  }
}
