.content {
    height: auto;
    background: #f0f2f5;
}

.contentItem {
    flex-direction: column;
    align-items: flex-start;
}

.contentItemTop {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.contentItemBg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 112px;
    width: 307px;
    height: 41px;
    z-index: 1;
}

.contentItemBg>img{
    width: 100%;
    height: 100%;
}

.citTitle {
    font-size: 26px;
    color: #333333;
    margin-top: 20px;
    z-index: 99;
}

.citDes {
    font-size: 17px;
    color: #333333;
    margin-top: 14px;
}

.serviceBox {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceBox .serviceItem {
    margin-top: 20px;
    width: 387px;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
}

.serviceBox > a:nth-child(3n) .serviceItem {
    margin-right: 0;
}

.advantagesBox {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.advantageItem {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.advantageItem > img {
    width: 72px;
    height: 72px;
}

.advantageItem .advaTitle {
    color: white;
    font-size: 18px;
    margin-top: 30px;
}

.content > .contentItemWrapper:nth-child(2n) .citTitle {
    color: white;
}

.content > .contentItemWrapper:nth-child(2n) .citDes {
    color: white;
}

.certificateSwiper {
    width: 100%;
    margin-top: 40px;
}

.certificateBox {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.certificateBox img {
    width: 268px;
    height: 378px;
    object-fit: cover;
    /*margin-right: 30px;*/
    /* margin-left: 28px; */
}

.certificateBox > img:first-child {
    margin-left: 19px;
}

.certificateBox > img:last-child {
    margin-right: 0;
}

.qcsicwi-swiper-pagination {
    height: 8px;
    width: 100%;
    bottom: 80px !important;
    margin: auto;
    position: absolute;
    text-align: center;
    z-index: 9;
    cursor: pointer;
}

.cerificatePagenation {
    border-radius: 19px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
    display: inline-block;
    background: var(--swiper-pagination-bullet-inactive-color, #E3E3E3);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.cerificatePagenationActive {
    background: #1092DA !important;
}


/* 经典案例 */
.caseSwiper {
    width: 1140px !important;
    overflow: hidden;
    margin-top: 70px;
}

.newSwiperBtn {
    display: flex;
    flex-direction: column;
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 120px;
    cursor: pointer;
}

.newSwiperBtn div {
    width: 60px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1092DA;
}

.newSwiperBtn div:last-child {
    background: #29A8EF;
}
.newSwiperBtn .caseBtn:hover img{
    transform: translateX(-6px);
    transition: transform 0.3s ease-in-out;
}

.newSwiperBtn div:last-child:hover img{
    transform: translateX(6px);
}
.newsItem img {
    width: 634px;
    height: 480px;
}

.statisWrod {
    box-sizing: border-box;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 480px;
    width: 506px;
    background: #FFFFFF;
    padding-right: 85px;
}

.statisWrod h4 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 42px;
}

.statisWrod p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 54px;
}

.caseBtn a:hover {
    background: #1092DA;
    color: #FFFFFF;
    cursor: pointer;
}

.caseBtn a {
    width: 152px;
    height: 52px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
}

.caseBtn span {
    font-size: 16px;
    color: #333333;
    margin: 0 30px;
}
/* 证书 */
.certificateItem{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 373px;
    background: url(../img/cerificate_bg.png);
    background-size: 100% 100%;
}
.certificateItem img{
    width: 184px;
    height: 260px;
}

.cerificationSup .w1200{
    overflow: hidden;
}