.bread {
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.05);
  padding: 14px 0;
}
.bread .area {
  display: flex;
  align-items: center;
  color: #999999;
}
.bread .area img {
  margin-right: 10px;
}
.proitem {
  width: 20.5%;
}
.proitem .proheads {
  display: flex;
  align-items: flex-start;
  padding: 26px 0;
  padding-left: 23px;
  background-color: #5493ac;
}
.proheads .ht h2 {
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
}
.proheads .ht p {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.4;
  margin-top: 7px;
}
.proheads img {
  margin-right: 15px;
}
.dist-main {
  margin-top: 80px;
}
.proitem .items {
  border: solid 1px #5493ac;
  padding: 8px;
}
.items div {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 19px 18px;
}
.items div img {
  transition: all 0.3s linear;
}
.items .inside {
  display: none;
}
.items .inside li {
  padding: 19px 18px;
  background-color: #f9f9f9;
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}
.items .inside li:last-child {
  margin-bottom: 0;
}
.items > ul li {
  margin-bottom: 8px;
  cursor: pointer;
}
.bar-active img {
  transform: rotate(90deg);
}
.i-active {
  color: #5493ac;
}
.prodetail {
  width: 77%;
}
.dist-main .outbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prodesc .outimg {
  border: solid 1px #dadada;
  padding: 25px 18px;
  width: 48.59%;
}
.prodetail .prodesc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.prodesc .mudesc {
  width: 47.5%;
}
.mudesc p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.mudesc h5 {
  font-size: 18px;
  color: #333333;
}
.mudesc .lxrx {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.lxrx h3 {
  font-size: 20px;
  color: #333333;
  margin-left: 19px;
}
.lxrx h4 {
  font-size: 30px;
  color: #5493ac;
  font-weight: bold;
  letter-spacing: -2px;
}
.dispach .cpxq {
  display: flex;
  width: 149px;
  padding: 9px 0;
  padding-left: 23px;
  background-color: #5e99b1;
  color: #fff;
}
.cpxq i {
  font-size: 24px;
}
.cpxq p {
  font-size: 16px;
  margin-left: 17px;
}
.dispach h5 {
  font-size: 16px;
  color: #d3d3d3;
  margin-left: 17px;
}
.dispach {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.cpxq-item .dline {
  width: 100%;
  height: 1px;
  background-color: #5e99b1;
}
.cpxq-item .bxq {
  margin-top: 30px;
}
.bottoms p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.prodetail .bottoms {
  margin-top: 25px;
}
.bottoms span {
  color: #ff0000;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .lxrx h4 {
    font-size: 22px;
  }
  .mudesc p {
    line-height: 24px;
  }
  .mudesc .lxrx {
    margin-top: 25px;
  }
  .dist-main {
    margin-top: 65px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .prodetail {
    width: 74%;
  }
  .proitem {
    width: 24%;
  }
  .proitem .proheads {
    display: flex;
    align-items: flex-start;
    padding: 22px 0;
    padding-left: 6px;
    background-color: #5493ac;
  }
  .proheads .ht h2 {
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
  }
  .proheads .ht p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    opacity: 0.4;
    margin-top: 7px;
  }
  .prodesc .outimg {
    border: solid 1px #dadada;
    padding: 20px 15px;
    width: 70%;
  }
  .prodesc .mudesc {
    width: 100%;
    margin-top: 15px;
  }
  .lxrx h4 {
    font-size: 20px;
  }
  .lxrx h3 {
    font-size: 18px;
    margin-left: 15px;
  }
  .mudesc .lxrx {
    margin-top: 20px;
  }
  .bottoms p {
    font-size: 12px;
    line-height: 25px;
    color: #333333;
  }
  .dist-main {
    margin-top: 45px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .prodetail {
    width: 100%;
  }
  .proitem {
    width: 100%;
  }
  .proitem .proheads {
    display: flex;
    align-items: flex-start;
    padding: 22px 0;
    padding-left: 6px;
    background-color: #5493ac;
  }
  .proheads .ht h2 {
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
  }
  .proheads .ht p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    opacity: 0.4;
    margin-top: 7px;
  }
  .prodesc .outimg {
    border: solid 1px #dadada;
    padding: 20px 15px;
    width: 100%;
  }
  .prodesc .mudesc {
    width: 100%;
    margin-top: 15px;
  }
  .lxrx h4 {
    font-size: 20px;
  }
  .lxrx h3 {
    font-size: 18px;
    margin-left: 15px;
  }
  .mudesc .lxrx {
    margin-top: 20px;
  }
  .bottoms p {
    font-size: 12px;
    line-height: 25px;
    color: #333333;
  }
  .dist-main {
    margin-top: 30px;
  }
  .mudesc p {
    font-size: 12px;
    line-height: 25px;
    color: #666666;
  }
  .items div {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 15px;
  }
}
