.clear{
    clear: both;
}
.img1{
    width: 780px;
    height: 220px;
}
.img2{
    width: 100%;
    height: 220px;
}
.img3{
    width: 100%;
    height: 460px;
}
.img4{
    width: 388px;
    height: 250px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}

.wrap .type{
    width: 100%;
}

.wrap .type .type-left{
    width: 780px;
    float: left;
}
.wrap .type .type-left .type-l-b{
    margin-top: 20px;
}
.wrap .type .type-left .t-l-b-left{
    width: 380px;
    float: left;
}
.wrap .type .type-left .t-l-b-right{
    width: 380px;
    float: right;
}

.wrap .type .type-right{
    width: 390px;
    float: right;
    margin-left: 15px;
}

.wrap .recommendation{
    width: 100%;
    margin-top: 40px;
}
.wrap .recommendation .title{
    color: #999999;
}
.wrap .recommendation .sa-list{
    width: 100%;
}
.wrap .recommendation .sa-list ul li{
    width:  388px;
    height: 370px;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    border: 1px solid #999999;
}
.wrap .recommendation .sa-list ul li:nth-child(3n){
    margin-right: 0px;
}
.wrap .recommendation .sa-list ul li a div div span{
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}
.wrap .recommendation .sa-list ul li .name{
    color: #000000;
    font-size: 18px;
}
.wrap .recommendation .sa-list ul li .price{
    color: #F35037;
    font-size: 16px;
}



