@import "base.css";
/* @import url("//at.alicdn.com/t/font_2879617_e8h3l2xh4ss.css"); */
@import url("//at.alicdn.com/t/font_2879617_f12egfx9dh.css");

/* *{
  -moz-user-select:none; Firefox私有属性
    -webkit-user-select:none; WebKit内核私有属性
    -ms-user-select:none; /IE私有属性(IE10及以后)
    -khtml-user-select:none;  KHTML内核私有属性
    -o-user-select:none; Opera私有属性
    /* user-select:none; CSS3属性  */
/* } */
/* 返回顶 */
#top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: auto;
  z-index: 999;
}

/* 头部信息 */
.top {
  width: 100%;
  height: 32px;
  background: #edf0f2;
  border-bottom: #dddddd 1px solid;
}

.top-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.top-left a {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

.top-left {
  width: 970px;
}

.top-rigth {
  width: 230px;
  line-height: 32px;
}

.top-rigth ul {
  display: flex;
}

.top-rigth li {
  padding: 0 1px;
  line-height: 32px;
}

.logo {
  width: 100%;
  height: 150px;
  background: url(../images/bg.png) no-repeat 0;
}

.lo-body {
  width: 1200px;
  margin: 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
}

.lo-left {
  width: 356px;
  line-height: 150px;
}

.lo-left>img {
  width: 100%;
}

.lo-cont {
  width: 550px;
  /* padding-top: 55px; */
  /* padding-right: 30px; */
  padding-left: 130px;
}

.lo-cont p {
  font-size: 20px;
  color: #666;
  line-height: 1.75;
}

.lo-rigth {
  width: 240px;
  line-height: 135px;
  position: relative;
  text-align: center;
  padding: 10px 0px;
}

/* 导航 */
.nav {
  width: 100%;
  /* height: 60px; */
  background-color: #f0f0f0;
  /* border-bottom: 1px solid #ddd; */
  padding: 0 10px;
  border-top: 6px solid #2190ff;
}

.nav-body {
  width: 1200px;
  margin: 0 auto;

}

.nav-body ul {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}

.nav-body ul li {
  /* height: 54px; */
  /* padding: 0 34.5px; */
  position: relative;
  transition: all 0.5s;
}

.nav-body>ul>li:hover {
  background-color: #2190ff;
}

.nav-body>ul>li:hover>a {
  color: #fff;
}

.nav-body li ul li:hover a {
  color: #009bff;
}

.nav-body li ul {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  width: 200%;
  flex-wrap: wrap;
  transition: all 0.5s;
  background-color: #d3e9ff;
}

.nav-body li:hover ul {
  top: 54px;
  z-index: 999;
  display: block;
}

.nav-body li ul li:hover {
  border-left: 3px #007aff solid;
}

.nav-body li ul li {
  width: 100%;
  height: 45px;
  background-color: #f0f0f0;
  box-shadow: 0 0 1px #666666;
  border-left: 3px #f0f0f0 solid;
}

.active {
  background-color: #2190ff;
}

.nav-body ul .active>a {
  color: #fff;
}

.nav-body ul li>a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 34.5px;
  line-height: 54px;
}

.nav-body li ul li a {
  font-size: 14px;
  color: #666;
}

.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}

.fixedNav .swiper {
  padding-top: 60px;
}

/* 轮播图 */
.swiper {
  width: 100%;
  position: relative;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: #edf0f2;
  top: 300px;
}

/* 搜索框 */
.sou {
  width: 100%;
  height: 50px;
  margin-top: 24px;
  margin-bottom: 70px;
}

