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

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

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

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

#index_product .box .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 .box .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 .box .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 .box .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 .box .list .item .text .more {
  font-size: 14px;
}

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

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

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

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



#index_about .box {
  display: flex;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
}
@media (min-width: 750px) {
  #index_about .box .about_left {
    width: 50%;
    padding: 40px 40px 40px 10%;
  }
}


#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-size: contain;
}

#index_video .main div{width: 100%; height: 100%; overflow: hidden;}
#index_video .main div img{transition: all .3s;}

#index_video .main div:hover img{
  transform: scale(1.2);
}


#index_video .box .main {
    display: flex;
    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 .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);
}



#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_main .box .list .ico .imgbox img,#index_main .box .mechbox .imgbox img{
     height: 280px;
  }
} 
@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;
}

#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;
} */


@media (max-width: 600px) {

  #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_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;}


}