@keyframes more_i {
  0% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(-3px);
  }
}

#index_product {
  display: flex;
  padding: 110px 15px;
}

#index_product .home_cp {
  /*width:370.67px;*/
  display: block;
  flex: 0.3;
  margin-right: auto;
  position: relative;

}

#index_product .home_cp .background-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url('../images/cpbj.png ');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*opacity:0.12;*/

}

#index_product .home_cp .home_cp_title {
  position: relative;
  padding: 95px 0px 0px 0px;
}

#index_product .home_cp .home_cp_title .home_cp_h2 {
  color: #640b0b;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

#index_product .home_cp .home_cp_title2 .home_cp_h2 {
  color: #220901;
  font-family: "Montserrat", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

#index_product .home_cp .home_cp_title2 {
  position: relative;
  padding: 64px 0px 0px 0px;
}

#index_product .home_cp .home_cp_bt {
  /*margin-left: 122.08px;*/
  text-align: center;
  padding: 94px 0px 0px 0px;
}

#index_product .home_cp .home_cp_bt .home_cp_lj {
  display: inline-block;
}

#index_product .home_cp .home_cp_bt .home_cp_lj {}

#index_product .home_cp .home_cp_bt .home_cp_lj .bt {
  width: 195px;
  height: 45px;
  color: #ffffff;
  background-color: #640b0b;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 45px;
  border-width: 2px 2px 2px 2px;
  border-radius: 6px 6px 6px 6px;
  position: relative;
}

#index_product .list {
  /*height: 304px;*/
  display: flex;
  justify-content: center;
  gap: 50px;
  flex: 1;
  margin-left: auto;
  position: relative;
}


#index_product .list .item {
  width: 26%;
  color: white;
  box-sizing: border-box;
}


#index_product .list .item .content {
  width: 100%;
  height: 100%;
}

#index_product .box .list .item .text {
  position: absolute;
  top: 50px;
}

#index_product .list .item .slide .project_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

#index_product .list .item .slide .project_content .view-lightbox {
  display: inline-block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 5px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: 0.5s;
}

#index_product .list .item .slide .project_content .view-lightbox i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--dataColor) url("/template/default/pc/static/images/cer_icon1.png") no-repeat center;
  display: inline-block;
}



#index_product .list .item .text .desc {
  display: -webkit-box;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  height: 48px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

#index_product .list .item .text .more {
  font-size: 14px;
}

#index_product .box .list .item:hover .slide:before {
  transform: rotate(45deg);
  opacity: 0.1;
}

#index_product .list .item:hover .slide .view-lightbox {
  opacity: 1;
  transition: 0.5s;
}

#index_product .list .item:hover .slide img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.5s;
}

#index_product .list .item:hover .text .label {
  color: var(--dataColor);
  transition: 0.5s;
}

#index_product .list .icroh-caption {
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
}

#index_product .list .icroh-caption .icroh-title {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 600;
}

/*#index_product  .list .icroh-caption .icroh-text{*/
/*    display: none;*/
/*}*/
#index_product .list .icroh-caption .icroh-text li {
  display: none;
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

#index_about .box {
  display: flex;
  max-width: var(--maxWidth);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: var(--padding);
}

#index_about .box .about-null {
  flex: 0.1;
}

#index_about .box .about-title {
  flex: 1;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  /*padding-bottom: 30px;*/
  overflow: hidden;
  position: relative;
}

#index_about .box .about-title .about-position .p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical
}

#index_about .box .about-title .about-block {
  display: block;
  height: 87px;
}

/*#index_about .box .about-title .about-position{*/
/*    position: absolute;*/
/*}*/
#index_about .box .about-imgs {
  flex: 1;
}

#index_about .box .about-imgs .about-imgs-son1 img {
  border-radius: 10px 10px 10px 10px
}

