/* main部分开始  */
.main{
    width: 100%;
    margin: 0 auto;
}
.bj{
    padding: 60px 0 0;
    width: 100%;
    height: 300px;
    *height: 240px;
    background: url(/images/supplier/rz_bj.jpg) no-repeat  center;
    background-size: auto 300px;
    /* color: white; */
    text-align: center;
    *zoom:1;
    *width:1;
    
}

.main .bj> p {
    font-size: 16px;
    margin: 10px 0  20px;
    color:#ccc;
    padding-bottom: 5px;
}
.bj h3{
    font-size: 36px;
    font-weight: 400;
    color: white;
}
.bj span {
    text-align: center;
    
    
}
.bj span a{
    padding: 10px 25px;
    background: #dc241c;
    color: white;
    margin-left: 15px;
    border-radius: 50px;
    font-size: 16px;
    

}
.bj span a:first-child{
    margin-left: 0;
}

.main_top{
    margin-top: -70px;
    background: white;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    margin-bottom: 50px;
}
.main_top .title{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    color: #404040;
}

.content{
    width: 100%;
    height: 240px;
    margin-top: 40px;
    text-align: center;
    
}
.content .fl{
    width: 25%;
    height: 100%;
    *width:24.8%;
}

.content .fl .img{
   margin: 0 auto;
    width: 82px;
    height: 82px;
    background: url(/images/supplier/swiper-icon.png) no-repeat 0 0;
    background-size: 82px auto;
    margin-bottom: 20px;
}

.content .fl:nth-child(2) .img{
    background-position: 0 -100px;
}
.content .fl:nth-child(3) .img{
    background-position: 0 -200px;
}
.content .fl:nth-child(4) .img{
    background-position: 0 -300px;
}

.content .fl span{
    font-size: 20px ;
    color: #404040;
}
.content .fl p{
    font-size: 14px;
    color: #999;
    margin: 10px  20px 60px;
    line-height: 22px;
    
}