@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  /* min-width: 1300px; */
  background-color: #fff;
}
/* 产品详情  当前位置 头*/
.productdet-location {
  width: 100%;
  /* box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06); */
  padding-top: 180px;
}
.productdet-container {
  width: 1000px;
  /* border: 1px solid #ccc; */
  /* height: 440px; */
  margin: 0 auto;
}
.productdet-top {
  width: 1000px;
  height: 30px;
  /* border: 1px solid #ccc; */
  line-height: 30px;
  /* text-align: right; */
  position: relative;
}
.productdet-top div {
  position: absolute;
  right: 0;
}
.productdet-top a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
.productdet-top a:hover {
  color: red;
}
.productdet-top a:visited {
  text-decoration: underline;
}
.productdet-top span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
/* 产品详情 当前位置下  主体部分 */
.product-mainall {
  width: 100%;
}
.product-infomainall {
  width: 1000px;
  margin: 0 auto;
  /* border: 1px solid #ccc; */
  display: flex;
  flex-wrap: nowrap;
}
.p-left {
  margin-left: 20px;
}
.productdet-main {
  width: 860px;
  height: 500px;
  /* border: 1px solid #ccc; */
  margin: 0 auto;
}

/* 产品信息 */
#list {
  width: 250px;
  height: 65px;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  line-height: 65px;
  cursor: pointer;
}
/* #list li{
  width: 15%;
  text-align: center;
} */
.productdet-info {
  width: 100%;
  /* height: 870px; */
  /* border: 1px solid #ccc; */
}
.productdetinfo-container {
  width: 100%;
  /* border: 1px solid #ccc; */
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.productdetinfo-top {
  width: 800px;
  height: 65px;
  background-color: #f7f7f7;
  margin: 0 auto;
}
.productdetinfo-top a {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-decoration: none;
  margin-left: 20px;
}
.productdetinfo-top a:hover {
  color: red;
  cursor: pointer;
}
.line {
  width: 65px;
  height: 2px;
  background: #d9271b;
  display: block;
  position: absolute;
  /* left: 50%; */
  /* bottom: 0; */
  transition: width 0.3s, left 0.3s;
  margin-left: 26px;
}
/* .img {
  width: 800px;
  height: 700px;
  background-color: #f7f7f7;
  margin: 0 auto;
  border: 1px solid #ccc;
} */
.img img {
  width: 630px;
  margin: 0 auto;
  padding: 60px;
  margin-top: -40px;
}
/* 表格 */
/* css 隔行变色 */
.productdetinfo-container .jishu{
  padding-top: 40px;
  /* width: 45%; */
  width: 800px;
  margin: 0 auto;
}
.productdetinfo-container .jishu img{
  width: 100%;
}
table{
  width: 100% !important;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  border: 1px solid #e4e4e4;
}
tbody{
  border: none;
}
table tr{
  height: 48px;
}
table tr:nth-child(odd) {
  background: #f1f4f8;
}
.img {
  width: 800px;
  /* height: 40px; */
  /* background-color: #f7f7f7; */
  margin: 0 auto;
  margin-top: 30px;
}
.img table {
  margin: 0 auto;
  text-align: center;
  /* background-color: #0e3e8c; */
  /* opacity: 0.06; */
  height: 685px;
  border: #e4e4e4;
  border-collapse: collapse;
  margin-top: 70px;
}
table.odd {
  background-color: #0e3e8c;
  /* opacity: 0.06; */
}
/* 宝莲喷头 放大镜 */
.zoom-img {
  /* position: absolute; */
  z-index: 99;
  left: 40%;
  top: 0px;
  /* width: 50%; */
  background-color: red;
  /* border: 1px solid #cccccc; */
  height: 100%;
  /* display: none; */
  background-repeat: no-repeat;
  margin-left: 1536px;
  margin-top: -483px;
  width: 443px;
}
/* 轮播图按钮 */
/* .arrow-left:hover {
  background-color: #2579d1;
}
.arrow-left:focus {
  background-color: #00ff00;
}
.arrow-left:active {
  background-color: blue;
} */
/* 分页 */
.prodet-page{
  width: 100%;
}
.paging {
  width: 800px;
  margin: 0 auto;
  height: 60px;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}

/*home 底部 */
 
/* sidebar 侧边栏  start*/
.all-sidebar {
  position: fixed;
  right: 4% !important;
  top: 15% !important;
  z-index: 99999999999999999;
}
/* sidebar 侧边栏 end */