/*#index_about .box .about-title p{*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: #000000;*/
/*    font-size: 14px;*/
/* font-size: var(--subTitle); */
/*    max-width: 520px;*/
/* text-align: center; */
/*    position: relative;*/
/*}*/
#index_about .box .about-title .about_bt {
  position: absolute;
  top: 540px;
}

#index_about .box .about-title .about_bt .about_lj .bt {
  width: 165px;
  height: 45px;
  color: #ffffff;
  background-color: #640b0b;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  border-width: 2px 2px 2px 2px;
  border-radius: 6px 6px 6px 6px;
  position: relative
}

#index_advantage .advantage-column img {
  height: 345px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#index_advantage .box .home-content {
  display: flex;
}

#index_advantage .box .home-content .advantage-column {
  flex: 1;
}

#index_advantage .box .home-content .advantage-column .advantage-pos {
  display: flex;
  position: relative;
}

#index_advantage .box .home-content div:nth-child(2) {
  margin: 0px 43px;
}

.background-color {
  /*width:86.5% !important;*/
  background-color: #000000 !important;

}

#index_advantage .box .home-content .advantage-column .advantage-title {
  width: 75%;
  height: 55%;
  position: absolute;
  top: 200px;

  background-color: rgba(17, 23, 29, .7);
  color: #ffffff;
  padding: 30px 30px;
}

#index_advantage .box .home-content .advantage-column .advantage-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*控制行数*/
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#index_advantage .box .home-content .advantage-column .advantage-title .advantage-tb img {
  width: 15%;
  height: 15%;
}

@media (min-width: 750px) {
  #index_about .box .about_left {
    width: 50%;
    padding: 40px 40px 40px 10%;
  }

  #index_product .home_cp .home_cp_title {
    position: relative;
    padding: 11px 0px 0px 0px;
  }

}


#index_about .box .about_left img {
  width: 40px;
  height: 100%;
  padding: 20px 0;
}


#index_about .box .about_left .text .home-title b {
  color: #c49d72;
}

#index_about .box .about_left .text .more a:nth-child(2) {
  color: #000;
  position: relative;
}

#index_about .box .about_left .text .more a:nth-child(2):after {
  content: ' ';
  position: absolute;
  background: #666;
  width: 92px;
  height: 2px;
  top: 21px;
  left: 0px;
}

#index_about .home-title b:nth-child(2) {
  position: relative;
}


#index_about .box .about_left .content {
  line-height: 27px;
  color: #555;
}


#index_about .box .about_left .text .more {
  display: flex;
  flex-direction: column;
  padding-top: 82px;
}

#index_about .box .about_right {
  width: 52%;
  margin: auto;
}

#index_about .box .about_right .text {
  background: url("/template/default/pc/static/images/about_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px;
  padding-right: 15%;
  padding-bottom: 126px;
  box-sizing: border-box;
  padding-top: 40px;
}

#index_about .box .about_right .text .home-title {
  text-align: left;
  padding-bottom: 0;
}

#index_about .box .about_right .text .home-title b {
  max-width: 100%;
}

#index_about .box .about_right .text .home-title b::after {
  margin: 20px 0;
}

#index_about .box .about_right .text .p {
  font-size: 14px;
  color: #777;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 26px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

#index_about .box .about_right .text .my_more1 {
  margin-right: 20px;
  display: inline-block;
  padding: 0px 30px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  background: var(--dataColor);
  font-family: "montserratB";
  border-radius: 30px;
  box-shadow: 5px 0px 20px rgba(180, 54, 51, 0.3);
  transition: 0.5s;
}

#index_about .box .about_right .text .my_more1:hover {
  background: #2b3e89;
  color: #fff;
  padding-right: 36px;
  transition: 0.5s;
}

#index_about .box .about_right .text .my_more1:hover::before {
  width: 100%;
  transition: 0.5s;
}

#index_about .box .about_right .text .my_more1:hover::after {
  animation: more_i 1.5s infinite;
  opacity: 1;
  transition: 0.5s;
}

