html,body,div,img{
    padding: 0;
    margin: 0;
}
.container{
    width: 1200px;
}
.container-fluid{
    width: 100%;
    padding: 0;
    margin:0;
}
.row{
    width: 100%;
}
.section1 .container{
    height: 495px;
}
.fl{
    float: left;}
.fr_text{
    height:495px;
    font-size: 24px;
}
.fr_text span{
    display: block;
    width: 500px;
    height: 200px;
    margin: 147.5px 50px 0;
}
.section2 .container-fluid{
    height:959px;
}
.section2 .container-fluid .row{
    height: 100%;
}
.section2 .container-fluid .row .section2_bg{
    width: 100%;
    height: 100%;
    background: url("../images/brandPage_bg1.jpg") no-repeat;
}