@charset "utf-8";

.banner-wrap{
    height: 300px;
	background-image: url(../../images/products/img_banner_bcg.jpg);
}
.banner img{
    padding-top: 145px;
}

.part1,.part2,.part3{
    width: 980px;
    margin: 0 auto;
}
.title-line{
    margin: 18px auto;
	width: 240px;
	height: 7px;
	background-color: #ffae00;
}
.title{
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}
.text{
    line-height: 26px;
    font-size: 14px;
}