#index_about .box .about_right .text .my_more1::before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

#index_about .box .about_left .more2 {
  display: none;
}

#index_about .box .about_right .text .my_more1::after {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: inline-block;
  background: url("/template/default/pc/static/images/ico_jt.png") no-repeat center center;
  content: '';
  line-height: 20px;
  opacity: 0;
  width: 18px;
}

#index_about .box .about_right .num_main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 30px 30px 30px 10%;
  margin-left: 65px;
  margin-right: 100px;
  margin-top: -88px;
}

#index_about .box .about_right .num_main .clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#index_about .box .about_right .num_main .clearfix li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#index_about .box .about_right .num_main .clearfix li .icon {
  margin-right: 16px;
}

#index_about .box .about_right .num_main .clearfix li .icon img {
  width: 100%;
  display: block;
}

#index_about .box .about_right .num_main .clearfix li .num .odometer {
  font-size: var(--title);
  font-weight: bold;
  color: #fff;
}

#index_about .box .about_right .num_main .clearfix li .num p {
  font-size: 13px;
  color: #fff;
  margin: 5px 0;
  line-height: 20px;
}

@media screen and (max-width: 600px) {
  #index_about .box {
    flex-direction: column;
  }

  #index_about .box .about_left {
    width: 100%;
  }

  #index_about .box .about_right {
    width: 96%;
  }

  #index_about .box .about_left .text .more a {
    float: left;
  }

  #index_about .box .about_right .text {
    padding: 10px;
  }

  #index_about .box .about_right .num_main {
    margin: 0;
  }

  #index_process .box .home-title b {
    padding-top: 20px !important;
  }
}

#index_process {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.9;
  /*background-attachment: fixed;*/
  /*position: relative;*/
}

/*#index_process::before {*/
/*  content: '';*/
/*  background-image: url("/template/default/pc/static/images/ser_bg2.png");*/
/*  background-size: cover;*/
/*  background-position: bottom left;*/
/*  background-repeat: no-repeat;*/
/*  height: 80px;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  display: block;*/
/*}*/

#index_process .box .home-title b {
  color: #fff;
  padding-top: 22px;
  margin-bottom: 10px;
}

#index_process .box .home-title b:after {
  content: '';
  height: 3px;
  position: absolute;
  width: 75px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
}

#index_process .box .list {
  display: flex;
}

/*#index_process .box .list::after {*/
/*  position: absolute;*/
/*  left: 8%;*/
/*  top: 118px;*/
/*  width: 84%;*/
/*  height: 1px;*/
/*  content: '';*/
/*  background: rgba(255, 255, 255, 0.15);*/
/*}*/

#index_process .box .list li {
  width: 31.33%;
  text-align: center;
  padding: 16px 0px;
  cursor: pointer;
  border-radius: 5px;
  /* transition: all; */
}

#index_process .box .list li:hover {
  background: var(--dataColor);
  /* opacity: 0.7; */

}



/*#index_process .box .list li:hover .ico {*/
/*  transform: rotateY(180deg);*/
/*  transition: 0.5s;*/
/*}*/

/*#index_process .box .list li:hover span {*/
/*  color: var(--dataColor);*/
/*  transition: 0.5s;*/
/*}*/

/*#index_process .box .list li:hover span::after {*/
/*  background: var(--dataColor);*/
/*  border: 2px solid var(--dataColor);*/
/*}*/

#index_process .box .list li .ico {
  transition: 0.5s;
}

#index_process .box .list li .ico img {
  width: 25%;
}

#index_process .box .list li span {
  display: block;
  font-family: 'montserratB';
  font-size: 20px;
  color: #fff;
  /*margin-top: 60px;*/
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  /*font-weight: bold;*/
}

#index_process .box .list li .content {
  font-size: 14px;
}

#index_video {
  background-position: top left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 15px;
}

