.index_banner{
    width: 100%;
    height: 830px;
}

.indexImg1Box{
    background: url('../img/indexTextBg.jpg') no-repeat ;
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.indexImg1Box .textBox{
    float: left;
    width: 380px;
    margin: 120px 0 0 90px;
}

.indexImg1Box .textBox .title{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.indexImg1Box .textBox .text{
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.indexImg1Box .img{
    float: right;
    width: 560px;
    border: 5px #fff solid;
    margin-top: 100px;
    margin-right: 25px;
}

.indexImg2Box{
    width: 100%;
}

.indexImg2Box .textBox{
    float: right;
    width: 380px;
    margin: 100px 140px 0 0;
}

.indexImg2Box .textBox .title{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.indexImg2Box .textBox .text{
    font-size: 18px;
    color: #727171;
    line-height: 2;
}

.indexImg2Box .img{
    float: left;
    width: 560px;
    margin-top: 100px;
    margin-left: 25px;
    border: 5px #fff solid;
}