.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-type-title-icon2{
    position: absolute;
    top:0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/img/icon/photo_48.png');
}
.cr-type-title-icon3{
    position: absolute;
    top:0;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/img/icon/PHOTOo.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/3.png');
}
.cr-content-list-item-icon2{
    background-image: url('/img/icon/5.png');
}
.cr-content-list-item-icon3{
    background-image: url('/img/icon/组114.png');
}
.cr-content-list-item-icon4{
    background-image: url('/img/icon/4.png');
}
.cr-content-list-item-icon5{
    background-image: url('/img/icon/组115.png');
}
.cr-content-list-item-icon6{
    background-image: url('/img/icon/组152_57.png');
}
.cr-content-list-item-title{
    margin-top: 30px;
    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;
}


.cr-service-list{
    margin-left: 280px;
    margin-top: 70px;
    display: flex;
    justify-content:space-between;
}
.cr-service-list-item{
    width: 344px;
    text-align: left;
}

.cr-service-list-item-title{
    position: relative;
}
.cr-service-list-item-title-icon{
    position: absolute;
    left:0;
    top:-7px;
    width:30px;
    height: 30px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}
.cr-service-list-item-title-icon1{
    background-image: url('/img/icon/组103.png');
}
.cr-service-list-item-title-icon2{
    background-image: url('/img/icon/组104.png');
}
.cr-service-list-item-title-icon3{
    background-image: url('/img/icon/1.png');
}
.cr-service-list-item-title-icon4{
    background-image: url('/img/icon/组106.png');
}
.cr-service-list-item-title-icon5{
    background-image: url('/img/icon/组107.png');
}
.cr-service-list-item-title-icon6{
    background-image: url('/img/icon/组109.png');
}
.cr-service-list-item-title-text{
    margin-left: 48px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
    color:#333;
    font-weight: 600;
}
.cr-service-list-item-text{
    margin-left: 48px;
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
    color:#333;
}