#index_video .main div {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}

/*#index_video .main div::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
  /*background-color: rgba(0, 0, 0, .5);*/
/*  opacity: 0;*/
/*}*/

#index_video .main div img {
  transition: all .3s;
  width: 100%;
  height: 253px;
  /*margin: 3px;*/

}

#index_video .main div:hover::before {
  opacity: 1;
}


#index_video .box .main {
  display: flex;
  overflow: hidden;
  /*flex-wrap: wrap;*/
}

#index_video .box .main a:nth-child(1),
#index_video .box .main a:nth-child(2) {
  /*width: calc(50% - 10px);*/
  /*display: block;*/
  /*margin-bottom: 5px;*/
}



#index_video .box .main a:nth-child(1) {
  /*padding-right: 10px;*/
}

#index_video .box .main a:nth-child(4) {
  /*padding: 0px 7px;*/
}

#index_video .box .main a:nth-child(3),
#index_video .box .main a:nth-child(4),
#index_video .box .main a:nth-child(5) {
  width: calc(33.33% - 9px);
  display: block;
}

/*#index_video .box .main .video-swiper .swiper-slide{*/
/*    margin-right:6px !important;*/
/*}*/

#index_video .home-title b {
  color: #333;
}

#index_video .navigation {
  display: flex;
  float: right;
  margin-top: -80px;
  justify-content: flex-end;
}

#index_video .navigation .video-button-prev {
  position: static;
  border-radius: 0;
  background-color: #eee;
  transition: 0.5s;
}

#index_video .navigation .video-button-prev::after {
  color: #000;
  transition: 0.5s;
}

#index_video .navigation .video-button-prev:hover {
  background-color: var(--dataColor);
  transition: 0.5s;
}

#index_video .navigation .video-button-prev:hover::after {
  color: #fff;
  transition: 0.5s;
}

#index_video .navigation .video-button-next {
  position: static;
  border-radius: 0;
  background-color: var(--dataColor);
}

#index_video .video-swiper .slide {
  border-bottom: 2px solid var(--dataColor);
  padding-bottom: 70% !important;
}

#index_video .video-swiper .slide .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--dataColor);
}

#index_video .video-swiper .slide span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}



#index_case .box {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#index_case .box .home-title b {
  color: #333;
}

#index_case .slide {
  padding-bottom: 70% !important;
}

#index_case .slide:hover span {
  bottom: 0;
  transition: 0.5s;
}

#index_case .slide span {
  left: 0px;
  transition: 0.5s;
  bottom: -100px;
  padding: 14px 20px;
  background: var(--dataColor);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#index_news {
  /*background: #f7f3f0;*/
}

#index_news .home-title {
  margin-top: -16px;
}

#index_news .home-content a:hover .content {
  background-color: var(--dataColor);
}

#index_news .home-content a:hover .content .title,
#index_news .home-content a:hover .content .subtitle {
  color: white;
}

#index_news .home-content a span {
  display: inline-block;
  font-size: 20px;
}


#index_news .box .new-container {
  float: left;
  width: 64%;
  padding-right: 19%;
  overflow: hidden;
}

#index_news .box .new-container .swiper-slide {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

#index_news .box .new-container .swiper-slide .slide {
  padding-bottom: 80% !important;
}

#index_news .box .new-container .swiper-slide .text {
  padding: 20px 30px;
  position: relative;
}

#index_news .box .new-container .swiper-slide .text .date {
  color: var(--dataColor);
  font-size: 12px;
}

#index_news .box .new-container .swiper-slide .text .date::before {
  margin-right: 10px;
}

#index_news .box .new-container .swiper-slide .text .title {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'montserratB';
  margin: 15px 0;
  display: block;
}

#index_news .box .new-container .swiper-slide .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#index_news .box .new-container .new-scrollbar {
  position: static;
  margin-top: 20px;
}

