.cpxq_box{
  width: 100%;
  padding:30px 0 100px;
  background-color: #f5f7fa;
}
.cpxq_box .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpxq_box .cpfl_box{
  width: 20%;
  position: sticky;
  top: 10px;
  height: fit-content;
}
.cpxq_box .cpfl_box h3{
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
  background: #008cd7;
  padding: 10px;
  color: #fff;
}
.cpxq_box .cpfl_box li{
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
}
.cpxq_box .cpfl_box li a{
  font-size: 18px;
  color: #333;
  padding: 10px;
  background-color: #f4f4f4;
  display: block;
  transition: all 0.5s;
}
.cpxq_box .cpfl_box li:hover a{
  background-color: #008cd7;
  color: #fff;
}
.cpxq_box .list{
  width: 100%;
}
.cpxq_box .list .prodimg_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.cpxh_text .tjcp{
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  gap: 10px 1.3%;
}
.cpxh_text .tjcp li{
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  transition: all 0.5s;
}
.cpxh_text .tjcp li:hover{
  border: 1px solid #005ee3;
}
.cpxh_text .tjcp li .prod_pic{
  width: 100%;
  overflow: hidden;
}
.cpxh_text .tjcp li .prod_pic img{
  width: auto;
  transition: all 0.5s;
  display: block;
  margin: 20px auto;
  height: 230px;
}
.cpxh_text .tjcp li:hover .prod_pic img{
  transform: scale(1.2);
}
.cpxh_text .tjcp li .prod_wz h3{
  padding: 10px 20px;

}
.cpxh_text .tjcp li .prod_wz{
  width: 100%;
  margin:10px 0;
}
.cpxh_text .tjcp li .prod_wz p{
  padding: 0 20px;
  margin: 0;
}
.magnifierContainer {
  display: flex;
  position: relative;
  z-index: 10;
}
.imgMedium {
  position: relative;
}
.imgLeft .magnifier {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
}
.mediumContainer {
  width: 400px;
  height: 400px;
  border: 1px solid #eee;
  overflow: hidden;
}
.mediumContainer img {
  width: 100%;
}
#zhezhao {
  width: 400px;
  height: 400px;
  background: transparent;
  position: absolute;
  top: 0;
  border: 1px solid transparent;
}
#zhezhao img {
  width: 100%;
  height: 100%;
}
#zhezhao:hover {
  cursor: move;
}
.img_x {
  width: 400px;
  height: auto;
  border: 1px solid #eee;
  margin: 10px 0 0;
  display: flex;
}
.img_x .sn_img img {
  width: 48px;
}
.img_x li {
  width: 54px;
  height: 54px;
  border: 2px solid transparent;
  margin: 8px 4px;
  padding: 2px;
}
.imgRight {
  position: absolute;
  background: #fff;
  left: 355px;
}
.img_u {
  width: 500px;
  height: 430px;
  border: 1px solid #eee;
  overflow: hidden;
  display: none;
}
.img_u img{
  width: 100%;
  height: auto;
}

.cpxq_cs_box{
  width: calc(100% - 480px);
}
.cpxq_cs_box h2{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  font-family: 'BarlowCondensed-Bold';
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 0 0 10px;
}
.cpxh_text{
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}
.cpxq_cs_box  .xh_text p,
.cpxh_text p{
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.cpxh_text h3{
  color: #333;
  margin: 0 0 10px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.cpxh_text p b{
  color: #333;
}
.cpxh_text p .xqjs_tit{
  font-size: 26px;
}
.cpxq_cs_box  .xh_text .huise{
  font-size: 18px;
  background: #005ee3;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  width: 150px;
  text-align: center;
  line-height: 44px;
  transition: all 0.5s;
}
.cpxq_cs_box  .xh_text .huise2{
  background-color: #00ab1c;
  margin-left: 15px;
}
.cpxq_cs_box  .xh_text .huise:hover{
   background-color:#080e2b;
}
.cpxh_text h2{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 0 0 10px;
}

.xh_text table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  font-size: 18px;
}

.xh_text table th {
  background-color: #005ee3;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 500;
  border-left: 1px solid #e6eaf0;
}

.xh_text table td {
  padding: 11px 12px;
  border: 1px solid #e6eaf0;
  color: #666;
}
.xh_text table td{
	width: 50%;
}
.xh_text table tr:nth-child(even) {
  background-color: #f9fafc;
}
@media(max-width:768px){
  .cpxq_box {
    padding: 30px 0 50px;
  }
  .cpxq_box .list .prodimg_box,
  .cpxh_text{
    padding: 20px 10px 30px;
  }
  .cpfl_box{
    display: none;
  }
  .cpxq_box .list {
    width: 100%;
  }
  .cpxq_cs_box {
    width: 100%;
    margin-top: 20px;
  }
  .mediumContainer,
  #zhezhao{
    width: 100%;
    height: auto;
  }
  .img_x{
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .cpxq_cs_box h2 {
    font-size: 24px;
  }
  .cpxq_cs_box .xh_text .huise{
    width: 45%;
  }
  .cpxq_cs_box .xh_text .huise2{
    margin-left: 5%;
  }
  .cpxh_text .tjcp{
    display: flex;
    flex-wrap: wrap;
  }
}