.sou-body {
  width: 1200px;
  margin: 0 auto;
  background-color: #f9f9f9;
  background-image: url("../images/sou1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.sou-left {
  width: calc(100% - 240px);
  display: flex;
  align-items: center;
}

.sou-left ul {}

.sou-left p {
  font-size: 16px;
  line-height: 50px;
}

.sou-left p {
  /* padding-left: 20px;
  line-height: 50px;
  font-size: 16px;
  color: #2190ff; */
}

.sou-left p a {
  margin-right: 5px;
  color: #666;
  font-size: 16px;
}

.sou-left p a:hover {
  color: #2190ff;
}

.sou-rigth {
  width: 240px;
  height: 50px;
  /* margin-left: 105px; */
}

.input-p {
  border: 2px #009bff solid;
  width: 200px;
  height: 30px;
  margin-top: 10px;
  padding: 4px;
}

.input-i {
  width: 40px;
  height: 30px;
  margin-top: 10px;
  background: url(../images/sou.png) no-repeat 8px 5px #179ff4;
  background-size: 20px;
  cursor: pointer;
}

.sou form {
  display: flex;
}

/* 简介 */
.titi {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 50px;
  border-bottom: 1px #d3e9ff solid;
  position: relative;
}

.titi h1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.titi span {
  color: #2190ff;
  font-size: 48px;
}

.titi>p {
  font-size: 24px;
  color: #333;
  width: 100%;
  text-align: center;
}

.titi img {
  position: absolute;
  bottom: -47px;
  left: -30px;
}


.ff .titi img {
  position: static;
}

.cont {
  width: 100%;
  margin-top: 73px;
}

.cont-body {
  width: 1200px;
  height: 470px;
  margin: 0 auto;
}

.cont-body ul {
  display: flex;
  width: 100%;
  padding-top: 75px;
}




.c-bottom {
  height: 95px;
  background: #f9f9f9;
  position: relative;
  border: 1px solid #ededec;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-top: 20px;

}

.c-bottom::after {
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  width: 9px;
  height: 9px;
  border-left: 2px solid #a1a0a0;
  border-top: 2px solid #a1a0a0;
  transition: all 0.3s;
}

.c-bottom::before {
  position: absolute;
  right: -1px;
  bottom: -1px;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 2px solid #a1a0a0;
  border-bottom: 2px solid #a1a0a0;
  transition: all 0.3s;
}

.c-bottom>em::after {
  position: absolute;
  left: -1px;
  bottom: -1px;
  content: '';
  width: 9px;
  height: 9px;
  border-left: 2px solid #a1a0a0;
  border-bottom: 2px solid #a1a0a0;
  transition: all 0.3s;
}

.c-bottom>em::before {
  position: absolute;
  right: -1px;
  bottom: -1px;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 2px solid #a1a0a0;
  border-bottom: 2px solid #a1a0a0;
  transition: all 0.3s;
}

.itemCont .img-1 {
  margin: 0 auto;
}

.itemCont img {
  width: 100%;
  transition: all 0.3s;
}

.itemCont .itemImg {
  width: 100%;
  position: relative;
}

.itemCont .img-1 {
  position: relative;
  opacity: 1;

}

.itemCont .img-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.itemCont:hover .img-1 {
  opacity: 0;
}

.itemCont:hover .img-2 {
  opacity: 1;
}

.itemCont:hover .c-bottom::before {
  border-color: #009bff;
}

.itemCont:hover .c-bottom::after {
  border-color: #009bff;
}

.itemCont:hover .c-bottom>em::before {
  border-color: #009bff;
}

.itemCont:hover .c-bottom>em::after {
  border-color: #009bff;
}


/* 2190ff */

/* .c-bottom {
  width: 180px;
  height: 100px;
  background: url(../images/kuang.png) no-repeat;  
  margin: 0 auto;
}

*/
.c-bottom p {
  /* padding: 25px 10px; */
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 产品信息 */
.titi .we {
  height: 50px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.titi .we-list {
  display: inline-block;
  width: 245px;
  height: 100%;
  vertical-align: middle;
}

.titi .we-list img {
  width: 100%;
}

.we p {
  text-align: center;
  line-height: 50px;
  display: none;
  font-size: 24px;
  color: #333;
  padding: 0 75px;
  max-width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}

.we p.act {
  display: inline-block;
}

.we .we-l {
  width: 246px;
  height: 50px;
  display: inline-block;
  background: url(../images/diao1.png) no-repeat 185px 23px;
}

.we .we-r {
  width: 246px;
  height: 50px;
  display: inline-block;
  background: url(../images/diao2.png) no-repeat 26px 23px;
}

.qi {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}

.qi .swiper-slide img {
  width: 100%;
}

.ff {
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 40px;
}

.jiqi {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.ji-letf {
  width: 320px;
}

.ji-letf h1 {
  text-align: center;
  background-color: #007aff;
  color: #ffffff;
  height: 75px;
  font-size: 24px;
  line-height: 75px;
}

.ji-letf ul {
  color: #666666;
  border: 1px #eee solid;
}

.ji-letf li {
  background-color: #f9f9f9;
  height: 60px;
  border-bottom: 1px #ececec solid;
  background-color: #f9f9f9;
  padding: 0 40px;
}


.ji-letf li a {
  line-height: 60px;
  font-size: 14px;
  color: #666666;
}

.ji-top {
  width: 100%;
  height: 60px;
  border-bottom: #d6d6d6 1px solid;
  position: relative;
}

.ji-top h1 {
  width: 550px;
  font-size: 24px;
  color: #333;
  text-indent: 20px;
}

.ji-top .ss {
  width: 60px;
  height: 2px;
  display: inline-block;
  background-color: #007aff;
  position: absolute;
  left: 10px;
  top: 57px;
}

.diao {
  width: 100px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
}

.diao .swiper-button-next::after {
  font-size: 14px;
  color: #999999;
}

.diao .swiper-button-next {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 52px;
  left: 27px;
  border: 1px #999 solid;
}

.diao a {
  display: inline-block;
  width: 45px;
  height: 19px;
  background-color: #eee;
  text-align: center;
  line-height: 19px;
  color: #000;
  position: absolute;
  top: 30px;
  right: 2px;
}

.diao .swiper-button-prev {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 52px;
  left: 0;
  border: 1px #999 solid;
}

.diao .swiper-button-prev::after {
  font-size: 14px;
  color: #999;
}

.ji-letf li .ji-p {
  display: inline-block;
  width: 319px;
  height: 60px;
  border: 1px #e0e0e0 solid;
  margin-bottom: -1px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  padding-left: 30px;
  border-collapse: collapse;
  background-color: #fff;
}

.ji-letf li:hover a {
  color: #009bff;
}

.ji-rigth {
  width: 850px;
}

.ji-rigth .st ul {
  width: 830px;
  justify-content: space-between;
}

.ji-rigth .st ul li img {
  width: 230px;
  height: auto;
  border: none;
  margin-left: 10px;
}

.ji-rigth .st ul li:hover .jiu {
  background-color: #f4f4f4;
}

.ji-rigth ul {
  width: 830px;
}

.ji-rigth .shi-m {
  width: 850px;
  height: 330px;
  padding-left: 20px;
  margin-bottom: 19px;
}

.jiu {
  width: 255px;
  text-align: center;
  line-height: 208px;
  height: 208px;
  border: 1px #eee solid;
}

.ji-rigth .shi-p {
  width: 830px;
  height: 330px;
}

.bei {
  width: 1200px;
  margin: 0 auto;
  height: 610px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/bei.png) no-repeat -87px 53px;
}

.bei-p {
  margin-left: 80px;
  margin-top: 40px;
}

.bei-p p {
  background: url(../images/bei-t.png) no-repeat 4px 9px;
  /* height: 35px; */
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  padding-left: 30px;
}


.bei-h {
  width: 800px;
  padding-top: 10px;
  margin-top: 65px;
  background: url(../images/shi.png) no-repeat 589px 1px;
}

.bei-h h3 {
  margin-left: 310px;
  font-size: 30px;
  line-height: 50px;
  color: #2190ff;
  font-weight: bold;
}

.bei-h h2 {
  margin-left: 100px;
  font-size: 36px;
  line-height: 50px;
  color: #333;
}

.bei-h h1 {
  margin-left: 325px;
  font-size: 36px;
  line-height: 50px;
  color: #333;
}

.xin {
  width: 100%;
  height: 900px;
  background-color: #2190ff;
}

.x-body {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/xin_06.png) no-repeat -255px 70px;
  background-size: cover;
}

.x-titi {
  padding-top: 50px;
  width: 1200px;
}

.x-body .x-titi h1 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.x-titi p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.x-p1 {
  width: 600px;
  margin-left: 600px;
  margin-top: 60px;
}

.x-p1 h4 {
  background: url(../images/01.png) no-repeat 0 0;
  height: 100px;
  line-height: 133px;
  text-indent: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.x-p1 p {
  background: url(../images/bun.png) no-repeat 4px 9px;
  height: 35px;
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  padding: 0 30px;
  color: #fff;
}

.x-p2 {
  width: 600px;
  margin-top: 200px;
}

.x-p2 h4 {
  background: url(../images/02.png) no-repeat 0 0;
  height: 100px;
  line-height: 133px;
  text-indent: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.x-p2 p {
  background: url(../images/bun.png) no-repeat 4px 9px;
  height: 35px;
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  padding: 0 30px;
  color: #fff;
}

/* 机械视频 */
.shi {
  width: 100%;
  height: 1950px;
  background: url(../images/bg3.png) no-repeat 0 0;
  background-size: cover;
}

.s-body {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 65px;
}

.shi-p {
  width: 1150px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}

.shi-p .ji-top h1 {
  line-height: 55px;
}

.shi-p .st {
  width: 100%;
  height: 340px;
}

.st ul {
  display: flex;
  margin-top: 10px;
}

.st ul li img {
  width: 370px;
  height: 265px;
  border: 1px #ececec solid;
  margin-right: 20px;
}

.st ul li p {
  text-align: center;
  font-size: 16px;

  margin-top: 10px;
}

.st ul li p a {
  color: #666;
}

.shi-m {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 35px;
}

.he {
  width: 1200px;
  height: 520px;
  background-color: #fff;
  display: flex;
}

.h-left {
  width: 590px;
  height: 520px;
  padding: 0 25px;
}

.he .ji-top h1 {
  line-height: 55px;
}

.h-rigth {
  width: 610px;
  height: 520px;
}

.h-bottom {
  margin: 50px 30px 0 15px;
  width: 560px;
  height: 410px;
  overflow: hidden;
  position: relative;
}

.h-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h-bottom li img {
  width: 177px;
  height: 100px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.h-biao {
  width: 560px;
  position: absolute;
  top: 360px;
  left: 0px;
}

.h-biao .swiper-button-next::after {
  position: absolute;
  top: 20px;
  right: 250px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
}

.h-biao .swiper-button-prev::after {
  position: absolute;
  top: 20px;
  left: 250px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
}

.ts ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.e li .st-li {
  width: 265px;
  height: 264px;
  border: 1px #ececec solid;
  text-align: center;
  line-height: 264px;
}

.st-li img {
  width: 200px;
  height: 245px;
}

.ts li p {
  text-align: center;
  margin-top: 10px;
}

.ts a {
  color: #666666;
}

/* 联系信息 */
.pic {
  width: 100%;
  height: 380px;
  background: url(../images/pic_hd.png) no-repeat center fixed rgba(40, 129, 218, 0.3);
  background-size: cover;
  margin-bottom: 70px;
}

.cc {
  background-color: rgba(40, 129, 218, 0.7);
}

.p-body {
  width: 1200px;
  height: 380px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.p-body h1 {
  padding-top: 95px;
  font-size: 30px;
}

.p-body h2 {
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p-body a {
  margin-top: 50px;
  display: inline-block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border: 1px #fff solid;
}

/* 介绍信息 */
.guan {
  width: 1200px;
  margin: 0 auto;
}

.g-top {
  height: 40px;
  border-bottom: 1px #d6d6d6 solid;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.g-top::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  background-color: #179ff4;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}

.g-top h1 {
  text-align: center;
  font-size: 24px;
  color: #333;
}


.g-g {
  width: 1200px;
  display: flex;
}

.g-left {
  width: 520px;
  text-align: center;
}

.wen .wl-top i {
  left: -10px;
}


.g-rigth {
  width: 680px;
  /* height: 450px; */
  position: relative;
}

.g-p {
  margin-top: 0px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.g-p p {
  line-height: 30px;
  /* text-indent: 35px; */
  font-size: 16px;
  color: #666666;

}

.g-p a {
  position: absolute;
  right: 0;
  bottom: 0px;
  color: #2190ff;
}

/* 定制 */
.ding {
  width: 1200px;
  /* height: 400px; */
  margin: 0 auto;
  padding-top: 55px;
}

.d-bott {
  margin-top: 34px;
  width: 1200px;
  /* height: 300px; */
  overflow: hidden;
}

.d-bott ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.d-bott li {
  margin-right: 30px;
}

.d-bott p {
  text-align: center;

}

.d-bott a {
  color: #666;
}

/* 问题信息 */
.wen {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
}

.w-left {
  width: 330px;
  height: 900px;
  padding: 0 10px;
  border: 1px #eee solid;
  position: relative;
}

.w-left::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #179ff4;
}

.wl-top {

  position: relative;

}

.wl-top h1 {
  font-size: 24px;
  color: #333;
  line-height: 70px;
}

.wl-top i {
  width: 329px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: #179ff4;
}

.wl-bott {
  width: 310px;
  height: 800px;
  overflow: hidden;
  padding-top: 40px;
}

.ping span {
  width: 60px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 67px;
  left: 0;
  background-color: #179ff4;
}

.wl-bott .swiper-slide {
  height: calc(900px/5);
}

.wl-right {
  position: relative;
}

.wl-right::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #179ff4;
}

.wl-right .wl-rr {
  height: 50%;
  padding: 0 10px;
}

.wl-bott li {
  /* height: 120px; */
  overflow: hidden;
  /* margin-bottom: 30px; */
}

.wl-bott li .wl-p {
  /* color: #ffb005; */
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: '微软雅黑';
  color: #333333;
  transition: all 0.5s;

}

.wl-bott li .wl-p>span {
  color: #ffb005;
  font-weight: bold;
  width: 23px;
  display: inline-block;
}

.wl-p1 {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
}

.wl-p1 .text {
  width: calc(100% - 23px);
}

.wl-p1 .text p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  font-family: '微软雅黑';

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wl-p1>span {
  color: #179ff4;
  font-weight: bold;
  line-height: 30px;
  width: 23px;
  font-size: 16px;
}

.bott-titi a {
  color: #fff;
}

.wl-right {
  width: 845px;
  height: 900px;
  margin-left: 25px;
  border: 1px #eee solid;
  /* padding: 0 10px; */
}

.ding .swiper-slide {
  overflow: hidden;
  text-align: center;
}

.wl-right .wl-top i {
  width: 102.5%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -10px;
  background-color: #179ff4;
}

.wl-t {
  display: flex;
  height: auto;
  /* width: 825px; */
  /* padding: 0 10px; */
  /* justify-content: space-between; */
  margin-top: 20px;
}

.wl-t .wl-tl {
  width: 240px;
  /* height: 150px; */
}

.wl-t .wl-tr {
  /* width: 565px; */
  width: calc(100% - 260px);
  /* height: 150px; */
  padding-left: 25px;
  /* padding-right: 10px; */
}

.wl-tr h1 {
  font-size: 16px;
  width: 100%;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}

.wl-t p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

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

.wl-x p {
  background: url(../images/xin.png) no-repeat 9px 8px;

  line-height: 30px;
}

.wl-x span {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  /* letter-spacing: 3px; */
}

.wl-x a {
  color: #666;
}

.map #Map {
  width: 100%;
  height: 500px;
}

.wl-x p:hover {
  background: url(../images/xin-a.png) no-repeat 9px 8px;
  color: #2190ff;
}

.wl-x p:hover a {
  color: #2190ff;
}

/* 客户评论 */
.ping {
  width: 1200px;
  margin: 25px auto;
  padding: 0 10px;
  border: 1px #eee solid;
}

.ping .wl-top i {
  width: 1200px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -10px;
  background-color: #179ff4;
}

.ping li {
  /* height: 250px; */
  position: relative;
}

.ping li+li {
  margin-top: 50px;
}

.ping ul {
  margin-top: 50px;
}

.o-t {
  height: 80px;

  /* background: url(../images/difu.png) no-repeat 0px 0px; */
}

.o-t .header {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
}

.o-t .header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.o-t .name {
  padding-left: 15px;
}

.o-t {
  display: flex;
  align-items: center;
}

.o-t h1 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.o-t p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.o-tt {

  margin-top: 4px;
  background-color: #f4f4f4;
  border: 1px #eee solid;
  padding: 25px 10px;
}

.o-tt p {

  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.o-tt b {
  border-left: transparent 13px solid;
  border-right: transparent 13px solid;
  border-bottom: #eee 13px solid;
  position: absolute;
  left: 20px;
  top: 71px;
}

.o-tt i {
  position: absolute;
  left: 20px;
  top: 73px;
  z-index: 20;
  border-left: transparent 13px solid;
  border-right: transparent 13px solid;
  border-bottom: #f4f4f4 13px solid;
}

.ping .h1 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.ping .h1 a {
  color: #999;
}

/* 底部信息 */
.bott {
  width: 100%;
  height: 300px;
  background: url(../images/bg71.png) no-repeat right bottom;
  background-size: cover;
  background-color: #2190ff;
  background-size: 500px 300px;
  /* margin-top: 30px; */
}

.bott .b-body {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}

.b-cc {
  width: 1200px;
  padding-top: 30px;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
}

.b-left {
  width: 375px;
  height: 210px;
  padding-right: 60px;
}

.b-left img {
  margin-bottom: 15px;
}

.b-left p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-indent: 25px;
}

.b-cont {
  width: 460px;
  height: 210px;

  /* border-left:1px #4da6ff solid ; */
}

.b-cont .bc-t {
  height: 40px;
  padding: 0 50px;
}

.bc-t h1 {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

.bc-t span {
  width: 26px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
}

.b-cont ul {
  margin-top: 10px;
  padding: 0 30px;
  width: 460px;
  border-left: 1px #4da6ff solid;
  display: flex;
  flex-wrap: wrap;
}

.b-cont li {
  width: 132px;
  text-align: left;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.b-cont li a {
  color: #fff;
}

.to {
  text-indent: 20px;
}

.b-rigth {
  width: 365px;
  height: 210px;
}

.b-rigth h1 {
  height: 50px;
  background: url(../images/tel.png) no-repeat 45px 10px;
  padding-left: 50px;
}

.b-rigth span {
  padding-left: 35px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}

.bt-p {
  width: 365px;
  padding-left: 40px;
  height: 120px;
  border-left: 1px #4da6ff solid;
  padding-top: 10px;
}

.bt-p p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.bott-titi {
  width: 1200px;
  height: 50px;
  border-top: 1px #7abcff solid;
}

.bott-titi h1 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}

.ph {
  display: none;
}

.ph_nav .nav_box .ph_logo {
  float: left;
}

.ph_nav .nav_box .ph_logo {
  width: 178px;
  line-height: 60px;
}

.ph_nav .nav_box .ph_logo img {
  width: 100%;
}

.ph .logo {
  display: block;
}

.ph_nav .nav_box .nav-btn {
  display: block;
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
}

.ph_nav .nav_box .nav-btn .line {
  width: 24px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: 18px;
  transition: all 0.3s;
  transform-origin: left center;
}

.ph_nav .nav_box .nav-btn .line-top {
  top: 21px;
}

.ph_nav .nav_box .nav-btn .line-middle {
  top: 29px;
}

.ph_nav .nav_box .nav-btn .line-bottom {
  top: 38px;
}

.ph_nav .menu-on .line-top {
  transform: rotateZ(45deg);
}

.ph_nav .menu-on .line-middle {
  opacity: 0;
}

.ph_nav .menu-on .line-bottom {
  transform: rotateZ(-45deg);
}

.ph_nav_list>ul {
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

.ph_nav_list .ph_navList {
  width: 100vw;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.ph_nav_list .act a {
  color: #c91c1d;
}

.ph_nav_list .ph_navList a {
  display: inline-block;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans SC";
}

.ph_nav_list {
  background: #f4f4f4;
  /* position: relative; */
  padding-bottom: 20px;
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
}

.ph_navList .nav_dd {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
}

.ph_navList .nav_dd::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ph_navList .nav_dd::after {
  content: "";
  height: 100%;
  width: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ph_navList .subl_list li {
  border-top: 1px solid #ccc;
}

.ph_navList .subl_list {
  display: none;
}

.ph_navList .subl_list li a {
  font-size: 14px;
  font-weight: normal;
}

.ph_navList .act::after {
  height: 0;
}

.ph_nav_height {
  height: 60px;
  display: none;
}

.ph_nav .Search {
  overflow: hidden;
  padding: 0 15px;
  padding-top: 15px;
  padding-bottom: 0;
}

.ph_nav .Search .phSearch {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 30px;
}

.ph_nav .Search .phSearch button em {
  font-size: 16px;
  color: #999;
  width: 20px;
}

.ph_nav .Search .phSearch input {
  width: calc(100% - 20px);
  padding-right: 10px;
  font-size: 14px;
  color: #333;
}

/* 轮播 */
.ph-cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}

.ph-c {
  width: 180px;
  height: 207px;
}

.ph .swiper-slide::after {
  width: 180px;
  padding: 0 20px;
}

#shi-q {
  display: none;
}

#d-bott {
  display: none;
}

#xiao {
  display: none;
}

#xiji {
  display: none;
}

#shi-i {
  display: none;
}

#hou {
  display: none;
}

#huo {
  display: none;
}

#d-bt {
  display: none;
}

#xind {
  display: none;
}

