/* banner */
.banner{
    width:100%;
    min-width: 1200px;
    height:500px;
    background: url(../img/thirdbanner.png) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}
/* 内容区 */
.third{
    width: 100%;
    height: 988px;
    background: #fff;
}
.third .third-content{
    width: 970px;
    height: 988px;
    margin: 0 auto;
    display: flex;
    padding: 80px 0 100px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}
.third .third-item{
    width: 970px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.third .third-item img{
    width: 90px;
    height: 90px;
}
.third .third-item .third-text{
    width: 800px;
}
.third .third-item .third-text h1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.third .third-item .third-text span{
    display: block;
    width: 800px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    margin-top: 24px;
}
