
.w1200 {
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
}
.w1200 ul,ol,li {
	list-style: none
}
.w33{
	width:33.3%;
}

}
.bread{
	line-height: 60px;
    height: 60px;
}
.bread li {
    display: inline-block;
    padding: 0 15px 0 10px;
    position: relative;
}
.bread li::after {
    content: ">";
    position: absolute;
    right: 0px;
    color: rgb(170, 170, 170);
}
.typename {
    width: 100%;
    text-align: center;
}
.typename h2 {
    font-size: 26px;
    line-height: 200%;
    font-weight: 600;
    position: relative;
    z-index: 6;
}
.typename p {
    color: #999;
    padding-bottom: 20px;
}