#xiao1 {
  display: none;
}

#hou1 {
  display: none;
}

/* 食品生产线 */
.food-swiper {
  width: 100%;
  /* height: 350px; */
  /* background: url(../images/banner.png) no-repeat; */
  /* background-size: cover; */
}

.food-swip {
  /* width: 1200px;
  margin: 0 auto;
  height: 350px;
  position: relative; */
}

.food-swip p {
  position: absolute;
  left: 10px;
  bottom: 15px;
  color: #fff;
}

.food-chanics {
  border: 1px #eee solid;
}

.food-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.food-left {
  width: 855px;
}

.food-right {
  width: 320px;
  margin-left: 25px;
}

.click li {
  line-height: 60px;
  text-indent: 40px;
  cursor: pointer;
}

.subject {
  width: 100%;
  height: 60px;
  /* border-top: #179ff4 3px solid; */
  padding: 0 10px;
  position: relative;
}

.subject h1 {
  font-size: 24px;
  line-height: 58px;
  border-bottom: 1px #d6d6d6 solid;
}

.subject::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  background-color: #179ff4;
  left: 10px;
  bottom: -1px;
}

.subject span {
  width: 55px;
  height: 2px;
  position: absolute;
  left: 10px;
  bottom: -1px;
  display: inline-block;
  background-color: #179ff4;
}

