.banner-text{
    width: 406px;
}
.banner{
    background-color: #212832;
    background-image: url('/img/质检bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bigTitle{
    color:#ffffff;
}
.smallTitle{
    color:#ffffff;
}

.cr-type-title{
    position: relative;
    margin-left: 280px;
    margin-top: 100px;
}
.cr-type-title-text{
    margin-left: 50px;
    display: inline-block;
    color:#314559;
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 600;
}
.cr-type-title-icon1{
    position: absolute;
    top:0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/img/icon/photo.png');
}

.cr-content-list{
    margin-left: 280px;
    margin-top: 70px;
    display: flex;
    justify-content:space-between;
}
.cr-content-list-item{
    width: 264px;
}
.cr-content-list-item-bg{
    margin: 0 auto;
    width:80px;
    height: 80px;
    background-color: #fff;
    box-shadow: rgba(76,151,245,0.40) 0px 0px 8px;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.cr-content-list-item-icon1{
    background-image: url('/img/icon/组117.png');
}
.cr-content-list-item-icon2{
    background-image: url('/img/icon/组118拷贝.png');
}
.cr-content-list-item-icon3{
    background-image: url('/img/icon/组119.png');
}
.cr-content-list-item-icon4{
    background-image: url('/img/icon/组112拷贝.png');
}
.cr-content-list-item-icon5{
    background-image: url('/img/icon/组156拷贝.png');
}
.cr-content-list-item-icon6{
    background-image: url('/img/icon/组153_68.png');
}
.cr-content-list-item-title{
    margin-top: 36px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 4px;
    color:#333;
    font-weight: 600;
}
.cr-content-list-item-text{
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    color:#333;
}