
.banner{
height:800px;
width:100%;
}
.banner .banner-element{
width: 100%;
height: 100%;
position: relative;
background:#F3F7FC;
}
.banner .banner-element{

}
.banner .banner-element .mid{
    display:flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 220px;
}
.banner .banner-left{
    /* float:left; */
    width: 550px;
    height: 550px;
    /* padding-top: 350px; */    
}
.banner .banner-right{
    /* float:left; */
    font-size: 32px;
    line-height: 1.5;
    color:#31456A;
    /* margin-top: 150px; */
    margin-left: 50px;
}
.banner-right-title{
    font-size: 32px;
    color:#333;
    margin-bottom: 24px;
}
.banner-right-text{
    color:#61708D;
    font-size: 14px;
    line-height: 1.5;
}
.banner .banner-right img{
    width: 100%;
    height: 100%;
}
.intro-bg{
    padding: 100px 0;
}

.common-block.white{
    background:#fff;
}
.common-block.gray{
    background:#F3F7FC;
    padding-bottom: 100px;
}
.bottom{
    background:url("../img/ind-bottom.png") no-repeat;
    height: 226px;
    background-size:cover;
    padding-top: 110px;
}
.bottom .bottom-text{
    padding:40px 60px;
    border:1px solid #61708D;
    color:#61708D;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.intro-bg .intro-inner-bg .intro-text{
    padding:40px 60px;
    color:#61708D;
    text-align: center;
    line-height: 1.5;
    border:1px solid #61708D
}
.index-element{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.index-element .index-image{
    float:left;
    width: 320px;
    height: 320px;
}
.index-element .index-image img{
    width: 100%;
    height: 100%;
}
.index-element .index-text{
    width: 830px;
    color:#61708D;
    line-height: 1.5;
    float:left;
}
.customer{
    padding-top: 50px;
}
.banner-text{
    color:#333;
    font-size: 32px;
    padding-top: 300px;
    position: absolute;
    top:0px;
    width:500px;
    line-height: 1.5;
}
.banner-inner{
    position: absolute;
    width:659px;
    height:684px;
    left:550px;
    top:150px;
}