/* 轮播 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    box-shadow: 0 0 2px 1px #8a8a8a;
}

/* 服务内容 */
.serviceContent,.successfulCase,.cooperativePartner  {
    padding: 90px 0;
}

.titleBox {
    text-align: center;
}

.titleBox h2 {
    font-size: 60px;

    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #C61116;

}

.titleBox .titIcon {
    width: 487px;
    margin-top: 6px;
}

.serviceContent .serviceContentList {
    margin-top: 120px;
}

.serviceContent .serviceContentList .serviceContentItem {
    display: flex;
    align-items: center;

}

.serviceContent .serviceContentList .serviceContentItem .item {
    width: 300px;
    height: 300px;
    padding: 20px 0;
    margin-top: 10px;

}



.serviceContent .serviceContentList .serviceContentItem .item .sphere {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

 .sphereActive {

    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(10, 10, 10, 0.06);
}

.sphereActive .hoverSphere {
  
    background: #C61116!important;
   
}
.sphereActive .hoverSphere .itemIcoActive{
    border: 1px solid #fff!important;
}
.sphereActive .itemIcoImg{
  display: none;
}
.sphereActive .itemIcoImgActive{
  display: block !important;
}
.sphereActive .itemTitActive{
    color: #C61116!important;
}
.itemIcoImgActive{
    display: none;
}
.itemIcoImg{
    display: block 
}
.serviceContent .serviceContentList .serviceContentItem .item .defaultSphere {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 20px 8px rgba(10, 10, 10, 0.06);
}

.serviceContent .serviceContentList .serviceContentItem .item .sphere .itemIco {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #C61116;
}

.serviceContent .serviceContentList .serviceContentItem .item .itemTxt {
    text-align: center;
    width: 166px;
    height: 43px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.serviceContent .serviceContentList .serviceContentItem .item .itemTit {
    text-align: center;
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #202020;
    line-height: 75px;
}

.successfulCase .successfulCaseItem{
    margin-top: 100px;
}

.cooperativePartner{
  background-color: #fce6e6;
}
.cooperativePartner .titleBox H2{
    color: #202020;
}
.cooperativePartner .cooperativePartnerItem{
    margin-top: 100px;
}
.swiper-slide img{
    width:100%!important;
    
}
.serviceCarrier img,image{
    width: 100%!important;
}