﻿@charset "utf-8";
/* CSS Document */


.title {
	line-height: 25px;
	padding-right: 17px;
}
.title2 {
	line-height: 25px;
	padding-right: 5px;
}
.right {
	float: left;
	padding-right: 10px;
	font-size: 12px;
	padding-top: 5px;
}
.HouT {
	width: 27px;
	height: 27px;
	float: left;
}
.z {
	width: 100%;
	height: 33px;
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding-top: 7px;
}
* {
	margin: 0px 0px 3px 0px;
}


.content 
{  width:90%;
   margin :10px auto;
   border-top:solid 1px #E9E9E9;
   padding-top:15px;
   color:#3A3A3A;
    margin-bottom: 45px;
    }

pre {
    letter-spacing: 0.15em;
    text-align: left;
    line-height: 22px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
    pre img {
        width: 100%;
        height: auto;
    }
.tz_describe span {
   font-family: 'Microsoft YaHei';
    color: rgb(102, 102, 102);
    letter-spacing: 0;

}
.tz_describe a {
    color: Red;
    text-decoration: none;
}
    .tz_describe a:hover {
        color: Blue;
        text-decoration: underline;
    }

    .clasify_product {
            width: 100%;
            height: 35px;
            line-height: 35px;
            background: #FFF;
            border-bottom:1px solid #e0e0e0;
        }

            .clasify_product ul li {
                list-style: none;
                float: left;
                width: 18%;
                height: 30px;
                line-height: 30px;
                color: #333;
                text-align: center;
                font-size: 16px;
                font-weight:bold;
            }

                .clasify_product ul li:nth-child(2) {
                    width: 20%;
                }

                .clasify_product ul li.current {
                    border-bottom: 1px solid #0074AB;
                }

                    .clasify_product ul li.current:nth-child(2) {
                        width: 20%;
                    }