@charset "utf-8";
.products_info {
    margin: 120px auto 0 auto;
    padding: 20px 0;
    background: #F1F1F1;
}
.products_info .head{
    height: 60px;
    line-height: 60px;
}
.products_info .head{
    display: block;
    border-bottom: 1px solid #D1D1D1;
}
.products_info .head h2 {
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    border-left: 3px solid #e60012;
    float: left;
}
.products_info .head p{
    float: right;
    height: 60px;
    line-height: 60px;
    padding-right: 30px;
}
.product-type-name {
    float: left;
    height: 36px;
    border-bottom: 1px solid #d40000;
    color: #d40000;
    font-size: 30px;
    font-family: Arial;
}
.product-name {
    clear: both;
    float: left;
    text-align: left;
    font-size: 25px;
}
.head-content{
    margin: 40px auto;
}
.products_info h3 {
    clear: both;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #464646;
}
.products_info .product-feature {
    clear: both;
    color: #464646;
}
.products_info .buy {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: red;
    display: block;
    margin: 30px 0;
    box-shadow: 2px 2px 5px #888888;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.products_info .buy a {
    color: #ffffff;
}
.product{
    padding-left: 60px;
}
.products_info .img_z img{
	width:980px !important;
}

