/*banner*/
.banner{
    width: 100%;
    height: 400px;
    background-image: url("../img/structure/banner.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
/*业务领域*/
.structure{
    height: 750px;
    width: 100%;
}
.structureBox{
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}
.titleBox{
    height: 21px;
    margin-top: 51px;
}
.titleImg{
    width: 1.4%;
    float: left;
}
.titleImg img{
    width: 100%;
    height: 100%;
}
.titleText{
    width: 10%;
    float: left;
    font-size: 18px;
    margin-left: 1.3%;
}
.titleLine{
    width: 87.2%;
    float: left;
    margin-top: 9px;
}
.titleLine img{
    width: 100%;
    height: 100%;
}
h4{
    margin-left: 2.7%;
    margin-top: 3.9%;
}
.contentBox{
    height: 285px;
}
.contentText{
    margin-left: 2.7%;
}
.contentText p{
    margin-top: 18px;
    color: #696767;
}
.conntentImg{
    width: 66%;
    margin: 54px auto;
}
.conntentImg img{
    width: 100%;
    height: 100%;
}