#index_news .box .new-container .new-scrollbar .swiper-scrollbar-drag {
  background-color: var(--dataColor);
}

.feedback-swiper-slide {
  /*width: 327.5px !important;*/

  /* width: 25% !important;*/
  /*height: 344px;*/
  /*width: 327.5px !important;*/
  /*margin-right: 30px !important;*/
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;
  background-color: #941B0C;
  border-radius: 15px 15px 15px 15px;


  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper>div {
  /*margin-left: 10px;*/
}

/* #index_service .swiper-wrapper .swiper-slide-prev,.swiper-slide-next,.swiper-slide-duplicate-prev {*/
/*    opacity: 0.2;*/
/*}*/

.feedback-img {
  height: 100px;
  width: 100px;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #e5e5e5;
  margin-top: 0px;
  border-radius: 100px 100px 100px 100px;
  margin-bottom: 22px;
}

.feedback-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*控制行数*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.feedback-father {
  padding: 30px;
}

.feedback-i {
  margin-top: 35px;
}

.feedback-i span {
  color: #EEEE00;
}

#index_service .feedback-swiper-slide {
  /*background-color: #ccc;*/
  margin-top: 30px;
  opacity: 0.3;
}

#index_service .swiper-slide-active {
  height: 400px;
  background-color: #941B0C;
  margin-top: 0px;
  opacity: 1;
}

#index_service .swiper-slide-active .feedback-i {
  margin-top: 67px;
}

#index_service .swiper-slide-prev .feedback-father {
  height: 290px !important;
}

#index_service .swiper-slide-next .feedback-father {
  height: 290px !important;
}

#index_service .swiper-slide-active .feedback-father {
  height: 317px;
}

#index_partners .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#index_partners .list .partners-swiper {
  width: calc(100% - 100px);
}

#index_mechanical img,
#index_food img {
  position: absolute;
}



#index_food b,
#index_food p {
  text-align: left;
  padding-left: 100%;
  color: #fff !important;
  max-width: initial;
  line-height: 20px;
}

#index_mechanical b,
#index_mechanical p {
  text-align: left;
  padding-left: 50%;
  color: #fff !important;
  max-width: initial;

}

#index_main {
  margin-bottom: 60px;
  min-height: 500px;
}

#index_main .box {
  overflow-x: auto;
  /* 使得内部ul可以横向滚动 */
  white-space: nowrap;
}

#index_main .box .col,
#index_main .box .list {
  display: flex;
  padding: 15px;
  align-items: center;
}

#index_main .box .col {
  display: inline-block;
  /* 让ul作为一个整体而不是块级元素 */
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/*#index_main .box .coll {*/
/*    display: flex;*/
/*    width: 1200px*/
/*}*/

#index_main .box .col li {
  display: inline-block;
  /*width: 20%;*/
  /*text-align: center;*/
}

#index_main .catbox .coll {
  display: flex;
  justify-content: center;
}

#index_main .catbox li {
  /* width: 24%;  */
  margin-right: 2%;
}

#index_main .catbox li:nth-child(4) {
  margin-right: 0px;
}

#index_main .box .list {
  margin: auto;
  width: 100%;
  margin-top: 25px;
  display: flex;

  /* gap: 10px; */
  /* grid-template-columns: repeat(4, 1fr); */
  /* padding: 15px 0px; */
  box-sizing: border-box;
}

#index_main .box {
  width: 80%;
  padding: 0px 20px;
}

#index_main .box .col>img {
  width: 5%;
  height: 55px;
  margin: 45px 20px;
}

.foodcat .box {
  white-space: inherit !important;
  max-width: 1200px;
}




#index_main .box .col .ico img {
  width: 90%;
  cursor: pointer;
}

#index_main .catbox li img {
  border-radius: 50%;
  border: 3px solid;
  border-color: rgba(0, 0, 0, 0);
}

#index_main .catbox .active img {
  border: 5px solid rgb(208, 159, 101);

}




