/*产品详情*/

.product_detail_content {
margin-top:20px;
}

.product_detail_img {
  padding: 30px 0;
}

.product_detail_img .detail_img {
  width: 450px;
  float: left;
}

.product_detail_img .detail_txt {
  width: 50%;/*calc(100% - 450px)*/
  float: left;
  padding: 0px 50px 20px 50px;
}

.detail_other {
  width: 200px;
  float: left;
}

.detail_other > h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #0a51a3;
  font-weight: bold;
  text-transform: uppercase;
}

.detail_other_ul {
  border: 1px solid #e5e5e5;
  height: 450px;
  overflow: hidden;
}

.detail_other_ul li {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.detail_other_ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  padding: 0 3px 0 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail_other_ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e60e";
  font-family: "icon" !important;
  color: #0a51a3;
  font-size: 20px;
}

/*放大镜*/
#showbox {
  background: #fff;
  border: 1px solid #e5e5e5;
}

#showsum {
  left: 20px;
  margin-top: 10px;
}

#showsum span {
  border: 1px solid #ddd;
  background: #ffffff;
}

#showsum span.sel {
  border: 1px solid #dd281d;
}

#showbox img {
  max-width: 448px;
  max-height: 448px;
  width: 100%;
}

.showpage {
  width: 100%;
  position: relative;
}

.showpage a {
  display: block;
  width: 20px;
  border: 1px solid #ddd;
  height: 73px;
  line-height: 73px;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -75px;
  text-decoration: none;
  color: #999;
}

.showpage a#shownext {
  left: auto;
  right: 0;
}

.showpage a:hover {
  background: #ccc;
  color: #777;
}

.detail_tit {

}

.detail_tit h2 {
  font-size: 26px;
  color: #dd281d;
  line-height: 40px;
  text-transform: capitalize;
}

.detail_tit span {
  font-size: 18px;
  color: #666666;
  text-transform: capitalize;
  display: block;
}

.detail_tit .detail_span {
  padding: 5px 0;
  margin-top: 30px;
}

.detail_tit .detail_span > span.span {
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.detail_tit p {
  font-size: 14px;
  display: block;
  line-height: 24px;
  overflow: hidden;
  color: #999999;
  margin: 10px 0 20px;
	text-overflow:ellipsis; 
	display:-webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient:vertical;
	text-align:justify;
}

.product_detail_list {
  padding-bottom: 50px;
}

.detail_box {

}

.detail_box .de_box {
  display: none;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.detail_box .de_box p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.de_box table{ width:100%;}

.detail_list_nav_ul {
padding-left:32%;

}
@media screen and (max-width:1560px)
{
.detail_list_nav_ul {
padding-left:30%;

}
}
@media screen and (max-width:1440px)
{
.detail_list_nav_ul {
padding-left:30%;

}
}

.detail_list_nav_ul li {
  float: left;

}

.detail_list_nav_ul li a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: block;
  color:#4e4e4e;
  text-transform: capitalize;
}

.detail_list_nav_ul li.active {
border-bottom:1px #dd281d solid;
  color: #dd281d;
}

.detail_list_nav_ul li.active a {
  color: #dd281d;

}

.w1300 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
	}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
	}
	
/*产品幻灯片*/
.img_list_img_box img {
    width: 100%;
    height: 100%;
}

.img_list_img_bor {
    position: relative;
    bottom: -12px;
    width: 80%;
    height: 3px;
    background-color: transparent;
    border-radius: 2px
}

.img_bor_active {
    background-color: #dd281d;
}

.img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    grid-gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.colx-50{
    float: left;
    width: 50%;
}
.col-50 {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.img_item {
    width: 85px;
    height: 64px;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 10px;
}
.img_items_box {
    width: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;
*/    margin-right: 15px;
}
@media screen and (max-width:960px)
{
.colx-50{
    width: 100%;
	margin:0 auto;
}
.col-50 {
    width: 100%;
	margin:0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.product_detail_content {
margin-top:0px;
width: 100%;
overflow-x: scroll;
}
.product_detail_img {
  padding: 20px 0;
}
.img_item {
    width: 80px;
    height: 60px;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 7px;
}
.img_items_box {
    width: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;
*/    margin-right: 10px;
}
.product_detail_img .detail_txt {
  width: 100%;
  float: left;
  padding: 20px 10px;
}
.detail_tit .detail_span {
  padding: 5px 0;
  margin-top: 10px;
}
.detail_list_nav_ul {
padding-left:0;
width: 100vw;
}
.detail_list_nav_ul li {
  float: left;
  width:33%;
}
.detail_list_nav_ul li a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  color:#4e4e4e;
  text-transform: capitalize;
  text-align:center;
}
.de_box{
width:100vw;
overflow:hidden;
}
.de_box p img{
width:auto; max-height:100vw; left:5px; right:5px; height:auto; margin:5px auto; display:block;
}
.de_box td img{
width:auto; max-height:100vw; left:5px; right:5px; height:auto; margin:5px auto; display:block;
}
.de_box table{
width:100vw;
overflow:hidden;
white-space:nowrap;
overflow-x: scroll;
display: -webkit-box;
margin-left:-20px !important;

}
}


.tracker{
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}

.magnifier{
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}

.img_item_border {
    border: solid 1px #e2e2e2;
}

.img_item:hover,
.img_item_border_hover {
    border: solid 1px #dd281d;
}
/* 商品图片 */
.mid_img {
    width: 100%;
    position: relative;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
	border: solid 1px #e2e2e2;
}

.mid_img img {
    width: 100%;
    height: 100%;
}

.pkefu{ width:90%; float:left;}
.pkefu li a{ font-size:12px; color:#551a8b;}
.pkefu li{ width:30%; float:left; border:1px #e2e2e2 solid; padding:12px 0 8px 0; margin-right:10px; text-align:center;}
.pzizhi{  
	width: 100%;
    background-color: #f1f1f1;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
	text-align:center;
	}
.pzizhi img{ width:80px;}