﻿#lmz2{
    max-width:1200px;
    margin:0 auto;
    text-align:center;
    padding:35px 0;
    }

#lmz2 a{
      display:inline-block;
      margin-right:2%;
      font-size:16px;
      color:#222;
      font-weight:600;
      padding:5px 6px;
      border-radius:3px;
}
#lmz2 a:hover{
            color:#c60c17;
}
#lmz2 a:active{
             background:none;
}

#lmz2 a:last-child{
                 margin-right:0;
}
.active{
      background-color:#C70B19;
}

.clearfix{
  content:".";
  height:0;
  clear:both;
  visibility:hidden;
  display:block;
}

.pd_body {
    max-width: 1200px;
    margin: 50px auto;

}

.pd_txt{
      margin:50px auto 0;
}
.pd_lt{
  width:75%;
  float:left;

}
.pd_rt{
  width:24%;
  float:right;
  background-color:#fff;

}
.pd_top{
  width:100%;
  text-align: center;
  background:#fff;
}

.pd_top_l{
  width:39%;
  float:left;
  padding:0 10px;

}
.pd_top_r{
  width:61%;
  height:230px;
  float:right;
  text-align:left;

  padding:10px;
  font-size:15px;
  color:#444;
  line-height:2;
  letter-spacing:2px;
}
.pd_top_r p span{
  color:#C60C17;
  font-size:17px;
}
.pd_top_l img{
  max-height:230px;
}
.pd_bottom{
  width:100%;
  background-color:#fff;
  margin-top:20px;
  

}
.pd_bottom_h{
  height:35px;
  line-height:35px;
  border-bottom:1px solid #C60C17;
  background-color:#eee;
}
.pd_bottom_h h4{
  width:100px;
  height:34px;
  background-color:#fff;
  border-left:1px solid #C60C17;
  border-top:1px solid #C60C17;
  border-right:1px solid #C60C17;
  letter-spacing:2px;
  text-align:center;
}
.pd_bottom_b{
  width:100%;
  border-left:1px solid #C60C17;
  border-right:1px solid #C60C17;
  border-bottom:1px solid #C60C17;
  padding:20px;
}

.pd_rt h3{
  height:35px;
  line-height:35px;
  background-color:#eee;
  text-align:left;
  padding:0 15px;
  border-top:1px solid #C60C17;
  font-size:15px;
  letter-spacing:1px;
  color:#C60C17;
}
.pd_rt ul{
  padding:10px 15px;
  text-align:left;
}
.pd_rt li{
  padding:3px 10px;
  background:url("../images/li_dot.gif") no-repeat scroll 0 13px;
  font-size:14px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}



.pd_list{
       max-width:1200px;
       margin:0 auto;
}

.pd_list ul li{
             width:46%;
             height:150px;
             margin:0 1%;
             padding:10px;
             float:left;
             margin-bottom:30px;
             text-align:left;
             background:#fff;
}
.pd_l{
     width:40%;
     float:left;
     margin-right:1%;
}
.pd_l img{
  max-height:130px;
}

.pd_r{
     width:58%;
     max-height:100%;
     float:right;
     overflow:hidden;
}
.pd_r h3 a{
          color:#c60c17;
          font-size:16px;
          white-space:nowrap;
          overflow:hidden;
          text-overflow:ellipsis;
}
.pd_r p{
       font-size:14px;
       color:#666;
       line-height:25px;
}

/*产品详情*/
.pd_list_xq{
       max-width:1200px;
       margin:0 auto;
}

.pd_xq_l{
        width:40%;
        float:left;
}
.pd_xq_l img{


}
.pd_xq_r{
        width:55%;
        float:right;
        text-align:left;
        padding-top:5px;
        line-height:3;
}
.pd_xq_r h3{
           font-size:16px;
           color:#c60c17;
}

/*媒体查询*/
@media (min-width:1200px){


}

@media (min-width:992px) and (max-width:1199px){
       #lmz2{
          padding:25px 0;
       }

}

@media (min-width:768px) and (max-width:991px){
       #lmz2{
          padding:20px 0;
       }

}

@media (min-width:480px) and (max-width:767px){
    .pd_rt{
         display:none;
    }
    .pd_lt{
         width:100%;

    }
     #lmz2{
          padding:20px 0;
    }   
    .pr_hidden{
      display:none;
    }
    .pd_r h3 a{
          font-size:14px;
    }
}

@media (max-width:479px){
       #lmz2{
          padding:20px 0;
       }
  #lmz2 a{
      font-size:14px;
  }
    .pr_hidden{
      display:none;
    }
     .pd_rt{
         display:none;
    }
    .pd_lt{
         width:100%;

    }
        .pd_r h3 a{
          font-size:14px;
    }
}