/*#index_main .box .col li:nth-child(2) .ico img{*/
/*    border-radius: 50%;*/
/*    border: 5px solid #d09f65;*/
/*}*/

#index_main .box .list .ico {
  /* margin-left: 15px; */
  border: 2px solid #c5c6ca;
  background: #fff;
  color: #777777;
  text-align: center;
  padding-bottom: 20px;
}

#index_main .box .list .ico .imgbox,
#index_main .box .mechbox .imgbox {
  overflow: hidden;
  cursor: pointer;
  padding-top: 4px;
}

#index_main .box .list .ico .imgbox img,
#index_main .box .mechbox .imgbox img {
  transition: all .3s;
  height: 300px;
}

@media (max-width: 1508px) {
  #index_product .box .list {
    left: 0px
  }

  #index_product .box .list .item {
    width: 33.333;
  }

  #index_main .box .list .ico .imgbox img,
  #index_main .box .mechbox .imgbox img {
    height: 280px;
  }
}

@media (max-width: 1600px) {
  #index_about .box .about-title .about_bt {
    position: absolute;
    top: 525px;
  }
}

@media (max-width: 648px) {

  #index_main .box .list .ico .imgbox img,
  #index_main .box .mechbox .imgbox img {
    height: 220px;
  }
}

#index_main .box .list .ico .imgbox:hover img,
#index_main .box .mechbox .imgbox:hover img {
  transform: scale(1.1);
}

#index_service .box .home-content {
  display: flex;
  overflow: hidden;
}

#index_service .box .home-content a {
  overflow: hidden;
}

#index_service .box .home-content a img {
  transition: all .3s;
}

#index_service .box .home-content a:hover img {
  transform: scale(1.2);
}

/* #index_about .box .about_left {
  width: 50%;
  padding: 0px;
} */


.slide {
  width: 100% !important;
  /* padding-bottom: 100%; */
  display: block;
  height: 100%;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

#index_main .box .col li {
  width: 18%;
}

#index_about .box .about_left .text .home-title b {
  /* text-align: left !important; */
}

#index_about .box .about_left .text .more a:nth-child(2):after {
  content: ' ';
  position: absolute;
  background: #666;
  width: 92px;
  height: 2px;
  top: 21px;
  left: 0px;
  /* opacity: 0.3; */
}

#index_about .home-title b:nth-child(2):after {
  content: ' ';
  position: absolute;
  background: #c49d72;
  width: 140px;
  height: px;
  top: 42px;
  left: 0px;
  /* opacity: 0.3; */
}

#index_process .box .list li {
  display: flex;
  width: 50%;
  padding-bottom: 20px;
  flex-direction: column;
}

#index_process .box .list {
  display: flex;
  flex-wrap: wrap;
}

#index_process .box .list li span {
  font-size: 18px;
}

#index_process .box .list li .ico img {
  width: 42%;
}

#index_product .box .list .item {
  width: 50%;
  margin-bottom: 5px;
}

#index_about .about_left {
  margin-top: 20px;
}

#index_about .about_left .home-title {
  padding-bottom: 11px;
}

#index_about .box .about_left .content {
  width: 96%;
  margin-left: 2%;
}


#index_about .box .about_left img {
  width: 30px;
}

#index_about .box .about_left .text .more {
  display: none !important;
  padding-top: 0px !important;
  text-align: center;
}

#index_about .box .about_left .text .more a:nth-child(2) {
  /* display: none; */
}

#index_about .box .about_left .text .more2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#index_about .box .about_left .text .more2 a:nth-child(2) {
  color: #333;
  padding-left: 3px;
  margin-top: -5px;
  border-bottom: 2px solid #666;
  padding-bottom: 3px;
  margin-left: 10px;
}

#index_process {
  width: 96%;
  margin-left: 2%;
}

