.wrap {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.con {
  width: 100%;
  margin-bottom: 45px;
}
table {
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}
.top {
  margin-bottom: 0;
}
.dqwz-bg {
  width: 100%;
  height: 40px;
  background-color: #ededed;
  margin-bottom: 35px;
}
.dqwz {
  height: 40px;
  background: url(dqwz_img.png);
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 25px;
  color: #454545;
  font-size: 13px;
}
.dqwz a {
  font-size: 13px;
}
.inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.innerlef {
  width: 280px;
  overflow: hidden;
  float: left;
  background-color: #ededed;
  position: relative;
  margin: 5px;
}
.innerlef h1 {
  height: 50px;
  background: #427fda;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  padding-left: 45px;
}
.innerlef ul li {
  height: 45px;
  font-size: 17px;
  background: url(huilefarrow.png) no-repeat 25px center;
  line-height: 45px;
  padding-left: 45px;
}
.innerlef ul li a {
  display: block;
}
.innerlef ul li.on {
  height: 45px;
  font-size: 17px;
  background: #b6ccec url(bluelefarrow.png) no-repeat 25px center;
  line-height: 45px;
  padding-left: 45px;
}
.innerlef ul li.on a {
  color: #1d79cc;
}
.innerlef ul li:hover {
  height: 45px;
  font-size: 17px;
  background: #b6ccec url(bluelefarrow.png) no-repeat 25px center;
  line-height: 45px;
  padding-left: 45px;
}
.innerlef ul li:hover a {
  color: #1d79cc;
}
.innerrig {
  border: 1px solid #d2d2d2;
  width: 890px;
  padding: 20px;
  float: right;
  margin: 5px;
}

.innerrig .list li a {
  height: 50px;
  line-height: 50px;
}
.page {
  padding: 35px 0;
  text-align: center;
  border-top: 2px solid #ddd;
  margin-top: -2px;
}

.page .laypage_main * {
  font-size: 13px;
}

.page .laypage_main a,
.prod-content .page .laypage_main input,
.page .laypage_main span {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background-color: #ededed;
}

.page .laypage_main input {
  width: 50px;
}

.page .laypageskin_molv input {
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 10px;
}

.page .laypageskin_molv button {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background-color: #ededed;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (max-width: 992px) {
  .con {
    width: 100%;
    margin-bottom: 25px;
  }
  .inner {
    display: flex;
    justify-content: flex-start;
    padding: 0 8px;
  }
  .innerlef {
    width: 25%;
    font-size: 14px;
  }
  .innerlef h1 {
    font-size: 14px;
    padding-left: 5px;
  }
  .innerlef ul li {
    padding-left: 5px;
    font-size: 12px;
    background: none;
  }
  .innerlef ul li:hover {
    height: 45px;
    font-size: 17px;
    background: #b6ccec;
    line-height: 45px;
    padding-left: 5px;
  }
  .innerlef ul li:hover a {
    color: #1d79cc;
    font-size: 12px;
  }
  .innerlef ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .innerrig {
    width: 75%;
    padding: 20px 5px;
  }
  .innerrig ul li a {
    width: 100%;
  }
  .innerrig ul li span {
    display: none;
  }
}