.chanics {
  width: 100%;
  padding: 20px 10px 10px;
}

.hiddleClass {
  max-height: 335px;
  overflow: hidden;
}

.chanics img {
  float: left;
  width: 255px;
  /* margin-bottom: 20px; */
  margin-right: 15px;
  max-width: 100% !important;
}

.chanics-ii {
  display: none;

}

.chanics p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.chanics .chanics-cop {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;

}

.chanics h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
}

.chanics h6 {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.chanics-a {
  width: 100%;
  text-align: center;

  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  cursor: pointer;
  border-top: 1px #d6d6d6 solid;
}

.food-chanics a {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  display: inline-block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
}

.machining {
  margin-top: 40px;
  border: 1px #eee solid;
}

.machining-body {
  padding: 0 10px;
  margin-top: 20px;
  overflow: hidden;
}


.machining-body .swiper-slide::after {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.mach-s {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.machinin-item {
  width: 100%;
}

.mach-img {
  width: 100%;
  height: 200px;
  border: 1px #e7e7e7 solid;
}

.mach-img img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.machinin-item p {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}

.food-video {
  margin-top: 30px;
  border: 1px #eee solid;
}

.food-left .ping {
  width: 100%;
  padding: 0;
  border: none;
  border-bottom: 1px #eee solid;
}

.food-left .p-oo {
  padding: 0 10px;
}

.food-catalogue {
  width: 100%;
}

.food-catalogue h1 {
  width: 100%;
  height: 65px;
  background-color: #2190ff;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 65px;
  border-radius: 5px;
}

.food-catalogue ul {
  border: 1px #eee solid;
  margin-top: -1px;
}

.food-catalogue li {
  height: 60px;
  border-bottom: 1px #eee solid;
  margin-bottom: -1px;
}

.food-catalogue li a {
  text-indent: 40px;
  line-height: 60px;
  color: #666;
}

.food-catalogue li:hover a {
  color: #179ff4;
}

.food-social {
  border: 1px #eee solid;
  margin-top: 30px;
}

.food-social ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.food-social li {
  width: 54px;
  height: 54px;
  border: 1px #eee solid;
  text-align: center;
  line-height: 54px;
  margin-bottom: 8px;
}

/* 样品展示 */
.hibition-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 25px;
}

.hibition-left {
  width: 320px;
}

.hibition-right {
  width: 855px;
  margin-left: 25px;
}

.hibition-b {
  border: 1px #eee solid;
}

.hibition-bb {
  display: flex;
  padding: 28px 10px;
  border-bottom: 1px #eee solid;
}

.hibition-r {
  width: calc(100% - 265px);
  margin-left: 30px;
}

.hibition-r h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}

.hibition-r p {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hibition-r a {
  color: #666;
}

.hibition-r span {
  display: inline-block;
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}

.hibition-bott {
  width: 80px;
  height: 30px;
  border: 1px #eee solid;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}

.hibition-ye {
  width: 60%;
  margin: 15px auto;
  display: flex;
  justify-content: center;
}

.hibition-left .cota-i {
  overflow: hidden;
}

.hibition-left .cota-i:hover img {
  transform: scale(1.2);
}

.cota-l li:hover p {
  color: #2190ff;
}

.hibition-left .cota-l {
  margin-top: 10px;
}

.hibition-left .food-catalogue li {
  height: 50px;
  line-height: 50px;
}

.hibition-left .cota-i img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.Ph_page {
  display: none;
}

.hibition-an {
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
  border: 1px #eee solid;
}

.hibition-pin {
  border: 1px #eee solid;
  margin-top: 25px;
  margin-bottom: 40px;
}

.food-catalogue li:hover {
  background: #f9f9f9;
  color: #2190ff;
}

.hibition-hot {
  width: 100%;
  margin-top: 30px;
  height: 885px;
  overflow: hidden;
  border: 1px #eee solid;
}

.hibition-hot .swiper-wrapper {
  padding: 0 20px;
}

.hot-item {
  width: 280px;
  height: 230px;
}

.hibition-bo {
  width: 100%;
  height: 800px;
}

.hot-item p {
  width: 100%;
  text-align: center;
  line-height: 45px;
}

.hot img {
  width: 100%;
}

.hibition-lian {
  margin-top: 20px;
  border: 1px #eee solid;
}

.hibition-xi {
  padding: 0 15px;
  background: url(../images/hibition-xi.png) no-repeat right bottom;
}

.hi-active {
  border: 1px #179ff4 solid;
}

.hibition-logo {
  width: 245px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hibition-logo img {
  width: 100%;
}

.hibition-xi p {
  padding-left: 30px;
}

.hibition-xi span {
  font-size: 14px;
  line-height: 2;
}

.hibition-xi p:nth-child(2) {
  background: url(../images/hibition-lian.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(3) {
  background: url(../images/hibition-z.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(4) {
  background: url(../images/hibition-hua.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(5) {
  background: url(../images/hibition-zuo.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(6) {
  background: url(../images/hibition-chuan.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(7) {
  background: url(../images/hibition-w.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(8) {
  background: url(../images/hibition-y.png) no-repeat 3px 6px;
}

.hibition-xi p:nth-child(9) {
  background: url(../images/hibition-di.png) no-repeat 3px 6px;
}

/* 关于我们 */
.about-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 25px;
}

.about-left {
  width: 855px;
  margin-bottom: 15px;
  border: 1px #eee solid;
}

.about-jie {
  padding: 40px 10px;
}

.about-right {
  width: 320px;
  margin-left: 25px;
}

.about-shi {
  padding: 40px;
  overflow: hidden;
}

.about-upper {
  padding: 0 10px;
  overflow: hidden;
}

.about-lower {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lower-item {
  width: 270px;
  height: 203px;
  border: 1px #eee solid;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.about-p {
  padding: 0 10px;
  margin: 15px 0;
}

.about-p p {
  text-indent: 30px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.picture-t {
  width: 100%;
  padding: 0 10px;
}

.about-right .contact-news .wl-x {
  height: 305px;
}

.picture-t img {
  width: 100%;
}

.picture-b {
  padding: 0 10px;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.picture-item {
  margin-bottom: 15px;
}

.picture-p {
  margin-top: 30px;
}

.picture-p p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 30px;
  color: #666;
  margin-bottom: 10px;
}

.hibition-an a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
  padding: 4px 10px;
}

.about-brief {
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
}

.brief {
  width: 700px;
  height: 370px;
  margin: 0 auto;
  box-shadow: 0 3px 5px #333;
  margin-bottom: 10px;
  border: 5px #fff solid;
}

.brief img {
  width: 100%;
  height: 100%;
}

.about-brief p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.brief-top {
  margin-top: 30px;
  padding: 0 10px;
}

.brief-item {
  margin-bottom: 35px;
}

.brief-item h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
}

.brief-item p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.brief-img {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.product-left .ping {
  padding: 0;
}

.product-left .p-oo {
  padding: 0 10px;
}

.brief-img p {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

/* 联系我们 */
.contact-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 25px;
}

.contact-left {
  width: 855px;
}

.contact-left .hibition-xi {
  background-size: 471px;
}

.contact-left .hibition-xi {
  padding: 40px 60px;
}

.contact-left .hibition-lian {
  margin-bottom: 30px;
}

.hibition-xi h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.contact-right {
  width: 320px;
  margin-left: 25px;
}

.contact-right .food-catalogue li {
  height: 50px;
}

.contact-zx {
  margin-top: 30px;
  border: 1px #eee solid;
  width: 100%;
  margin-bottom: 30px;
}

.contact-zx .contact-z {
  width: 100%;
  padding: 0 10px;
}

.cantact-z button {
  width: 100px;
  height: 50px;
  background-color: #2190ff;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #fff;
}

#left {
  width: 48%;
  height: 45px;
  margin-top: 20px;
  padding-left: 15px;
  padding-top: 5px;
  background-color: #f5fbfe;
}

#cont {
  width: 48%;
  height: 45px;
  margin-left: 2%;
  margin-top: 20px;
  padding-left: 15px;
  padding-top: 5px;
  background-color: #f5fbfe;
}

#rigth {
  width: 96.5%;
  height: 110px;
  margin-left: 15px;
  background-color: #f5fbfe;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.cantact-z {
  padding: 0 10px;
}

textarea {
  width: 98.5%;
  border: #cfd0d0 1px dotted;
  margin: 10px 0px;
  padding: 10px 15px;
  background-color: #f5fbfe;
  resize: none;
  font-size: 14px;
}

.cantact-map {
  margin-top: 30px;
  border: 1px #eee solid;
  margin-bottom: 20px;
}

.map {
  text-align: center;
  margin: 0;
}

.food-cota {
  margin-top: 30px;
  border: #eee 1px solid;
  padding-bottom: 20px;
}

.cota-i {
  width: 270px;
  height: 205px;
  border: 1px #eee solid;
  text-align: center;
  line-height: 205px;
  margin: 0 auto;
  overflow: hidden;
}

.cota-l li {
  padding-top: 10px;
}

.cota-l {
  width: 100%;
  height: 790px;
  overflow: hidden;
}

.hibition-body .cota-l p {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}

.cota-l p {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.contact-news {
  border: 1px #eee solid;
  margin-top: 19px;
}

.news-c {
  width: 100%;
  display: flex;
  /* padding-top: 20px; */
  padding: 0 10px;
  margin-top: 15px;
}

.news-l {
  width: 115px;
  height: 70px;
}

.news-l img {
  width: 100%;
  height: 100%;
}

.news-r {
  margin-left: 15px;
  font-size: 16px;
  line-height: 20px;
}

.news-r p {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.news-r span {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.contact-news .wl-x {
  width: 100%;
  /* padding: ; */
  height: 160px;
}

.contact-news .wl-x a {
  line-height: 30px;
}

/* 新闻详情 */
.details-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 25px;
}

.details-left {
  width: 855px;
}

.details-right {
  width: 320px;
  margin-left: 25px;
}

.details-r {
  margin-top: 20px;
}

.oduct-item {
  width: 25%;
}

.prodcc .swiper-slide {
  width: 50%;
}

.details-titi {
  width: 100%;
  border-top: 3px #2190ff solid;
  padding: 0 10px;
  position: relative;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
}

.details-titi h1 {
  font-size: 24px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.details-titi p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  line-height: 32px;
  color: #666;
  border-bottom: 1px #d6d6d6 solid;
}

.details-titi p span {
  margin-left: 20px;
}

.details-titi>span {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #007aff;
  bottom: -1px;
  left: 49%;
}

.details-p {
  width: 100%;
  padding: 20px 10px;
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
  border-bottom: 1px #eee solid;
  margin-bottom: 30px;
}

.details-p .item {
  display: flex;
  align-items: center;
}

.details-p .item a {
  max-width: calc(100% - 75px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details-p .item {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.details-p p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.details-p p img {
  max-width: 100% !important;
}

.details-img {
  width: 500px;
  height: 310px;
  margin: 20px auto;
}

.imgli1 {
  display: flex;
  margin-left: 20px;
}

.datails-lian {
  margin: 50px auto;
  /* width: 300px; */
  display: flex;
}

.imglian {
  width: 28px;
  height: 28px;
  border: 1px #eee solid;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 3px;
}

.imglian img {
  width: 100%;
  height: 100%;
}

.datails-lian p {
  font-size: 16px;
  color: #666;
}

.details-p a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.details-ping {
  border: 1px #eee solid;
  margin-bottom: 60px;
  margin-top: 30px;
}

.details-ping a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  color: #999;
  width: 100%;
  text-align: center;
}

/* 服务与支持 */
.support-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.support-left {
  width: 320px;
}

.support-right {
  width: 855px;
  margin-left: 25px;
  margin-bottom: 60px;
}

.support-lp {
  border: 1px #eee solid;
}

.support-cont {
  padding: 0 10px;
  margin-bottom: 30px;
}

.support-img {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
}

.support-cont>span {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #333;
}

.support-cont>p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.support-wen {
  width: 100%;
}

.support-wen>span {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #333;
}

.su-p1 span {
  color: #666;
  font-size: 14px;
}

.su-p a {
  color: #333;
  font-size: 16px;
}

.su-p {
  font-size: 18px;
  line-height: 24px;
  color: #ffb005;
}

.su-p1 {
  font-size: 18px;
  line-height: 30px;
  color: #179ff4;
}

.support-wen li {
  margin: 15px 0;
}

.mt {
  width: 100%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.m {
  width: 50%;
  padding-left: 10px;
}

.m img {
  width: 407px;
}

.t img {
  width: 352px;
}

.t {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

/* 产品详情页 */
.product-body {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.product-left {
  width: 855px;
}

.product-right {
  width: 320px;
  margin-left: 25px;
}

.product-tation {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 40px;
}

.tation-l {
  width: 550px;
  padding: 0 15px;
  position: relative;
}

.tation-l .tation-img {
  /* width: 520px;
  height: 370px; */
  text-align: center;
  line-height: 370px;
  border: #eee 1px solid;
}

.food-catalogue li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.gallery-thumbs {
  margin: 0 auto;
  padding: 20px 0;
  width: 455px;
}

.tation-l .tation-img1 {
  margin-top: 20px;
  width: 60px;
  height: 45px;
  background-size: cover;
  margin-right: 10px;
  border: 1px #eee solid;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px #009bff solid;
}

.tation-r {
  width: 650px;
  padding-left: 50px;
}

.tation-r h1 {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

.tation-r p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.tation-bott {
  margin-top: 25px;
  display: flex;
}

.tation-bott button {
  width: 130px;
  height: 40px;
  background-color: #009bff;
  margin-right: 20px;
  color: #fff;
  border-radius: 5px;
}

.tation-bott a {
  width: 130px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  background-color: #009bff;
  margin-right: 20px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 13px 0;
}

.tation-r span {
  /* margin-top: 20px;
  display: inline-block;
  font-size: 18px; */
}


.product-titi {
  width: 100%;
  border-top: 3px #999 solid;
  height: 60px;
  border-bottom: 1px #d6d6d6 solid;
  background-color: #f9f9f9;
  display: flex;
}

.sc-active {
  color: #009bff;
  background-color: #f9f9f9;
}

.product-ti {
  width: 155px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  cursor: pointer;
}

.product-ti:hover {
  background-color: #fff;
  color: #2190ff;
  border-top: 3px #2190ff solid;
  margin-top: -3px;
}


.ti-active {
  background-color: #fff;
  color: #2190ff;
  height: 60px;
  border-top: 3px #2190ff solid;
  margin-top: -3px;
}

.product-cc {
  width: 100%;
  border: #eee 1px solid;
}

.product-i {
  margin: 20px 10px 40px 10px;
  padding: 15px;
  background-color: #f5fbfe;
  border: 1px #ccc dashed;
}

.product-i p {
  font-size: 16px;
  line-height: 32px;
}

/* 
.product-cc span {
  margin-left: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
} */

.product-img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.product-img p {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
}

.pr-p {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

.product-p {
  margin-top: 10px;
  padding: 0 10px;
}

.product-p p {
  line-height: 32px;
  font-size: 14px;
  color: #666;
}

.product-p iframe {
  max-width: 100% !important;
}

.prodcc {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  padding: 0 10px;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

.food-body .food-video .mach-s {
  margin-top: 20px;
  padding: 0 10px;
}



.sample-body video {
  width: 100%;
  padding: 0 10px;
}

.sample-body .wl-t {
  padding: 0 10px;
}

.details-body .imgli1 img {
  margin-bottom: 10px;
}

.product-left .ping {
  width: 100%;
}

.product-left .o-tt p {}

.ii {
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  border: 1px #eee solid;
  position: relative;
  margin-top: 20px;
}

.ii p {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* 样品展示详情 */
.sample-body {
  width: 1200px;
  margin: 30px auto;
  display: flex;
}

.sample-left {
  width: 855px;
}

.sample-right {
  width: 320px;
  margin-left: 25px;
}

.rotation {
  width: 1200px;
  margin: 0 auto;
  border: 1px #eee solid;
}

.rotati-titi {
  height: 60px;
  border-top: 2px #009bff solid;
  padding: 0 10px;
  position: relative;
}

.rotati-titi span {
  display: inline-block;
  position: absolute;
  left: 48%;
  width: 60px;
  height: 2px;
  bottom: -2px;
  background: #2190ff;
}

.rotation h1 {
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  border-bottom: 1px #d6d6d6 solid;
  margin-top: 20px;
  height: 40px;
}

.gallery-top1 {
  width: 875px;
  height: 580px;
  margin: 30px auto;
}

.gallery-thumbs1 {
  width: 460px;
  height: 70px;
  margin: 0 auto;
}

.rotation-ci {
  width: 750px;
  margin: 0 auto;
  position: relative;
}

.rotation-i {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 3px;
}

.rotation-i img {
  width: 100%;
  height: auto;
}

.rotation-con {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.rotation-con .vidox {
  width: 875px;
  height: 500px;
  margin: 0 auto;
}

.rotation-con .vidox iframe {
  width: 100%;
  height: 100%;
}

.rotation-con .vidox video {
  width: 100%;
}

.gallery-thumbs1 .swiper-slide-thumb-active img {
  border: 2px #2190ff solid;
}

.rotation .swiper-button-next1::after {
  font-size: 40px;
  position: absolute;
  left: 10px;
  top: -20px;
  color: #c1c1c1;
  z-index: 55;
}

.rotation .swiper-button-prev1::after {
  font-size: 40px;
  position: absolute;
  left: -5px;
  top: -20px;
  color: #c1c1c1;
  z-index: 55;
}

.rotation-ci .swiper-button-prev2::after {
  font-size: 40px;
  position: absolute;
  left: 105px;
  font-size: 15px;
  bottom: 6px;
  color: #999;
  z-index: 55;
  padding: 15px 3px;
  border: 1px #ccc solid;
}

.rotation-ci .swiper-button-next2::after {
  font-size: 40px;
  position: absolute;
  right: 105px;
  font-size: 15px;
  bottom: 6px;
  color: #999;
  z-index: 55;
  padding: 15px 3px;
  border: 1px #ccc solid;
}

.rotation-ci1 {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.rotation-ci2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.sample-img {
  width: 100%;
  padding: 0 10px;
  margin: 30px auto;
  text-align: center;
}

.sample-img img {
  width: 100%;
  margin-bottom: 20px;
}

.sample-img p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: left;
}

.sample-img a {
  color: #666;
}

.sample-img a:hover {
  color: #179ff4;
}

.sample-nei {
  border: 1px #eee solid;
}

.sapmple-a {
  width: 100%;
  padding: 0 10px;
  height: 120px;
}

.w {
  /* border: 1px #eee solid; */

}

.w+.w {
  margin-top: 50px;
}

.product-img video {
  width: 100%;
  padding: 0 10px;
}

.aa {
  border-top: 1px #eee solid;
  height: 120px;
  padding: 30px 0;
}

.aa a {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.sample-left .ping {
  width: 100%;
  padding: 0;
}

.sample-left .p-oo {
  padding: 0 10px;
}

/* 新闻列表页 */
.list-left {
  width: 855px;
  margin-bottom: 30px;
}

.list-right {
  width: 320px;
  margin-left: 25px;
}

.list-right .contact-news .wl-x {
  height: 305px;
}




/*  */

.mach-s {
  width: 830px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.wl-t img {
  width: 100%;
}

.wl-t p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ping {
  width: 1200px;
  margin: 25px auto;
  padding: 0 10px;
  border: 1px #eee solid;
}

.ping .h1 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
}

.tation-r p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.mach-img {
  position: relative;
}

.mach-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mach-img .mach-df {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}




.machining-b .ProDuctCont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}


.machining-b .ProDuctCont .item {
  width: 33.333333%;
  padding: 0 10px;
  /* width: 100%; */
  margin-bottom: 20px;

}

.machining-b .ProDuctCont .item .image {
  width: 100%;
  height: 200px;
  border: 1px #eee solid;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.machining-b .ProDuctCont .item .image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.machining-b .ProDuctCont .item .title {
  margin-top: 15px;
}

.machining-b .ProDuctCont .item .title p {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  font-family: '微软雅黑';
  padding: 0 10px;
  transition: all 0.5s;
}

.machining-b .ProDuctCont .item .image .mach-df {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 36px;
}

.machining-b .ProDuctCont .item .image .mach-df img {
  width: 100%;
}

/* width: 270px;
height: 50px;
text-indent: 10px;
line-height: 50px;
color: #666;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; */

/* =============================== */




.machining-b .D-ProListItem {
  margin-top: 15px;
  padding: 0 10px;
}


.machining-b .D-ProListItem .item {
  width: 100%;
  margin-bottom: 20px;

}

.machining-b .D-ProListItem .item .image {
  width: 100%;
  height: 200px;
  border: 1px #eee solid;

  position: relative;
}

.machining-b .D-ProListItem .item .image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machining-b .D-ProListItem .item .title {
  margin-top: 15px;
}

.machining-b .D-ProListItem .item .title p {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  font-family: '微软雅黑';
  padding: 0 10px;
  transition: all 0.5s;
}

.machining-b .D-ProListItem .item .image .mach-df {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 36px;
}

.machining-b .D-ProListItem .item .image .mach-df img {
  width: 100%;
}

/* ==================================== */
.product-body .ProductPage .item {
  margin-left: 10px;
  color: #999;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
}

.product-body .ProductPage .item a {
  color: #999;
}


/* .about-jie */
.about-jie p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.about-jie img {
  max-width: 100% !important;
}



/* 2021年10月19日 */

.product-p img {
  max-width: 100% !important;
}

.product-p table {
  background: #f9f9f9;
  border-spacing: 0px;
  font-size: 14px;
  color: #666;
  table-layout: fixed;
}


.product-p table .firstRow {
  background: #eeeeee;
}

.product-p table .firstRow td {
  border: 1px solid #eee;
}

.product-p table td {
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.product-p table th {
  padding: 10px;
}

.tation-l .swiper-button-next {
  right: 0;
  width: 15px;
  height: 45px;
  border: #eee 1px solid;
}

.tation-l .swiper-button-next::after {
  color: #999;
  font-size: 16px;
}

.tation-l .swiper-button-prev {
  left: 0;
  width: 15px;
  height: 45px;
  border: #eee 1px solid;
}

.tation-l .swiper-button-prev::after {
  color: #999;
  font-size: 16px;
}

.tation-l .tation-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tation-l .tation-img1 {
  margin: 0;
  width: 100%;
  height: 100%;
}

.gallery-thumbs {
  width: auto;

}

.gallery-thumbs .swiper-wrapper {
  /* padding: 0 30px; */
}

.tation-l .tation-img img {
  width: 100%;
}

.galleryBtn {
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
}

.gallery-top {
  position: relative;
}

.gallery-top .videoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.gallery-top .videoCont {
  width: 100%;
  height: 100%;
}

.gallery-top .videoCont iframe {
  width: 100%;
  height: 100%;
}

.gallery-top .playIcon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}

.gallery-top .playIcon em {
  font-size: 40px;
  line-height: 1;
  color: #999;
}

.gallery-top .videoBox .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.gallery-top .videoBox .closeBtn em {
  font-size: 30px;
  color: #333333;

}

.listCont {
  width: 520px;
  padding: 10px;
  border: 1px solid #eee;
}

.listCont .list {

  display: none;
}

.listCont .list.act {
  display: block;
}

.listCont .itemImg {
  width: 100%;
}

.productPhSwiper {
  display: none;
}









/*  */
.contact-news .D-newsList {
  padding: 0 10px;

}

.contact-news .D-newsList .title {
  padding-left: 20px;
  background: url(../images/xin.png) no-repeat 2px 10px;
}

.contact-news .D-newsList .title:hover {
  background: url(../images/xin-a.png) no-repeat 2px 10px;
}

.contact-news .D-newsList .title h1 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-family: "微软雅黑";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 60px;
  transition: all 0.5s;
}

.contact-news .D-newsList .title:hover h1 {
  color: #2190ff;
}


.contact-news .D-newsList .itemText {
  display: flex;
  padding: 15px 0;
  display: none;
}

.contact-news .D-newsList .itemText .image {
  width: 112px;
  height: 68px;
}

.contact-news .D-newsList .itemText .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-news .D-newsList .itemText .titleCont {
  width: calc(100% - 112px);
  padding-left: 17px;

}

.contact-news .D-newsList .itemText .titleCont h1 {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-family: '微软雅黑';
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.contact-news .D-newsList .itemText .titleCont h1:hover {
  color: #2190ff;
}

.contact-news .D-newsList .itemText .titleCont p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-family: "微软雅黑";
  margin-top: 10px;
}


.contact-news .D-newsList .item.act .itemText {
  display: flex;
}

.contact-news .D-newsList .item.act .title {
  display: none;
}




.sample-shi .ProductPage .item {
  margin-left: 10px;
  color: #999;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
}

.sample-shi .ProductPage .item a {
  color: #999;
}




.indexPro {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  /* padding-bottom: 60px; */
}

.indexPro+.indexPro {
  padding-bottom: 60px;
}

.indexPro .proLeft {
  width: 320px;
  /* border: 1px solid #eee; */
  background: #fff;
}

.indexPro .proLeft .title {
  width: 100%;
  background: #2190ff;
}

.indexPro .proLeft .title h1 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 22px 10px;
}

.indexPro .proLeft .list .item {
  padding: 24px 40px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.indexPro .proLeft .list .item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0%;
  content: '';
  background: #179ff4;
}

.indexPro .proLeft .list .item a {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: '微软雅黑';
}

.indexPro .proLeft .list.act>.item a {
  color: #2190ff;
}

.indexPro .proLeft .list.act>.item::after {
  height: 100%;
}

.indexPro .proLeft .list:hover>.item a {
  color: #2190ff;
}

.indexPro .proLeft .list:hover>.item::after {
  height: 100%;
}

.indexPro .proLeft .list:hover {
  background: #f9f9f9;
}

.indexPro .proLeft .list .subList {
  margin-left: 20px;
}

.indexPro .proLeft .list .subList a {
  font-size: 14px;
}

.indexPro .proLeft .list.act {
  background: #f9f9f9;
}

.indexPro .proLeft .listCont {
  width: 100%;
  padding: 0;
  /* border: none; */
}

.indexPro .proLeft .listCont .list {
  display: block;
}

.indexPro .proRight {
  width: calc(100% - 320px);
  padding-left: 24px;
}

.indexPro .proRight .titleBox {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

.indexPro .proRight .titleBox .more {
  display: flex;
  align-items: center;
}

.indexPro .proRight .titleBox .more a {
  font-size: 14px;
  background: #f4f4f4;
  color: #666666;
  line-height: 1;
  padding: 4px 6px;
}

.indexPro .proRight .Title h1 {
  color: #333;
  font-size: 24px;
  line-height: 56px;
}

.indexPro .proRight .Title {
  /* border-bottom: 1px solid #d6d6d6; */
  position: relative;
}

.indexPro .proRight .titleBox::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  background-color: #179ff4;
  bottom: -1px;
  left: 0;
}

.indexPro .proRight .proContent {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.indexPro .proRight .proContent .item {
  width: 33.333333%;
  padding: 0 8px;
  padding-bottom: 6px;
}

.indexPro .proRight .proContent .item .itemImg {
  border: 1px solid #e7e7e7;
  height: 218px;
  overflow: hidden;
}

.indexPro .proRight .proContent .item .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.indexPro .proRight .proContent .title {
  padding: 9px;
}

.indexPro .proRight .proContent .title h1 {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-family: '微软雅黑';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.indexProCont {
  background: #eeeeee;
  background: url(../images/bg3.png) repeat 0 0;
  padding-top: 70px;
  padding-bottom: 86px;
}

.indexProCont .Mcontent {
  width: 1200px;
  margin: 0 auto;
}

.indexProCont .titleBox {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

.indexProCont .title {
  padding-bottom: 15px;
}

.indexProCont .title h1 {
  color: #333;
  font-size: 24px;
  /* line-height: 56px; */
  line-height: 1.2;
  font-family: '微软雅黑';
}

.indexProCont .titleBox::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  background-color: #179ff4;
  bottom: -1px;
  left: 0;
}

.indexProCont .more {
  display: flex;
  align-items: center;
}

.indexProCont .more .btn {
  display: flex;
}

.indexProCont .more .btn .item {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}

.indexProCont .more .btn .item p {
  font-size: 14px;
  color: #666666;
  font-family: '微软雅黑';
}

.indexProCont .more .btn .item+.item {
  margin-left: 6px;
}

.indexProCont .more>a {
  font-size: 14px;
  background: #f4f4f4;
  color: #666666;
  line-height: 1;
  padding: 4px 6px;
  margin-left: 9px;
}

.indexProCont .itemCont {
  overflow: hidden;

}

.indexProCont .itemCont .pro {
  /* padding-bottom: 15px; */
  padding-top: 15px;
}

.indexProCont .itemCont .pro .proImage {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}

.indexProCont .itemCont .pro .proImage img {
  width: 100%;
  transition: all 0.5s;
}

.indexProCont .itemCont .pro .proTitle {
  margin-top: 10px;
}

.indexProCont .itemCont .pro .proTitle h1 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  font-family: '微软雅黑';
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}

.indexProCont .itemBox {
  background: #fff;
  padding: 20px;
}

.indexProCont .itemBox+.itemBox {
  margin-top: 35px;
}

.indexProCont .guide {
  display: flex;
}

.indexProCont .guide .guideLeft {
  width: 50%;
  /* padding: 20px; */
  padding-right: 10px;
}

.indexProCont .guide .guideLeft .leftImg {
  width: 100%;
  margin-top: 40px;
}

.indexProCont .guide .guideLeft .leftImg img {
  width: 100%;
}

.indexProCont .guide .guideRight {
  width: 50%;
  /* padding: 20px; */
  padding-left: 10px;
}


.indexProCont .guide .guideRight .rightContent .swiper-slide {
  height: 100px;
  overflow: hidden;
  border-radius: 2px;
}

.indexProCont .guide .guideRight .swiperContent {
  height: 320px;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.indexProCont .guide .guideRight .rightContent .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexProCont .guide .guideRight .paeg {
  display: flex;
  justify-content: center;

  margin-top: 18px;
}

.indexProCont .guide .guideRight .paeg .item {
  cursor: pointer;
}

.indexProCont .guide .guideRight .paeg .item em {
  font-size: 24px;
  color: #999;
}

.indexProCont .guide {
  padding-bottom: 25px;
  background: #fff;
  margin-top: 35px;
}




.indexService {
  background-color: #2190ff;
  background-size: cover;
}

.indexService .Mcontent {
  width: 1200px;
  margin: 0 auto;
}

.indexService .title {
  text-align: center;
}

.indexService .title h1 {
  font-size: 30px;
  color: #fff;
  font-family: '微软雅黑';
  line-height: 1;
}

.indexService .title p {
  font-size: 14px;
  font-family: '微软雅黑';
  color: #fff;
  line-height: 1;
  margin-top: 14px;
}


.indexService .content .item {
  display: flex;
  flex-wrap: wrap;
}

.indexService .content .item+.item {
  margin-top: 40px;
}

.indexService .content .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.indexService .content .item:nth-of-type(2n)>.image {
  text-align: right;
}

.indexService .content .image {
  width: 50%;
}

.indexService .content .text {
  width: 50%;
}

.indexService .content .textTitle {
  position: relative;
}

.indexService .content .textTitle .image img {
  width: 123px;
}

.indexService .content .textTitle p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 58px;
}

.indexService .content .text ul {
  margin-top: 70px;
}


.indexService .content .text ul li {
  display: flex;
}

.indexService .content .text ul li .icon {
  width: 19px;
  margin-top: 10px;
  margin-right: 13px;
}

.indexService .content .text ul li .icon img {
  width: 100%;
}

.indexService .content .text .list-paddingleft-2 {
  margin-top: 70px;
}

.indexService .content .text .list-paddingleft-2 p {
  background: url(../images/bun.png) no-repeat 4px 9px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  padding-left: 32px;
}

.indexService .content {
  margin-top: 47px;
}

.indexService {
  padding-top: 70px;
  padding-bottom: 100px;
}

.indexService .content .item:nth-of-type(1)>.image img {
  width: 414px;
}

.indexService .content .item:nth-of-type(2)>.image img {
  width: 557px;
}

.PHBanner {
  display: none;
}


.infoBanner {
  position: relative;
}

.infoBanner .bannerImg {
  width: 100%;
  position: relative;
}

.infoBanner .bannerImg img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.infoBanner .infoNav {
  position: absolute;
  bottom: 25px;
  /* width: 100%; */
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.infoBanner .infoNav ul {
  display: flex;
  align-items: center;
}

.infoBanner .infoNav ul li {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.infoBanner .infoNav ul li+li {
  margin-left: 5px;
}

.infoBanner .infoNav ul li a {
  color: #fff;
}




#bsWXBox {
  height: auto !important;
  width: auto !important;
}

#bsBox {
  height: auto !important;
  width: auto !important;
}

.food-social li {
  position: relative;
}

.food-social li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.food-social li a:hover {
  opacity: 0;
}

.food-social li+li {
  margin-left: 4px;
}

.imglian {
  position: relative;
}

.imglian a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.imglian .bshare-custom {
  opacity: 0;
}

.d-bott img {
  width: 100%;
  transition: all 0.5s;
}

.d-bott p {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px;
}


.indexPing {
  position: relative;
  margin-top: 74px;
}

.indexPing::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #179ff4;
}

.bei .titi {
  padding-top: 40px;
  border: none;
}

.bei .titi h1 {
  font-size: 30px
}

.bei .titi h1 span {
  font-size: 36px;
}

.bei .titi p {
  font-size: 16px;
  color: #999;
}


.hibition-bb .hibition-l {
  width: 235px;
  height: 156px;
  border: 1px solid #f4f4f4;
}

.hibition-bb .hibition-l img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.ii img {
  width: 100%;
}






/* ====视频展示====== */



.hibition-b .ProDuctCont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}


.hibition-b .ProDuctCont .item {
  width: 33.333333%;
  padding: 0 10px;
  /* width: 100%; */
  margin-bottom: 20px;

}

.hibition-b .ProDuctCont .item .image {
  width: 100%;
  /* height: 200px; */
  border: 1px #eee solid;

  position: relative;
  overflow: hidden;
}

.hibition-b .ProDuctCont .item .image>img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s;
}

.hibition-b .ProDuctCont .item .title {
  margin-top: 15px;
}

.hibition-b .ProDuctCont .item .title p {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  font-family: '微软雅黑';
  padding: 0 10px;
  transition: all 0.5s;
}

.hibition-b .ProDuctCont .item .image .mach-df {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.hibition-b .ProDuctCont .item .image .mach-df img {
  width: 100%;
}

.textPic .item {
  padding: 28px 10px;
  border-bottom: 1px #eee solid;
}

.textPic .item a h1 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s;
}

.textPic .item a .date {
  display: inline-block;
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}

.textPic .item a .summary p {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
}

.textPic .item a .more {
  width: 80px;
  height: 30px;
  border: 1px #eee solid;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
  transition: all 0.5s;
}


/* 2021年11月3日 */
.indexProCont .itemCont .pro .proImage {
  position: relative;
}

.indexProCont .itemCont .pro .proImage .mach-df {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 36px;

}


.support-left .cota-i {
  /* border: none; */

}

.support-left .cota-l {
  margin-top: 10px;
}

.support-left .food-catalogue li {
  height: 50px;
  line-height: 50px;
}

.support-left .cota-i img {
  width: 100%;
  height: 100%;
}

.about-right .food-cota {
  margin-top: 0;
}

.about-right .food-cota .cota-i img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.about-right .food-cota li:hover .cota-i img {
  transform: scale(1.2);
}

.contact-right .food-cota {
  margin-top: 0;
}

.contact-right .food-cota .cota-i img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.contact-right .food-cota li:hover .cota-i img {
  transform: scale(1.2);
}

.contact-body .hibition-lian {
  margin-top: 0;
}

.actFixed {
  position: absolute;
  /* top: 70px; */
  right: 0;
}

.MController {
  position: relative;
}

.food-body .wl-rr {
  border: 1px #eee solid;
}

.food-body .wl-t {
  padding: 0 10px;
}

/* .wl-rr{
  border: 1px #eee solid;
} */

.food-body .ping {
  border: 1px #eee solid;
}

.sample-body .wl-rr {
  border: 1px #eee solid;
}

.product-body .wl-rr {
  border: 1px #eee solid;
}


.product-body .wl-t {
  padding: 0 10px;
}


.wl-right .wl-rr .titleBox {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px#d6d6d6 solid;

}


.wl-right .wl-rr .titleBox::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  background-color: #179ff4;
  bottom: -1px;
  left: 0;
}

.wl-right .wl-rr .titleBox .Title h1 {
  font-size: 24px;
  line-height: 60px;
}

.wl-right .wl-rr .titleBox .more {
  display: flex;
  align-items: center;
}

.wl-right .wl-rr .titleBox .more a {
  font-size: 14px;
  background: #f4f4f4;
  color: #666666;
  line-height: 1;
  padding: 4px 6px;
}

/* .w-left .wl-top */

.w-left .wl-top .titleBox {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px#d6d6d6 solid;

}


.w-left .wl-top .titleBox::after {
  content: '';
  width: 55px;
  height: 2px;
  position: absolute;
  background-color: #179ff4;
  bottom: -1px;
  left: 0;
}

.w-left .wl-top .titleBox .Title h1 {
  font-size: 24px;
  line-height: 60px;
}

.w-left .wl-top .titleBox .more {
  display: flex;
  align-items: center;
}

.w-left .wl-top .titleBox .more a {
  font-size: 14px;
  background: #f4f4f4;
  color: #666666;
  line-height: 1;
  padding: 4px 6px;
}



.noFound {
  height: 400px;
  padding-top: 60px;
}

.noFound h1 {
  font-size: 24px;
  text-align: center;
}

/* hover */

.indexPro .proRight .proContent .item:hover .itemImg img {
  transform: scale(1.2)
}

.indexPro .proRight .proContent .item:hover .title h1 {
  color: #2190ff;
}

/* .indexProCont .itemCont .pro:hover .proImage>img {
  transform: scale(1.2)
} */

.indexProCont .itemCont .pro:hover .proTitle h1 {
  color: #2190ff;
}




.d-bott .swiper-slide:hover p {
  color: #2190ff;
}

.wl-tr:hover h1 {
  color: #2190ff;
}

.wl-bott li:hover .wl-p {
  color: #2190ff;
}

.machining-b .ProDuctCont .item:hover .image>img {
  transform: scale(1.2)
}

.machining-b .ProDuctCont .item:hover .title p {
  color: #2190ff;
}

.machining-b .D-ProListItem .item:hover .title p {
  color: #2190ff;
}



.hibition-b .ProDuctCont .item:hover .image>img {
  transform: scale(1.2)
}

.hibition-b .ProDuctCont .item:hover .title p {
  color: #2190ff;
}

.textPic .item:hover a .more {
  background: #179ff4;
  color: #fff;
}

.hibition-r:hover h3 {
  color: #2190ff;
}


/* .hibition-bott:hover a {
  color: #fff;
} */

.hibition-r .hibition-bott:hover {
  background: #179ff4;

}

.hibition-r .hibition-bott:hover a {
  color: #fff;
}

.textPic .item:hover a h1 {
  color: #179ff4;
}




.machinin-item:hover p {
  color: #179ff4;
}





.cantact-map .map {
  padding: 10px;
}


/* 2021年11月11日 */
.infoBanner .bannerImg .phInfoBanner {
  width: 100%;
  height: auto;
  display: none;
}





/* 2022年3月16日 */

.Language {
  border: 2px solid #2190ff;
  /* width: 200px; */
  display: flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 30px;
}

.Language svg {
  width: 20px;
  height: 20px;
  fill: #2190ff;
}

.Language h1 {
  font-size: 16px;
  line-height: 1;
  color: #2190ff;
  margin-left: 5px;

}

.Language a {
  color: #2190ff;
}

.Language:hover {
  background: #2190ff;
}

.Language:hover a {
  color: #fff;
}

.Language:hover svg {
  fill: #fff;
}


.phLanguage {
  float: right;
  margin-top: 22px;
}


.phLanguage svg {
  width: 20px;
  height: 20px;
  fill: #2190ff;
}


.phLanguage h1 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-left: 5px;

}

.phLanguage a {
  color: #333;
}






.slideBar .slideFixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.slideBar .slideFixed .slideItem .iconBox {
  width: 54px;
  height: 54px;
  background: #2b91fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideBar .slideFixed .slideItem .iconBox em {
  font-size: 24px;
  color: #fff;
}

.slideBar .slideFixed .slideItem {
  position: relative;
  z-index: 2;
}

.slideBar .slideFixed .slideItem .slideText {
  position: absolute;
  width: 240px;
  height: 54px;
  top: 0;
  right: -240px;
  background: #2b91fc;
  display: flex;
  align-items: center;
  padding: 0 10px;
  z-index: -1;
  transition: all 0.5s;
}

.slideBar .slideFixed .slideItem .slideText p {
  font-size: 14px;
  color: #fff;
}

.slideBar .slideFixed .slideItem .slideText a {
  color: #fff;
}

.slideBar .slideFixed .slideItem .slideImage {
  position: absolute;
  width: 120px;
  bottom: 0;
  right: 54px;
  background: #2b91fc;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  display: none;
  padding: 5px;
}

.slideBar .slideFixed .slideItem .slideImage img {
  width: 100%;
  height: 100%;
}

.slideBar .slideFixed .slideItem.act .slideText {
  right: 54px;
}

.slideBar .slideFixed .slideItem.act .slideImage {
  opacity: 1;
  display: block;
}