#index_process .box .list li .content {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#index_video .box .main a:nth-child(1),
#index_video .box .main a:nth-child(2) {
  width: 50%;
}

#index_video .box .main a:nth-child(3),
#index_video .box .main a:nth-child(4),
#index_video .box .main a:nth-child(5) {
  width: calc(34.33% - 9px);
}

#index_video .box .main a:nth-child(1) {
  box-sizing: border-box;
}

#index_video .box .main a:nth-child(3),
#index_video .box .main a:nth-child(4),
#index_video .box .main a:nth-child(5) {
  /* width: 100% !important; */
}

/*#index_news .box {*/
/*  padding-left: 10px;*/
/*  flex-direction: column;*/
/*}*/
#index_news .box .home-title {
  width: 100%;
}

#index_news .box .new-container {
  width: 100%;
}

#index_food b,
#index_food p {
  padding-left: 0px !important;
}

#index_mechanical b,
#index_mechanical p {
  padding-left: 0px !important;
}

#index_video .navigation {
  margin-top: -150px;
}

#index_product .box {
  width: 100% !important;

}

#index_product .case-fys {
  display: flex;
}

#index_product .list-son {
  width: 100%;
  height: 100%;
}

#index_main .box .col>img {
  height: 30px;
  margin: 0px;
}

#index_main .box .col,
#index_main .box .list {
  padding: 0px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

#index_main .box .list li {
  /* width: 50%; */
}

#index_main .box {
  width: 100%;
  padding: 0px;
}

#index_main .box .list .ico {
  margin: 0 5px;
  padding-bottom: 10px;
}

#index_service .box .home-content {
  flex-wrap: wrap;
}

#index_service .box .home-content a {
  width: 32.33%;
}

#index_product .box .list {
  flex-wrap: wrap;
}

#index_product .box .list .slide {
  height: auto !important;
}

#index_process .box .home-title {
  margin-top: 10px;
  padding-bottom: 8px;
}

#index_product .box .list {
  width: 100%;
  /*display: flex;*/
  /*position: relative;*/
  /*left: 91.5px;*/
  /*top:-20px;*/
}

#index_product .box .list .item {
  width: 26%;
  /* margin-bottom: 5px; */
}


.comm_ih {
  height: 58px;
}

.comm_ih h2 {
  display: inline-block;
  line-height: 58px;
  font-size: 36px;
  font-weight: bold;
}

.comm_ih span {
  padding-left: 15px;
  font-size: 30px;
  font-family: "qtf";
  text-transform: uppercase;
  color: #c9c9c9;
}

@media (max-width: 768px) {
  #index_product .list {
    flex-wrap: wrap;
    /*height: 750px;*/
    gap: 0px;
  }
  #index_product {
    display: flex;
    padding: 0px 15px;
 }
  #index_product .list .item {
  margin: 10px 0 10px 0px;
    width: 48%;
  }
}

