.comp {
    width: 94%;
    background-color: #FFF;
    padding: 3%;
    font-size: 14px;
    line-height: 200%;
    color: #464545;
}
.in_prod {
    width: 97.0313%;
    margin: 0px auto;
}
.prod_show_txt {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 2% 0px;
}
.srch {
    position: relative;
    width: 93.75%;
    margin: 1.5% auto;
    font-size: 1.325em;
    display: none;
}
.srch-txt {
    width: 100%;
    border: medium none;
    color: #B3B3B3;
    font: 0.8em/2.2 "Microsoft YaHei";
    text-indent: 1em;
    background: #FFF none repeat scroll 0% 0%;
    cursor: pointer;
}
.srch-sub {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 9%;
    height: 100%;
    border: medium none;
    border-radius: 0px;
    color: #FFF;
    font: 0.8em/1 "微软雅黑";
    text-align: center;
    background:url(../images/seach-tu.png)no-repeat;
    background-size:20px 20px;
    background-position:8px 5px;
    cursor: pointer;
}
.type li {
    line-height: 40px;
    border-bottom: 1px solid #43060B;
    text-align: left;
    text-indent: 24px;
    color: #036;
    font-family: 微软雅黑;
    width: 100%;
}

.clear-fix:after{
	content:'';
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	opacity:0;
	}