/************* banner部分 ******************/
.business-banner {
    background: url("../images/business-resource/banner.jpg") no-repeat center top;
}

.centerpic {
    width: 40%;
    margin: 10px auto;
    display: block;
}

.resources {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 222;
}

.busines {
    z-index: 200;
    flex-wrap: wrap;
}

.centtxt {
    width: 25%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

.busines .centtxt:nth-child(1),
.busines .centtxt:nth-child(3),
.busines .centtxt:nth-child(6),
.busines .centtxt:nth-child(8) {
    background: #eeeeed;
}

.busines .centtxt:nth-child(2),
.busines .centtxt:nth-child(4),
.busines .centtxt:nth-child(5),
.busines .centtxt:nth-child(7) {
    background: #bbbaba;
    color: #fff;
}

.busines .centtxt:nth-child(1) .bustitle::after,
.busines .centtxt:nth-child(3) .bustitle::after,
.busines .centtxt:nth-child(6) .bustitle::after,
.busines .centtxt:nth-child(8) .bustitle::after {
    content: "";
    text-align: center;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    border: 2px solid #d32534;
}

.busines .centtxt:nth-child(2) .bustitle::after,
.busines .centtxt:nth-child(4) .bustitle::after,
.busines .centtxt:nth-child(5) .bustitle::after,
.busines .centtxt:nth-child(7) .bustitle::after {
    content: "";
    text-align: center;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    border: 2px solid #fff;
}

.bustxt {
    text-align: center;
    font-size: 10px;
    width: 100%;
}

.bustitle {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}

.bustitlea {
    letter-spacing: 3px;
}

.helptxt {
    background: #d32534;
}

.innovative {
    margin: -40px 0 !important;
    padding: 0 !important;
    width: 100%;
}

.innovative > div {
    width: 50%;
    height: 340px;
}

.innovative img {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

.helptxt {
    flex-direction: column;
}

.helptxt p {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    line-height: 1.8;
}

.industry {
    position: relative;
}

.industry::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 90px;
    height: 3px;
    background: #fff;
}

.newmore {
    background: #edeeef;
    padding: 40px 0;
    width: 100%;
    height: 760px;
    flex-direction: column;
}

.curle {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d5d6d7;
}

.curle .news {
    width: 80px;
    font-weight: 800;
    font-size: 18px;
    padding-left: 5px;
    position: relative;
}

.curle .news::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d80002;
}

.curle .curmore {
    color: #969799;
    font-size: 10px;
}

.curle .curmore span {
    font-family: "FangSong";
    padding-right: 5px;
}

/* 轮播 */
.swcenter {
    margin: 30px auto;
}

.resourcesSwiper .swiper-container {
    margin: 30px 0 !important;
}

.resourcesSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background: #fff !important;
    padding: 0 !important;
}

.resourcesSwiper .swiper-slide > div {
    padding: 14px 10px;
    font-size: 13px;
    color: #939393;
    width: 100%;
    height: 140px;
    display: block;
}

.resourcesSwiper .swiper-button-prev,
.resourcesSwiper .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/jtright.png) !important;
    left: -10px !important;
}

.resourcesSwiper .swiper-button-next,
.resourcesSwiper .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/jtleft.png) !important;
    right: -8px !important;
}

.resourcesSwiper .swiper-button-next,
.resourcesSwiper .swiper-button-prev {
    width: 40px !important;
    height: 30px !important;
}

.datetitle {
    font-size: 16px !important;
    margin: 4px 0;
    color: #656565;
}

.swbg {
    background: #d32534 !important;
    color: #fff;
}

.botcont {
    width: 100%;
    height: auto;
    background: url("../images/business-resource/chexunbg.jpg") no-repeat center top;
    background-size: 100% 100%;
    margin: 0;
}

.carclass {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 70px;
}

.carclass p {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    font-size: 18px;
    line-height: 1.6;
}

.carclass img {
    width: 120px;
    display: block;
    margin: 50px auto 0px auto;
}

/************************************************* 媒体查询 ************************************************/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 768px) {
    .resourcesSwiper .swiper-slide-next > div {
        background: #d32534;
        color: #ffffff;
        height: 170px;
    }

    .resourcesSwiper .swiper-slide-next > div .datetitle {
        color: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .carschene .centerpic {
        width: 50%;
    }

    .newmore {
        padding: 20px 0;
        height: 600px;;
    }

    .swcenter {
        margin: 0 auto;
    }

    .curle {
        margin: 20px auto;
    }

    .curle .news {
        font-size: 16px;
    }

    .centtxt {
        width: 50%;
    }

    .busines .centtxt:nth-child(1),
    .busines .centtxt:nth-child(4),
    .busines .centtxt:nth-child(5),
    .busines .centtxt:nth-child(8) {
        background: #eeeeed;
        color: #333333;
    }

    .busines .centtxt:nth-child(2),
    .busines .centtxt:nth-child(3),
    .busines .centtxt:nth-child(6),
    .busines .centtxt:nth-child(7) {
        background: #bbbaba;
        color: #ffffff;
    }

    .busines .centtxt:nth-child(1) .bustitle::after,
    .busines .centtxt:nth-child(4) .bustitle::after,
    .busines .centtxt:nth-child(5) .bustitle::after,
    .busines .centtxt:nth-child(8) .bustitle::after {
        content: "";
        text-align: center;
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px;
        border: 2px solid #d32534;
    }

    .busines .centtxt:nth-child(2) .bustitle::after,
    .busines .centtxt:nth-child(3) .bustitle::after,
    .busines .centtxt:nth-child(6) .bustitle::after,
    .busines .centtxt:nth-child(7) .bustitle::after {
        content: "";
        text-align: center;
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px;
        border: 2px solid #fff;
    }

    .resourcesSwiper .swiper-slide {
        padding: 0 10% !important;
        background: transparent !important;
    }

    .resourcesSwiper .swiper-slide-active > div {
        background: #d32534;
        color: #ffffff;
        height: 170px;
    }

    .resourcesSwiper .swiper-slide-active > div .datetitle {
        color: #ffffff;
    }

    .helptxt {
        width: 100%;
        padding-top: 30px;
    }

    .carclass p {
        padding-top: 30px;
        font-size: 14px;
    }

    .innovative > div {
        width: 100%;
        height: 240px;
    }

    .centerpic {
        width: 200px;
    }

    .helptxt p {
        width: 90%;
    }

    .botcont {
        background-size: cover;
    }
}
