/* 产品详情 */
img {
  width: 99.8%;
  height: 100%;
  object-fit: cover;
}
.coreContent {
  background: #fff;
  height: auto;
  padding-bottom: 100px;
}
/* 切换的数据 */
.msg_Box {
  margin-top: 30px;
}
.massage {
  height: 520px;
  display: flex;
  align-items: center;
}
/* 小图轮播大图 */
.massage .msg_left {
  width: 546px;
  /* height: 520px; */
  margin-right: 80px;
}
a:hover {
  color: #1974a1;
}
.js {
  width: 90%;
  margin: 10px auto 0 auto;
}
.js p {
  padding: 5px 0;
  font-weight: bold;
  overflow: hidden;
}
.js p span {
  float: right;
}
.js p span a {
  color: #f00;
  text-decoration: underline;
}
.js textarea {
  height: 100px;
  width: 98%;
  padding: 5px;
  border: 1px solid #ccc;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
}

/* 本例子css */
.picFocus {
  margin: 0 auto;
  width: 546px;
  /* height: 520px;
  border: 1px solid #ccc; */
  padding: 5px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.picFocus .hd {
  width: 100%;
  padding-top: 5px;
  overflow: hidden;
}
.picFocus .hd ul {
  margin-right: -5px;
  overflow: hidden;
  zoom: 1;
  display: flex;
  justify-content: flex-start;
}
.picFocus .hd ul li {
  padding-top: 5px;
  float: left;
  text-align: center;
}
.picFocus .hd ul li img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  margin-right: 5px;
  object-fit: cover;
}
.picFocus .hd ul li.on {
  background: url('../images/icoUp.gif') no-repeat center 0;
}
.picFocus .hd ul li.on img {
  border-color: #e30102;
}
.picFocus .bd li {
  vertical-align: middle;
}
.picFocus .bd img {
  width: 545px;
  height: 400px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}
/*  right 信息*/
.massage .msg_right {
  width: 486px;
  height: 380px;
}
.msg_right .top_right .name {
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.msg_right .top_right .info {
  line-height: 26px;
}
/*按钮 */
.below_right {
  margin-top: 126px;
  display: flex;
}
.below_right .btn {
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}
.below_right .btn .iconfont {
  font-size: 22px;
}
.qq_btn {
  background: #e30102;
}
.phone_btn {
  background: #019b45;
}
.tel_btn {
  background: #405782;
}

/*产品内容  */
.product_con {
  margin-top: 60px;
  padding-bottom: 50px;
  border-bottom: 2px dashed #dedede;
}
.product-title {
  width: 100%;
  height: 46px;
}
.product_con .imgBox {
  width: 574px;
  height: 414px;
  margin: 50px auto;
}
.product_con .text_box {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.product_con .text_box p {
  text-indent: 2em;
}
/* 上一条 下一条 */
.next_box {
  margin-top: 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.next_box li {
  margin-bottom: 20px;
}
.next_box li .iconfont {
  font-size: 16px;
  color: #333;
}
.next_box .back {
  font-size: 14px;
  color: #999999;
}
.next_box .back .iconfont {
  font-size: 20px;
  color: #999999;
  margin-right: 10px;
}
.product_con th
, .product_con td {
	padding: 5px 10px;
    border: 1px solid #DDD;
}