.productsd{}
.productsd ul li{width: 31.3%;box-sizing: border-box;
margin-right: 3%;
margin-bottom: 3%;
float: left;
overflow: hidden;
position: relative;
box-shadow:0px 0px 10px #ddd;
-webkit-transition: all ease .4s;
	transition: all ease .4s;display:inline; text-align:center; border:#e7e7e7 1px solid;}
.productsd ul li:nth-child(3n) {
    margin-right: 0;
}
.productsd ul li .pro_img{ position:relative; height:270px;}
.productsd ul li .pro_img img{
 display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); max-height:100%; max-width:100%
}
.productsd ul li .pro_name{ background-color:#f2f2f2; border-top:#e7e7e7 1px solid; padding:20px 20px; font-size:18px; font-weight:bold;-webkit-transition: all ease .4s;
	transition: all ease .4s; }
.productsd ul li .pro_name span{ display:block; font-weight:normal; font-size:12px; color:#999999; padding-top:6px;}
.productsd ul li:hover{-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
	box-shadow:0px 0px 25px rgba(0,0,0,.2);-webkit-transition: all ease .4s;
	transition: all ease .4s;}
.productsd ul li:hover a .pro_name{background-color:#e9972b; border-top:#e9972b 1px solid; color:#FFFFFF;-webkit-transition: all ease .4s;
	transition: all ease .4s;}
.productsd ul li:hover a .pro_name span{ color:#FFFFFF;-webkit-transition: all ease .4s;
	transition: all ease .4s;}
	
	
.pro_info{}
.pro_l_img{ float:left; width:45%;}
.pro_l_img img{width:100%;}
.pro_r_font{ float:right; width:50%;}
.pro_r_font .pro_names{ font-size:30px; font-weight:bold; color:#333333; padding-bottom:40px;}
.pro_r_font .pro_names span{display:block; font-weight:normal; font-size:20px; color:#999999; padding-top:10px;}
.pro_r_font  .Product_parameters{}
.pro_r_font  .Product_parameters .parameters{font-size:20px; color:#e9972b;font-weight:bold; padding-left:15px; position:relative; line-height:1; margin-bottom:20px;}
.pro_r_font  .Product_parameters .parameters::before {
    content: '';
    position: absolute;
    top:0px;
    left:0%;
    height: 100%;
    background-color: #e9972b;
    width:4px;
}
.table01{ border:#e7e7e7 1px solid; background-color:#e7e7e7;}
.table01 .table_name{ border-bottom:#e7e7e7 1px solid; background-color:#f0f0f0; padding:15px 5%; width:50%}
.table01 .table_con{ text-align:center;border-bottom:#e7e7e7 1px solid;  padding:15px 5%; background-color:#FFFFFF;width:50%}

@media (max-width:1000px) {
.productsd ul li {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 3%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    display: block;
    text-align: center;
    border: #e7e7e7 1px solid;
}
.pro_l_img {
    float: none;
    width: 100%;
}
.pro_r_font {
    float: none;
    width: 100%;
    padding-top: 1rem;
}
.pro_r_font  .Product_parameters{ font-size:0.85rem}

}