body,
html {
    position: relative;
    width: 100%;
    height: 100%;
}

.bannerSwiper {
    width: 100%;
    height: 100%;
}

.bannerSwiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerSwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 圆点样式 */
.bannerSwiper .swiper-pagination {
    bottom: 30px;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bannerSwiper .swiper-pagination-bullet-active {
    width: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 左右箭头样式 */
.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    box-shadow: 0px 12px 30px rgba(9, 84, 98, 0.06);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bannerSwiper .swiper-button-prev:hover,
.bannerSwiper .swiper-button-next:hover {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bannerSwiper .swiper-button-prev {
    left: 30px;
}

.bannerSwiper .swiper-button-next {
    right: 30px;
}

.bannerSwiper .swiper-button-prev::after,
.bannerSwiper .swiper-button-next::after {
    display: none;
}

.bannerSwiper .swiper-button-prev {
    background: url(../images/prev3.png)no-repeat center center, #fff;
    background-size: 20px 15px;
}

.bannerSwiper .swiper-button-next {
    background: url(../images/next3.png)no-repeat center center, #fff;
    background-size: 20px 15px;
}



/* 核心业务 */
.coreBusiness {
    background: #FDFDFD;
    padding: 70px 0px 90px 0px;
}

.coreBusinessUl {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.coreBusinessUl li {
    width: 31%;
    box-shadow: 0px 3px 30px rgba(3, 28, 36, 0.06);
    background: #fff;
    border-radius: 60px 14px 14px 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.coreBusinessUl a {
    display: block;
    height: 100%;
    padding: 15px 15px 30px 15px;
}

.coreBusinessUl .pubImgBox {
    padding-top: 91.4%;
    border-radius: 60px 14px 0px 0px;
    background: #EFF8FA;
    margin-bottom: 18px;
}

.coreBusinessUl h3 {
    display: inline-block;
    position: relative;
    color: #333;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 18px;
}

.coreBusinessUl h3::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 10px;
    background: #32A3C6;
    opacity: 0.18;
    z-index: -1;
}

.coreBusinessUl p {
    color: #666;
}

.coreBusinessUl li:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



/* 主推产品 */
.mainProducts {
    background: url(../images/cpBg.png)no-repeat center center;
    background-size: cover;
    padding: 80px 0px 60px 0px;
}

.mainProductsTop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mainProductsTop .pubIndexTitle h2,
.mainProductsTop .pubIndexTitle p {
    text-align: left;
    color: #fff;
}

.mainProductsTop .pubIndexTitle::after {
    left: 0px;
    transform: unset;
    background: #fff;
}

.mainProducts .pubA {
    border: 1px solid #fff;
    color: #fff;
}

.mainProducts .pubA i {
    background: url(../images/triangle2.png)no-repeat center center;
    background-size: 100% 100%;
}

.mainProducts .pubA:hover {
    background: #fff;
    color: #82CBD9;
}

.mainProducts .pubA:hover i {
    background: url(../images/triangle3.png)no-repeat center center;
    background-size: 100% 100%;
}

.mainProductsCon {
    margin-top: 60px;
    height: 640px;
    display: flex;
    justify-content: space-between;
}

.mainProductsCon>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainProductsItem {
    background: #fff;
}

.mainProductsItem a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.mainProductsItem:hover {
    background: url(../images/cpOnBg.png)no-repeat bottom right;
    background-size: cover;
}

.mainProductsCon1 {
    width: 37.1%;
}

.mainProductsCon2 {
    width: 30.9%;
}

.mainProductsCon3 {
    width: 30.1%;
}

.mainProducts1 {
    height: 58.6%;
}

.mainProducts2 {
    height: 39.4%;
}

.mainProducts3 {
    height: 43.75%;
}

.mainProducts4 {
    height: 54.5%;
}

.mainProducts5 {
    height: 32%;
}

.mainProductsItem img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    height: 85%;
    width: auto;
    max-width: 78%;
    object-fit: contain;
}

.mainProducts1 img {
    left: unset;
    right: 0px;
}

.mainProductsItem h3 {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2;
    color: #333;
    padding-bottom: 20px;
    text-align: right;
    max-width: 80%;
}

.mainProductsItem h3::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 36px;
    height: 1px;
    background: #333;
}

.mainProducts1 h3 {
    right: unset;
    left: 40px;
    text-align: left;
}

.mainProducts1 h3::after {
    right: unset;
    left: 0px;
}

.mainProductsItem:hover h3 {
    color: #fff;
}

.mainProductsItem:hover h3::after {
    background: #fff;
}




/* 应用行业 */
.application {
    background: #FAFAFA;
    padding: 60px 0px 40px 0px;
}

.applicationUl {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.applicationUl li {
    width: 31.6%;
    margin-right: 2.6%;
    margin-bottom: 40px;
    position: relative;
}

.applicationUl li:nth-child(3n) {
    margin-right: 0px;
}

.applicationUl .pubImgBox {
    padding-top: 68%;
}

.applicationTxt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    width: 240px;
    text-align: center;
    background: linear-gradient(90deg, #00D2FF 0%, #3A7BD5 100%);
    border-radius: 0px 20px 0px 0px;
    color: #fff;
    padding: 10px 0px;
}




/* 关于和创 */
.aboutUs {
    background: url(../images/aboutBg.png)no-repeat center bottom;
    background-size: cover;
    padding: 100px 0px 60px 0px;
}

.aboutUsTop {
    text-align: center;
    margin-bottom: 50px;
}

.aboutUsTop h3 {
    font-weight: bolder;
    color: #333;
}

.aboutUsTop h4 {
    font-weight: bolder;
    color: #32A3C6;
    margin: 32px auto 42px auto;
}

.aboutUsTop p {
    color: #999;
}

.aboutUsTop span {
    font-family: "Rany-Bold";
    color: #EBEBEB;
}

.aboutUsTxt {
    margin-bottom: 70px;
}

.aboutUsTxt p {
    color: #555555;
    text-align: center;
}

.aboutUsA {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.aboutUsA .pubA {
    border: 1px solid #82CBD9;
    color: #82CBD9;
}

.aboutUsA .pubA i {
    background: url(../images/triangle3.png)no-repeat center center;
    background-size: 100% 100%;
}

.aboutUsA .pubA:hover {
    background: #82CBD9;
    color: #fff;
}

.aboutUsA .pubA:hover i {
    background: url(../images/triangle2.png)no-repeat center center;
    background-size: 100% 100%;
}

.aboutUsUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aboutUsUl li {
    padding-left: 15px;
    width: 38%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aboutUsUl li:nth-child(odd) {
    margin-right: 90px;
}

.aboutUsUl li:nth-child(n+3) {
    margin-top: 50px;
}

.aboutUsUl li:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aboutUsUlCard {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(30, 149, 232, 0.12);
    border-radius: 10px;
    position: relative;
    padding: 25px 30px;
    display: flex;
    align-items: center;
}

.aboutUsUlCard::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 28%;
    transform: translateX(-100%);
    display: block;
    width: 15px;
    height: 26px;
    background: url(../images/triangle4.png)no-repeat center center;
    background-size: 100% 100%;
}

.aboutUsUlCard img {
    display: block;
    width: 66px;
    height: 66px;
    margin-right: 18px;
}

.aboutUsUlTxt {
    color: #555;
}

.aboutUsUlTxt span {
    line-height: 34px;
    margin-right: 14px;
    text-transform: uppercase;
}

.aboutUsUlTxt p {
    margin-top: 4px;
}

.mpubA {
    display: none;
}

/* 适配 */
@media (max-width: 1440px) {
    .coreBusiness {
        padding: 60px 0px;
    }

    .coreBusinessUl {
        margin-top: 40px;
    }

    .mainProductsCon {
        height: 580px;
        margin-top: 45px;
    }

    .mainProductsItem h3 {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .application {
        padding: 50px 0px 30px 0px;
    }

    .applicationUl {
        margin-top: 40px;
    }

    .applicationUl li {
        margin-bottom: 30px;
    }

    .aboutUs {
        padding: 80px 0px 50px 0px;
    }

    .aboutUsTop h4 {
        margin: 24px auto 36px auto;
    }

    .aboutUsTop {
        margin-bottom: 24px;
    }

    .aboutUsTxt {
        margin-bottom: 46px;
    }

    .aboutUsA {
        margin-bottom: 50px;
    }

    .aboutUsUl li:nth-child(odd) {
        margin-right: 55px;
    }

    .aboutUsUl li:nth-child(n+3) {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {

    .bannerSwiper,
    .bannerSwiper img {
        height: auto;
    }

    .bannerSwiper .swiper-button-prev,
    .bannerSwiper .swiper-button-next {
        display: none;
    }

    .bannerSwiper .swiper-pagination {
        bottom: 14px;
    }

    /*  */
    .coreBusiness {
        padding: 50px 0px;
    }

    .coreBusinessUl li {
        width: 32%;
    }

    /* 主推产品 */
    .mainProductsCon {
        flex-wrap: wrap;
        height: auto;
    }

    .mainProductsCon1,
    .mainProductsCon2,
    .mainProductsCon3 {
        width: 100%;
    }

    .mainProductsCon1,
    .mainProductsCon2 {
        margin-bottom: 20px;
    }

    .mainProductsCon3 {
        flex-wrap: wrap;
    }

    .mainProductsCon3>div:nth-child(3) {
        margin-top: 20px;
    }

    .mainProductsCon>div {
        flex-direction: row;
        justify-content: space-between;
    }

    .mainProducts1,
    .mainProducts2,
    .mainProducts3,
    .mainProducts4,
    .mainProducts5 {
        width: 48%;
        height: 180px;
    }

    .mainProductsItem h3 {
        top: 22px;
        right: unset;
        left: 22px;
        text-align: left;
        max-width: 65%;
        font-size: 18px;
    }

    .mainProductsItem h3::after {
        right: unset;
        left: 0px;
    }

    .mainProductsItem img {
        left: unset;
        right: 0px;
    }

    /*  */
    .applicationTxt {
        width: 200px;
        padding: 8px 0px;
        font-size: 14px;
    }

    .aboutUs {
        padding: 60px 0px 40px 0px;
    }

    .aboutUsUl {
        justify-content: space-between;
    }

    .aboutUsUl li {
        width: 48%;
        margin-right: 0px !important;
    }

    .aboutUsUlCard {
        padding: 18px 20px;
        height: 100%;
    }

    .aboutUsUlCard img {
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }

    .aboutUsUl li:nth-child(n+3) {
        margin-top: 28px;
    }
}


@media (max-width: 767px) {
    .bannerSwiper .swiper-pagination {
        bottom: 8px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .bannerSwiper .swiper-pagination-bullet-active {
        width: 30px;
    }

    .coreBusiness,
    .mainProducts,
    .application,
    .aboutUs {
        padding: 35px 0px;
    }

    .coreBusinessUl {
        flex-wrap: wrap;
    }

    .coreBusinessUl li {
        width: 100%;
    }

    .coreBusinessUl li:nth-child(n+2) {
        margin-top: 20px;
    }

    .mainProductsTop .pubA {
        display: none;
    }

    .mainProductsCon {
        margin-top: 40px;
    }

    .mainProductsCon1,
    .mainProductsCon2,
    .mainProductsCon3 {
        flex-wrap: wrap;
    }

    .mainProducts1,
    .mainProducts2,
    .mainProducts3,
    .mainProducts4,
    .mainProducts5 {
        width: 100%;
        height: 160px;
    }

    .mainProductsCon1,
    .mainProductsCon2 {
        margin-bottom: 18px;
    }

    .mainProductsCon2 {
        margin-bottom: 0px;
    }

    .mainProducts2,
    .mainProducts4,
    .mainProducts5 {
        margin-top: 18px;
    }

    .mpubA {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .applicationUl {
        margin-top: 30px;
    }

    .applicationUl li {
        margin: 0px !important;
        width: 100%;
    }

    .applicationUl li:nth-child(n+2) {
        margin-top: 18px !important;
    }

    /*  */
    .aboutUsTop h4 {
        margin: 20px auto 28px auto;
    }

    .aboutUsTop {
        margin-bottom: 15px;
    }

    .aboutUsUl li {
        width: 100%;
    }

    .aboutUsTxt {
        margin-bottom: 35px;
    }

    .aboutUsA {
        margin-bottom: 40px;
    }

    .aboutUsUl li {
        margin-top: 0px !important;
    }

    .aboutUsUl li:nth-child(n+2) {
        margin-top: 18px !important;
    }
}