/* 产品详情页 - 对齐原站 jskllab.com */
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.product-gallery-wrap {
  overflow: hidden;
}

.imgnav::after {
  content: '';
  display: table;
  clear: both;
}

.product-gallery-wrap .imgnav {
  max-width: 1000px;
}

#tabsmalimg {
  background: #fff;
  width: 800px;
  height: 800px;
}

#tabsmalimg li {
  width: 100%;
  height: 800px;
}

#tabsmalimg li img {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 800px;
  object-fit: contain;
  vertical-align: middle;
}

/* 仅适配微缩图：框架保持 800 侧栏 + 上下箭头，缩略图铺满格子 */
.product-gallery-wrap #cbtn {
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4px 12px 6px;
  box-sizing: border-box;
  position: relative;
}

.product-gallery-wrap #cSlideUl {
  flex: 1 1 auto;
  width: 100%;
  height: auto !important;
  min-height: 0;
  top: 0 !important;
  overflow: hidden;
  position: relative;
  margin: 4px 0;
}

.product-gallery-wrap #cSlideUl ul {
  height: auto !important;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-gallery-wrap #cSlideUl ul li {
  width: 116px;
  height: 86px;
  margin: 0 0 14px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  padding: 0;
  flex-shrink: 0;
}

.product-gallery-wrap #cSlideUl ul li:last-child {
  margin-bottom: 0;
}

.product-gallery-wrap #cSlideUl ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-gallery-wrap #cSlideUl ul li.hov {
  border-color: #0068B6;
}

.product-gallery-wrap .picSildeLeft,
.product-gallery-wrap .picSildeRight {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  flex: 0 0 auto;
  margin: 0;
  cursor: pointer;
  line-height: 0;
  z-index: 9;
}

.product-gallery-wrap .picSildeLeft img,
.product-gallery-wrap .picSildeRight img {
  display: block;
}

#cbtn {
  width: 156px;
  box-sizing: border-box;
}

#cSlideUl ul li {
  width: 116px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 14px;
}

#pofront a {
  background: url(../images/feel3.png) no-repeat center;
  background-size: 24px;
  transform: rotate(-90deg);
}

#ponext a {
  background: url(../images/feel4.png) no-repeat center;
  background-size: 24px;
  transform: rotate(-90deg);
}

.ny-title {
  margin: 30px auto;
  text-align: center;
  background: url(../images/titlebg.png) no-repeat top;
}

.ny-title b {
  display: block;
  font-size: 40px;
  color: #333;
}

.ny-title p {
  color: #666;
  line-height: 38px;
  text-transform: uppercase;
  padding-bottom: 24px;
}

/* 多行业范围 */
.content_four {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.content_four li {
  position: relative;
  overflow: hidden;
  width: 48%;
  margin: 1%;
  border-radius: 10px;
}

.content_four li a {
  display: block;
}

.content_four em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}

.content_four .cont_info p {
  margin-top: 15px;
}

.content_four li .cont_box {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}

.content_four li .img_cont {
  transition: all 0.5s;
}

.content_four li:hover .img_cont {
  transform: scale(1.1);
}

.content_four li .cont_tit {
  width: 100%;
  height: 60px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  transition: opacity 0.2s;
  background-image: linear-gradient(to right, #0068B6, #289F41);
}

.content_four li .cont_tit b {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  display: block;
  color: #fff;
}

.content_four li .cont_info {
  line-height: 28px;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(0) scale(0);
  padding: 40px;
  background: linear-gradient(to right, rgba(0, 104, 182, .7), rgba(40, 159, 65, .7));
  color: #222;
  opacity: 0;
  transition: all 0.3s;
}

.content_four li .cont_info em {
  font-size: 32px;
  margin-top: 35%;
  font-weight: bold;
}

.content_four li .cont_info p {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.content_four li:hover .cont_tit {
  opacity: 0;
}

.content_four li:hover .cont_info {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* 合作流程 */
.liucheng {
  background: #0068B6 url(../images/lc.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px;
}

.liuchengbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.liucheng-list {
  width: calc(11.11% - 35px);
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 40px 10px;
  transition: all .3s;
  border-radius: 10px;
}

.liucheng-list .lcimg {
  height: 42px;
  margin: 0 auto;
  display: block;
  transition: all 0.6s;
}

.liucheng-list:hover .lcimg {
  transform: rotateY(360deg);
}

.liucheng-list p {
  font-size: 14px;
  line-height: 28px;
  margin: 17px 0;
  color: #fff;
}

.liucheng-list span {
  position: absolute;
  right: -25px;
  top: 22%;
}

.liucheng-list span img {
  width: auto;
}

.lc_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.lc_phone p {
  color: #fff;
  margin-bottom: 5px;
  padding-left: 2px;
}

.lc_phone img {
  padding-right: 8px;
}

.lc_phone b {
  display: block;
  line-height: 34px;
  white-space: nowrap;
  font-size: 32px;
  font-family: Times New Roman, serif;
  font-weight: bold;
  color: #fff;
  padding-right: 20px;
}

#cbtn li.hov {
  border: 1px solid #ccc;
}

#tabsmalimg li:first-child:last-child {
  display: block !important;
}

@media (max-width: 768px) {
  .content_four li {
    width: 98%;
  }

  .liucheng-list {
    width: 33%;
    margin-bottom: 20px;
  }

  .liucheng-list span {
    display: none;
  }

  #tabsmalimg {
    width: 100%;
    height: auto;
    float: none;
  }

  #cbtn {
    float: none;
    height: auto;
    margin-top: 20px;
  }
}