@media (max-width: 600px) {
  #index_product .case-fys {
    display: block;
  }

  #case .case-lb .case-content {
    display: block;
  }

  .home-title b {
    font-size: 25px;
    color: #333;
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  /*首页产品手机端*/
  #index_product .home_cp .background-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../images/cpbj.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #index_product .home_cp {
    /* width: 370.67px; */
    display: block;
    flex: 0.3;
    margin-right: auto;
    position: relative;
  }

  #index_product .list .icroh-caption {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    transition: 0.5s;
    color: white;
    width: 100%;
    /*background-color: #00000078;*/
    padding: 4px 0px 4px 0px;
    text-align: center;
  }

  #index_product .home_cp .home_cp_title {
    position: relative;
    padding: 8px 0px 0px 0px;
  }

  #index_product .list .icroh-caption .icroh-title {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  #index_product .list .icroh-caption .icroh-text li {
    display: none;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-top: 0px
  }

  #index_product .home_cp .home_cp_title .home_cp_h2 {
    color: #640b0b;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  #index_product .home_cp .home_cp_title2 .home_cp_h2 {
    color: #220901;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
  }

  #index_product .home_cp .home_cp_title2 {
    position: relative;
    padding: 6px 0px 0px 0px;
  }

  #index_product .home_cp .home_cp_bt {
    /* margin-left: 122.08px; */
    text-align: center;
    padding: 23px 0px 0px 0px;
  }

  #index_product .home_cp .home_cp_bt .home_cp_lj .bt {
    width: 74px;
    height: 23px;
    color: #ffffff;
    background-color: #640b0b;
    font-family: "Montserrat", Sans-serif;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
    border-width: 2px 2px 2px 2px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
  }

  /*首页关于我*/
  #index_about .box {
    /* display: flex
; */
    max-width: var(--maxWidth);
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 55px 10px;
  }

  #index_about .box .about-title {
    flex: 1;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    /* padding-bottom: 30px; */
    overflow: hidden;
    position: relative;
  }

  #index_about .box .about-title .about-block {
    display: block;
    height: 35px;
  }

  #index_about .box .about-title h1 {
    text-align: center;
    font-size: 25px;
  }

  #index_about .box .about-title h2 {
    text-align: center;
  }

  #index_about .box .about-title .about_bt {
    position: relative;
    top: 0;
    left: 30%;
  }

  #index_video .main div img {
    transition: all .3s;
    width: 100%;
    height: 186.8px;

  }

  /*首页新闻*/
  #index_news .home-content {
    display: block;
    position: relative
  }

  /*#index_news .home-content .news-img {*/
  /*     flex: 0; */
  /*}*/
  #index_news .home-content .news-img a img {
    width: 100%;
    height: 231.58px;
  }

  #index_news .home-content .news-img .news-title {
    position: relative;
    top: -39px !important;
    z-index: 1;
    bottom: 354px;
    transition: 0.5s;
    color: white;
    width: 97.5%;
    background-color: #00000078;
    padding: 10px 0px 10px 10px;

  }

  #index_news .home-content .news-img .news-title b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  #index_news .home-content .news-img {
    width: 100%;
    height: 231.58px;
    position: relative;
  }

  #index_news .home-content .news-content {
    position: relative;
    top: 42px;
  }

  #index_news .home-content .news-content .news-content-son .news-time {
    height: 80px;
    flex: 0.3;
    background-color: #DDDDDD;
    text-align: center;
    margin-right: 20px;
    padding-top: 10px;
  }

  /*首页为什么选择我们*/
  #index_advantage .home-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 30px;
    overflow: hidden;
    margin-top: 40px;
  }

  #index_advantage .box .home-content {
    display: block;
  }

  #index_advantage .box .home-content div:nth-child(2) {
    margin: 3px 0px 3px 0px;
  }

  #index_advantage .box .home-content .advantage-column .advantage-title {
    width: 67%;
    height: 40%;
    position: absolute;
    top: 120px;
    background-color: rgba(17, 23, 29, .7);
    color: #ffffff;
    padding: 30px 30px;
    overflow: hidden;
  }

  #index_advantage .advantage-column img {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  #index_advantage .box .home-content .advantage-column .advantage-pos {
    display: flex;
    position: relative;
    overflow: hidden;
  }

  /*首页反馈*/
  #index_service .feedback-swiper-slide {
    margin-top: 24px;
    opacity: 0.3;
  }

  #index_service .swiper-slide-active {
    height: 343px;
    background-color: #941B0C;
    margin-top: 0px;
    opacity: 1;
  }

  .feedback-father {
    padding: 10px;
  }

  .feedback-i {
    margin-top: 8px;
  }

  #index_service .swiper-slide-active .feedback-i {
    margin-top: 31px;
  }

  #index_advantage .box .home-content .advantage-column .advantage-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

}

@media (max-width: 480px) {
  #index_product .list .item {
    width: 100%;
  }
}